Sets the information about the log file settings for the currently loaded project. Base path, and File name can have formatters included (i.e. {Year}, {Hour}, etc.). Call this VI before the test has started to set the log file info that will be used when the test starts. Once the test starts, any changes to these settings will not take effect until the next test starts.


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.

  • cpath.png Base path

    Base path is the base path of the log file specified in FlexLogger's Logging Specification.

  • cstr.png File name

    File name is the name of the log file.

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

  • cstr.png File description

    File description is the description of the log file.

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