XNET Create Session.vi
- Updated2023-11-11
- 1 minute(s) read
XNET Create Session.vi
Purpose
Creates an XNET session to read/write data on the network.
Description
The XNET session specifies a relationship between National Instruments interface hardware and frames or signals to access on the external network (cluster). The XNET session also specifies the input/output direction and how data is transferred between your application and the network. For more information about NI-XNET concepts and object classes, refer to Interfaces, Databases, and Sessions.
Use this VI to create a session at run time. Run-time creation is useful when the session configuration must be selected using the front panel. If you prefer to create a session at edit time (static configuration), refer to LabVIEW Project Provider.
The instances of this polymorphic VI specify the session mode to create:
- Signal Input Single-Point
- Signal Input Waveform
- Signal Input XY
- Signal Output Single-Point
- Signal Output Waveform
- Signal Output XY
- Frame Input Stream
- Frame Input Queued
- Frame Input Single-Point
- PDU Input Queued
- PDU Input Single-Point
- Frame Output Stream
- Frame Output Queued
- Frame Output Single-Point
- PDU Output Queued
- PDU Output Single-Point
- Generic (This instance is used for advanced applications, when you need to specify the configuration as strings.)
- Conversion