Get the list of Channel names for the currently loaded project. You can filter the list by configured channels, input and output channels, and analog and digital channels. By default, this VI returns all configured channels in the project.


icon

Inputs/Outputs

  • cgnrn.png FlexLogger session in

    FlexLogger session is a reference to the currently running FlexLogger application. Use the Connect to FlexLogger VI to get the current session.

  • ccclst.png Channel name filter

    Channel name filter defines what channel types to include when querying channel names.

  • cbool.png Configured Channels

    Configured Channels specifies whether to only return configured channels in the Channels names array. Set this to TRUE to only return configured channels. If this is FALSE, the Channels names array will contain both configued and unconfigured channel names.

  • cbool.png Input Channels

    Input Channels specifies whether to return input channels in the Channels names array. Set this to TRUE to include input channels. If this is FALSE, the Channels names array will not contain input channels names.

  • cbool.png Output Channels

    Output Channels specifies whether to return output channels in the Channels names array. Set this to TRUE to include output channels. If this is FALSE, the Channels names array will not contain output channels names.

  • cbool.png Analog Channels

    Analog Channels specifies whether to return analog channels in the Channels names array. Set this to TRUE to include analog channels. If this is FALSE, the Channels names array will not contain analog channels.

  • cbool.png Digital Channels

    Digital Channels specifies whether to return digital channels in the Channels names array. Set this to TRUE to include digital channels. If this is FALSE, the Channels names array will not contain digital channels.

  • cerrcodeclst.png error in (no error)

    error in 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. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.

  • ignrn.png FlexLogger session out

    FlexLogger session is a reference to the currently running FlexLogger application. Use the Connect to FlexLogger VI to get the current session.

  • i1dstr.png Channel names

    Channel names is an array of channel names in FlexLogger's Channel Specification. This array can be filtered using the Channel name filter.

  • ierrcodeclst.png error out

    error out passes error or warning information out of a VI to be used by other VIs. Right-click the error out indicator on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.