Running a Simulation Without the SIT Server (Simulation Interface Toolkit)
- Updated2023-02-21
- 1 minute(s) read
If the real-time (RT) target you are using does not have at least 32 MB of RAM, or if you do not need to interact with the simulation while the simulation is running, you can run a simulation on an RT target without starting the SIT Server. When a simulation is running without the SIT Server, you cannot use a host VI to communicate with the model DLL.
Complete the following steps to run a simulation without the SIT Server.
- FTP the model DLL to the C:\ni-rt\system\ directory of the RT target.
- Open the driver VI project that was generated by the SIT Connection Manager.
- Expand the RT target in the project window.
- Open the driver VI from the RT target in the project window.
- Set the Start Server? front panel switch of the driver VI to FALSE.
- Run the driver VI. When you run the driver VI, LabVIEW downloads the driver VI to the RT target and starts the simulation.