Get the Data rate info for the specified Channel name. The Actual data rate may differ from the Data rate associated with the Data rate level if the hardware doesn't support the specified value. Only DAQ channels support data rate information. 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.

  • cstr.png Channel name

    Channel name is the name of the channel to query.

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

  • inclst.png Data rate info

    Data rate info contains information about the Data Rate Level in FlexLogger.

  • ienum.png Data rate level

    Data rate level specifies the data rate level for a channel in FlexLogger. Valid values are: Analog - Slow - for analog channels on the slow data rate level. Analog - Medium - for analog channels on the medium data rate level. Analog - Fast - for analog channels on the fast data rate level. Counter - for counter channels. Digital - for digital channels. OnDemand - for software timed channels. This can include software timed digital channels and analog output channels.

  • idbl.png Data rate

    Data rate specifies the user requested data rate for the channel.

  • idbl.png Actual data rate

    Actual data rate specifies the actual data rate this channel is acquiring at.

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