Run Mode
- Updated2025-07-07
- 1 minute(s) read
This property specfies how the master runs this schedule: - Continuous: Master runs the schedule continuously. When the last entry executes, the schedule starts again with the first entry. - Once: Master runs the schedule once (all entries), then returns to the previously running continuous schedule (or null). If requests are submitted for multiple run-once schedules, each run-once executes in succession based on its Priority, then the master returns to the continuous schedule (or null). - Null: All communication stops immediately. A schedule with this run mode is called a Null Schedule. This property is not read from the database file. After opening a database, it returns the default value, but you can change the property. If the schedule is configured as the Collision Resolving Schedule property of an event-triggered XNET LIN Schedule Entry, the default is Once. Otherwise, the default is Continuous.
Remarks
The following table lists the characteristics of this property.
Short Name | RunMode |
Data type | ![]() |
Permissions | Read/Write |
Continuous | 0 | |
Once | 1 | |
Null | 2 |