Input Description¶
Function Block TECT_TEMP_SIMU
EN (enable)
Data type: BOOL
The Function Block is activated by a rising edge at the input EN. A FALSE keeps the Function Block deactivated. If the Function Block is activated, the values being present at the inputs are processed and the output values are delivered.
DUTY_CYCLE
Data type: INT, Range: -100 … +100, Default value: 0
The PWM duty cycle is for one temperature zone. The structure TECT_TEMPZONE_DATA_TYPE defines the duty cycle parameters. Temperature Control Library
MAXIMUM
Data type: REAL, Default value: 0
Preset maximum temperature allowed for the simulation. The raw temperature value should be used as in Function Block TECT_TEMP_CONTROL.
Note
Input MAXIMUM should be greater than input MINIMUM.
MINIMUM
Data type: REAL, Default value: 0
Preset minimum temperature allowed for the simulation. The raw temperature value should be used as in Function Block TECT_TEMP_CONTROL.
Note
Input MINIMUM should be less than input MAXIMUM.
TI_CYCLES
Data type: INT
Internal control parameter for simulation. It has similar value as TU from structure TECT_INTERNAL_STATUS_TYPE. Temperature Control Library
T1_CYCLES
Data type: INT, Range: > 0, Default value: 20
Internal control parameter for simulation. It has a similar value as TG from structure TECT_INTERNAL_STATUS_TYPE. Temperature Control Library
PID_INTERVAL
Data type: TIME, Range: >0 ms, Default value: 2 s
Interval of internal simulation control. Do the setting in the same way as for input PID_INTERVAL from Function Block TECT_TEMP_CONTROL TECT_TEMP_CONTROL: Main Control Function Block.