Get the current Test state and Test time (seconds) for the FlexLogger project. The Test time starts counting from 0 when the test starts and stops updating when the test is paused or stopped. If a test is stopped, the time will indicate the test time of the last test until a new test is started.


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.

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

  • ienum.png Test state

    Test state specifies the current state of the test in FlexLogger. Valid values are: Idle - Channels have finished configuring, test is ready to run. Running - Test is running. Paused - Test is paused. Invalid configuration - the current configuration is not valid. Not configured - no channels that support logging are configured.

  • idbl.png Test time (seconds)

    Test time is the current running time of the test in seconds.

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