TimerList

This attribute should be bind to an array symbol on the PLC where each element stores the configuration of one schedule.

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’.

Schema: tchmi:general#/definitions/Symbol

Attribute getter: getTimerList

Attribute setter: setTimerList

Available: since version 12.6.0