Gets the Values on the specified Channel names. For digital channels, a value of 0 indicates the channel is low and 1 indicates the channel is high. Call the Get Channel Names instance of this VI to get a list of valid channel names.


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.

  • c1dstr.png Channel names

    Channel names is the array of channels to get values for.

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

  • i1ddbl.png Values

    Values is an array of channel values for each channel in the Channel names input control.

  • i1datrn.png Time stamps

    Time stamps is an array of time stamps corresponding to the Values returned by this VI.

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