mekiSchedule
- DailyScheduleBool
DailyScheduleBool produce scheduler output, according to the scheduled time setting. The output value is Boolean.
- Parameters:
StartHour1 (integer) – The first start session time of hour. Format is “0 - 23”
StartMinute1 (integer) – The first start session time of minute. Format is “0 - 59”
StopHour1 (integer) – The first stop session time of hour. Format is “0 - 23”
StopMinute1 (integer) – The first stop session time of minute. Format is “0 - 59”
StartHour2 (integer) – The second start session time of hour. Format is “0 - 23”
StartMinute2 (integer) – The second start session time of minute. Format is “0 - 59”
StopHour2 (integer) – The second stop session time of hour. Format is “0 - 23”
StopMinute2 (integer) – The second stop session time of minute. Format is “0 - 59”
Out (boolean) – Output value
Val1 (boolean) – First session default output
Val2 (boolean) – Second session default output
Def (boolean) – Default output
- DailyScheduleFloat
DailyScheduleFloat produce scheduler output, according to the scheduled time setting. The output value is floating value.
- Parameters:
StartHour1 (integer) – The first start session time of hour. Format is “0 - 23”
StartMinute1 (integer) – The first start session time of minute. Format is “0 - 59”
StopHour1 (integer) – The first stop session time of hour. Format is “0 - 23”
StopMinute1 (integer) – The first stop session time of minute. Format is “0 - 59”
StartHour2 (integer) – The second start session time of hour. Format is “0 - 23”
StartMinute2 (integer) – The second start session time of minute. Format is “0 - 59”
StopHour2 (integer) – The second stop session time of hour. Format is “0 - 23”
StopMinute2 (integer) – The second stop session time of minute. Format is “0 - 59”
Out (real) – Output value
Val1 (real) – First session default output
Val2 (real) – Second session default output
Def (real) – Default output
- DateTime
DateTime provide the current RTC time for reference (read only).
- Parameters:
Year (real) – RTC year
Month (real) – RTC month
Day (real) – RTC Day
Weekday (real) – RTC weekday
Minute (real) – RTC minute
Second (real) – RTC second