File Playback 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 File Playback VIs to configure playback 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 Object | Description |
|---|---|
| Control File Playback | Controls playback during runtime, which replaces the model input values with data from the logged data you are replaying. This VI can set playback to play, pause, rewind, or stop. |
| Get File Playback Status | Gives current file playback status information, including whether file playback is playing, paused, stopped, or disabled. This VI also returns all the configurations set up to run on the target, as well as information about the active playback configuration. |
| Set File Playback Channel Enabled Status | Enables or disables the specified file playback channel. Disabling a channel stops playback for that channel into all its mapped model inputs. If you do not specify a channel name, this VI enables or disables all the channels in the specified channel group. If this VI does not find the channel name you specified in the group you specified, or if this VI does not find the group you specified, this VI takes no action. |
| SIT Read Replay FIFO | Reads values from the Replay FIFO and inserts them into the appropriate spots in the input array of the model. Use this VI in the IO Base Rate Loop VI. |
| SIT Replay From File | Run this VI as a background task. This VI reads the selected channel data from file and updates the Replay FIFO with the data. |
| Specify File Playback Configuration | Specifies the file playback configuration to use in the simulation. |
