Schedule Entry
- Updated2023-02-17
- 3 minute(s) read
Schedule Entry
Creates a new XNET LIN schedule entry object.
.gvi.png?_LANG=enus)
Inputs/Outputs

LIN schedule in
The schedule parent object.

LIN schedule entry name
The name of the schedule entry to create.

error in
Error conditions that occur before this node runs.
The node responds to this input according to standard error behavior.
Default value: No error

LIN schedule out
A copy of the LIN schedule in parameter. You can use this parameter to wire the node to subsequent nodes.

LIN schedule entry out
The I/O name of the newly created LIN schedule entry object.

error out
Error information.
The node produces this output according to standard error behavior.
Description
This node creates an XNET schedule entry object. It is an instance of XNET Database Create Object.
Schedule entries is an ordered array in a schedule. The schedule is being processed in the order of this array. A newly created entry always is added to the last position of the array.
The LIN schedule entry name input becomes the Name (Short) property of the created object. This is distinct from the string contained in LIN schedule entry out, which uses the syntax described in XNET LIN Schedule Entry I/O Name.
The schedule entry object is created and remains in memory until the database is closed. This node does not change the open database file on disk. To save the newly created object to the file, use XNET Database Save.