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).


icon

Inputs/Outputs

  • c1dstr.png list (empty)

    list provides the list of signals or frames for the session. The list syntax depends on the mode:

  • cu32.png mode

    mode is the session mode.

  • cgenclassrntag.png interface

    interface is the XNET Interface to use for this session.

  • cerrcodeclst.png error in (no error)

    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.

  • cstr.png database (:memory:)

    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.

  • cstr.png cluster (empty)

    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).

  • igenclassrntag.png session out

    session out is the created session.

  • ierrcodeclst.png error out

    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.