WOLFRAM SYSTEM MODELER

ControlLogic

Control logic that controls the reference signal

Diagram

Wolfram Language

In[1]:=
SystemModel["IndustryExamples.ConsumerProducts.ElectricKettle.Components.ControlLogic"]
Out[1]:=

Information

Control logic that controls the reference signal.

Parameters (1)

controlTable

Value: {{0, 0}, {3015, 0}}

Type: Real[:,:]

Connectors (2)

u

Type: BooleanInput

Description: 'input Boolean' as connector

y

Type: BooleanOutput

Description: 'output Boolean' as connector

Components (5)

logicalSwitch

Type: LogicalSwitch

Description: Logical Switch

invert

Type: Not

Description: Logical 'not': y = not u

timeTable

Type: CombiTimeTable

Description: Table look-up with respect to time and linear/periodic extrapolation methods (data from matrix/file)

convertToBoolean

Type: RealToBoolean

Description: Convert Real to Boolean signal

trueValue

Type: BooleanConstant

Description: Generate constant signal of type Boolean

Used in Examples (1)

ElectricKettleControl

IndustryExamples.ConsumerProducts.ElectricKettle

Model of an electric kettle used for heating water with control logic for keeping a reference temperature.