FB_TempCtrlHmi
![]() | Class is 'obsolete' This class is marked as |
Alternative: FB_TemperatureHmi
Original version:

HMI parallel class to the FB_TempCtrl.
Syntax:
FUNCTION_BLOCK FB_TempCtrlHmi EXTENDS FB_BaseMdHmi
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
AlarmAbsoluteHigh | BOOL | Get | FALSE | A zone (InUse = TRUE) has exceeded the absolute temperature maximum. |
AlarmAbsoluteLow | BOOL | Get | FALSE | One zone (InUse = TRUE) has fallen below the absolute temperature minimum. |
AlarmHighHigh | BOOL | Get | FALSE | At least one zone with active control has exceeded the HighHigh tolerance. |
AlarmHigh | BOOL | Get | FALSE | At least one zone with active control has exceeded the High tolerance. |
AlarmLow | BOOL | Get | FALSE | At least one zone with active control has fallen below the low tolerance. |
AlarmLowLow | BOOL | Get | FALSE | At least one zone with active control has fallen below the LowLow tolerance. |
CountPfwZones | LREAL | Get | 20.0 | Number of available TF8540 temperature zones |
Groups | REFERENCE TO ARRAY[] OF FB_TempGroupHmi | Get | - | Access to group-based information |
ParamTempSupply | REFERENCE TO ARRAY[] OF FB_MdTempSupplyHmi | Get | - | Parameter interface for parameterization via the HMI |
ParamTempZone | REFERENCE TO ARRAY[] OF FB_MdTempZoneHmi | Get | - | Parameter interface for parameterization via the HMI |
TempAmbient | LREAL | Get, Set | 18.0 | Standard ambient temperature (for simulation) |
Interfaces
Type | Description |
---|---|
I_TempCtrlHmi | Standard interface on FB_TempCtrlHmi |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.5.0) |