LabVIEW Simulation Interface Toolkit API Reference

Data Logging VIs

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

Owning Palette: Model Interface VIs

Requires: Simulation Interface Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Data Logging VIs to configure data logging from the driver VI.
Note  You must install the LabVIEW Real-Time Module in order to place these VIs on the block diagram.

The VIs on this palette can return general LabVIEW error codes or specific Simulation Interface Toolkit error codes.

Palette ObjectDescription
Control Data LoggingControls data logging during run time. This VI can start, pause, or stop data logging.
Get Data Logging StatusReturns current data logging status information, including whether data logging is enabled or disabled. This VI also returns all configurations set up to run on the target, as well as information about the active data log configuration.
Set Data Log Group Enabled StateEnables or disables a specified channel group in the data log file. Disabling a channel group stops logging for all channels in the channel group. This does not affect any previously logged data. Enabling a channel group resumes logging for all channels in the channel group.
SIT Log ContinuouslyRun this VI as a background task. If logging is enabled, this VI logs simulation data. This VI can log either all samples continuously, or only the last N time steps worth of data.
SIT Probe Data Log SignalsProbes the available signals in the model DLL and sends the signal data to the SIT Log Continuously VI for logging.
Specify Data Log ConfigurationSpecifies the data log configuration to use in the simulation. If the specified configuration does not exist, or if you specify a blank configuration name, this VI disables logging.

Log in to get a better experience