SITs Server Loop VI
- Updated2023-02-21
- 3 minute(s) read
SITs Server Loop VI
Owning Palette: Model Interface VIs
Requires: Simulation Interface Toolkit
Manages the communication between the model and the Host VI. This VI handles requests from the Host VI to start and stop the model as well as to set parameters and probe signals. This VI does not return data until you stop the model or a communication error occurs.

![]() |
timeout limits the time that the VI waits for data to be returned from the database. A timeout value of less than or equal to 0 indicates no timeout. The VI waits indefinitely until the data is returned. |
![]() |
port specifies the port number used for TCP communication. Default is port 6011. |
![]() |
Simulation Data in specifies unique information about the model. |
![]() |
Param Info in contains information about the parameters you can manipulate in the model. |
![]() |
Signal Info in contains information about the signals you can probe in the model. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
Server Loop Processor specifies the processor on which to execute the loop that controls the timing of the SIT Server. The default is -2 (any available processor). If you specify an invalid processor, the loop executes on the first available processor. |
![]() |
error out contains error information. This output provides standard error out functionality. |





