In this section, you can find functions and subroutines[9] frequently used for schedule. For more detailed information, please refer to the next section.
| 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 certain schedule. | |
Function | GetScheduleState(Schedule Index) | Obtains the active state of certain schedule. |
...
[9] Subroutine operates a certain action without any value returned, unlike the functions have return value.