Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 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 that have a return value.