SIT Take Model Time Step VI
- Updated2023-02-21
- 2 minute(s) read
SIT Take Model Time Step VI
Owning Palette: Model Interface VIs
Requires: Simulation Interface Toolkit (Windows)
Calls the model to advance it one time step. The model DLL calculates the new Model Outputs based on the Model Inputs and current state of 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. |
![]() |
Overrun (n-1)? indicates, when TRUE, that the base rate loop did not finish in time the previous iteration. |
![]() |
Simulation Data Out returns unique information about the model DLL. |
![]() |
Model Outputs specifies the values the model DLL sends after the step. |
![]() |
error out contains error information. This output provides standard error out functionality. |
![]() |
last step? indicates, when TRUE, that the model DLL has signaled for the simulation to stop. The following list includes some reasons the model DLL might set last step? to TRUE:
|






