Configuring the SIT Server (Simulation Interface Toolkit)
- Updated2023-02-21
- 1 minute(s) read
By default, the LabVIEW Simulation Interface Toolkit adds the command NISITServer('start',6011) to the matlabrc file. This command starts the SIT Server on port 6011 when The MathWorks, Inc. MATLAB® application software launches. To start the SIT Server on a different port, open matlabrc.m in a text editor and change 6011 to the port that you want to use. The matlabrc.m file is located in the <MATLAB>\toolbox\local\ directory.
If you want to temporarily change the port number, first stop the SIT Server by entering the command NISITServer('stop'). You do not need to specify the port number when you stop the SIT Server. Then enter the command NISITServer('start',XXXX), where XXXX is the port number you want to use.