...
All functions must be used with brackets. |
Command | Description | ||
Schedule | Subroutine | ScheduleConfig() | Displays the schedule list dialog box in the Xpanel runtime. |
Subroutine | SetScheduleSysMem(Schedule Index, Starting Address of SYSTEM MEMORY) | Modifies the schedule directly without using the schedule setting window. | |
Function | GetScheduleSysMem(Schedule Index, Starting Address of SYSTEM MEMORY) | Obtains the time data of a certain schedule. | |
Subroutine | SetScheduleState(Schedule Index, Active State) | Changes the active state of a certain schedule. | |
Function | GetScheduleState(Schedule Index) | Obtains the active state of a certain schedule. |
...
[9] Subroutines operate a certain action without any value returned, unlike functions which that have a return value.