Owning Palette: Simulation Interface VIs
Use the User Interface VIs to create a host VI. You also can use the SIT Connection Manager dialog box to generate a host VI.
The VIs on this palette can return general LabVIEW error codes or specific Simulation Interface Toolkit error codes.
| Palette Object | Description |
|---|---|
| SIT Close Simulation | Closes the current connection to the SIT Server. |
| SIT Control File Playback | Enables playback during runtime and replaces the model input values with data from the logged data you are replaying. |
| SIT Get Parameter | Returns the value of a model parameter you specify. |
| SIT Get Simulation State | Returns the current status of the simulation. |
| SIT Initialize Simulation | Initializes the host VI by creating a connection to the execution host on which the SIT Server is running. This VI also opens all the necessary models that the host VI specifies. |
| SIT Model Error | Receives errors specific to the model DLL and reports these errors to the host VI. |
| SIT Read | Reads data from all probed model signals. |
| SIT Run Pause Stop | Runs, pauses, or stops the simulation. |
| SIT Specify Signals to Probe | Specifies the model signals you want to probe. This VI also specifies any decimation factor you want to apply to the probed signals. |
| SIT Update Indicator | Updates the host VI front panel indicators with values obtained from the SIT Read VI. |
| SIT Write Log Settings to Configuration File | Saves data logging configuration data to a configuration file. |
| SIT Write Multiple | Writes values to multiple parameters in the same model simultaneously. |
| SIT Write Playback Settings to Configuration File | Saves playback configuration data to a configuration file. |
| SIT Write | Writes a new value to a model parameter. |