SIT Scheduler VI
- Updated2023-02-21
- 3 minute(s) read
SIT Scheduler VI
Owning Palette: Model Interface VIs
Requires: Simulation Interface Toolkit
Inserts the data from the model inputs array into the model DLL inputs, takes a single step of the model DLL, and sends the data from the model DLL outputs to the model outputs array. Use the SIT Initialize Model VI before executing any steps in the model DLL. Use the SIT Finalize Model VI when you finish executing all the steps in the model.

![]() |
Simulation Data In specifies unique information about the model DLL. |
![]() |
model inputs specifies the values you want to send to the model DLL before the step. |
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. |
![]() |
dispatchlist returns the list of tasks in a multirate model that the simulation needs to send to the model DLL at the current time step. |
![]() |
Simulation Data out returns unique information about the model DLL. |
![]() |
model outputs returns the values that the model DLL returns after the step. |
![]() |
time returns the updated time in seconds in the simulation model after the step is complete. |
![]() |
error out contains error information. This output provides standard error out functionality. |
![]() |
last step? returns TRUE when the simulation is complete. |








