User Interface VIs
- Updated2023-02-21
- 2 minute(s) read
Owning Palette: Simulation 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 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 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 | Writes a new value to a model parameter. |
| SIT Write Multiple | Writes values to multiple parameters in the same model simultaneously. |
| Subpalette | Description |
|---|---|
| Data Logging VIs | Use the Data Logging VIs to configure data logging from the host VI. |
| File Playback VIs | Use the File Playback VIs to configure playback from the host VI. |