TimerList
This attribute should be bind to an array symbol on the PLC where each element stores the configuration of one schedule. For Plastic Application PLC project a symbol to array of FB_TimerTempHmi should be bound to this property.
Properties of each element in this array:
Name | Type | Description |
---|---|---|
StartTime | LREAL | Start time in seconds. |
EndTimer | LREAL | End time in seconds. |
Weekday | BYTE | A BYTE that is used to select the weekdays for the schedule. The 1st bit (LSB) is set to show that the schedule is used on Monday. Similarly the 7th bit is set to show that the schedule is used on Sunday. For example a schedule that is used on Monday, Tuesday and Sunday will have the value that is equal to ‘2#0100 0011’. |
Standby | BOOL | If the schedule should set its member temperature groups to standby mode. |
aMembers | Array of INT | List of member group indexes that are scheduled with this schedule objects. |
Schema: tchmi:general#/definitions/Symbol
Attribute getter: getTimerList
Attribute setter: setTimerList
Available: since version 12.14.0