XNET Create Session (Generic) VI
- Updated2024-07-10
- 3 minute(s) read
Creates an XNET session at run time using strings instead of XNET I/O names. This VI is for advanced applications, when you need to store the configuration as strings (such as within a text file).

Inputs/Outputs
![]() list provides the list of signals or frames for the session. The list syntax depends on the mode: ![]() mode is the session mode. ![]() interface is the XNET Interface to use for this session. ![]() The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. ![]() database is the XNET Database to use for interface configuration. The database name must use the <alias> or <filepath> syntax specified for the I/O name. The default value is :memory:, the in-memory database. ![]() cluster is the XNET Cluster I/O Name to use for interface configuration. The cluster name must use the <cluster> syntax specified for the I/O name (<alias>. prefix not included). ![]() session out is the created session. ![]() The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |