XNET LIN Schedule Entry I/O Name
- Updated2025-10-10
- 1 minute(s) read
Each LIN Schedule contains one or more entries, or slots. Each entry in turn contains one or more frames that can transmit during the entry's time slot. A single frame can be located in multiple LIN schedules and within multiple LIN schedule entries.
Use the XNET LIN Schedule Entry I/O name to access properties for a specific schedule entry.
User Interface
The XNET LIN Schedule Entry I/O name is not intended for use on VI front panels or as a diagram constant. This I/O name class is returned as the value of the XNET LIN Schedule Entries property.
String Use
NI-XNET determines the XNET LIN Schedule Entry I/O name string syntax internally. This syntax may change in future versions, so string display or formation is not recommended.
You can use the XNET LIN Schedule Entry I/O name string as follows:
- Open Refnum : LabVIEW can open the XNET LIN Schedule Entry I/O name automatically. Wire the I/O name to a property node or VI, and the refnum is opened prior to the first use.
Refnum Use
You can use the XNET LIN Schedule Entry I/O name refnum as follows:
- XNET LIN Schedule Entry Property Node : The XNET LIN Schedule Entry property node provides the information such as the entry type, list of frames transmitted, and so on.
- XNET Database Create (LIN Schedule Entry) VI : If you are creating a new database, call this VI to create a new XNET LIN Schedule Entry within the LIN schedule.
Related Information
- I/O Names in LabVIEW
LabVIEW I/O names (also known as refnum tags) are provided for various object classes within . I/O names provide user interface features for easy configuration.