FB_TempSupply
Implements a supply unit of temperature control.
Syntax:
FUNCTION_BLOCK FB_TempSupply EXTENDS FB_BaseHmi
Properties
Name | Type | Access | Initial value | Description |
---|---|---|---|---|
Index | INT | Get, Set | 0 | Supply unit index |
Methods
Type | Description |
---|---|
Line(x) | Returns the xth supply channel of the supply group. |
Exceptions avoidance The list access functions (e.g. Channels(x), Groups(x), etc...) return a pseudo variable if the requested index is invalid. In addition, a message is thrown in the EventLogger. |
Interfaces
Type | Description |
---|---|
I_TempSupply | Standard interface on FB_TempSupply. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.42 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v3.12.6.0) |