LabVIEW Simulation Interface Toolkit API Reference

SIT Write Log Settings to Configuration File VI

  • Updated2023-02-21
  • 4 minute(s) read

SIT Write Log Settings to Configuration File VI

Owning Palette: Data Logging VIs

Requires: Simulation Interface Toolkit

Saves data logging configuration data to a configuration file.

Configuration Name specifies the name of the configuration file. This VI appends a .ini file extension to the name you specify.
Project Directory in specifies the path to the directory that contains the configuration file.
Data Log Settings specifies the data log settings of the logged data file.
Logging Enabled specifies to log simulation data.
Data Log Filename specifies the name of the data log file.
Timestamp Filename specifies to append a timestamp to the data log filename.
Halt Simulation on Logging Data Loss specifies to stop logging data upon data loss.
Log Last N Points specifies to log the only the number of points you specify in the Last N Points control.
Last N Points specifies the number of simulation data points that you want to log. For example, if you enter a value of 3, the LabVIEW Simulation Interface Toolkit logs only the last three data points that the simulation returns.
Default Configuration specifies to begin logging data automatically when the simulation starts. If you do not select this option, you must use the SIT Control Data Logging VI to begin logging.
Signals to Log specifies the signals to log and the group and decimation information for the signals to log.
Group Name specifies the name of the logged data group.
Decimation specifies the decimation factor of the signals to log. For example, if you enter a decimation of 10, the SIT Server only returns every 10th data point for each signal you are logging. Increasing the Signal Decimation value can resolve performance problems and timing errors during the simulation. The default value is 1, which specifies no decimation factor.
Signals to Log specifies the signals to include in the logged data file.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
Model Path specifies the path to the model.
Project Directory out returns the path to the logging or playback configuration file.
error out contains error information. This output provides standard error out functionality.