Sets the Enabled state for the specified Channel name. When a channel is disabled (i.e. enabled is False), no data is acquired from that channel. Call the Get Channel Names instance of this VI to get a list of valid channel names. Note: Not all channels support setting the enabled state.


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.

  • cstr.png Channel name

    Channel name is the name of the channel to update.

  • cbool.png Enabled (T)

    Enabled specifies whether or not this channel is enabled.

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

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