Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Next »

In this section, you can find functions and subroutines[9] frequently used for schedule. For more detailed information, please refer to the next section.

(blue star)

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] Subroutines operate a certain action without any value returned, unlike functions which have a return value.

  • No labels