LabVIEW Simulation Interface Toolkit API Reference

SIT Write Playback Settings to Configuration File VI

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

SIT Write Playback Settings to Configuration File VI

Owning Palette: File Playback VIs

Requires: Simulation Interface Toolkit

Saves playback 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.
Playback Settings specifies the playback settings of the logged data file.
Playback Enabled specifies to play back logged simulation data.
Playback File Path specifies the path to the logged data file to play back.
Read behavior specifies what action this VI takes when a buffer underflow occurs.

0Error on underflow (default)—Stops playback if data is not available at the correct time.
1Ignore underflow—Continues playback if data is not available at the correct time.
Default Configuration specifies to begin replaying the data automatically when the model starts. If you do not select this option, you must specify to begin data playback manually by using the SIT Control File Playback VI.
Playback Channels specifies the property information and the step interval for the selected channel.
Group Name specifies the name of the logged data group.
Channel Name specifies the name of the channel you are configuring.
Inport Numbers specifies the model inputs to send data to.
Use Default Step Interval specifies to use the interval setting from the channel file information.
Custom Step Interval specifies the step interval to use for the channel. The step interval determines how often to read a new sample from the file into the model.
Loop Channel specifies whether to loop the data on the channel. If you do not select this option, file playback runs through each value once and then returns the last value on the channel continuously until you stop playback. The default is TRUE.
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.