Updates the host VI front panel indicators with values obtained from the SIT Read VI.
Place the SIT Update Indicator VI next to a Case Structure inside a For Loop. The iteration of the For Loop determines the signal value that this VI writes to the current indicator. The value wired to the selector terminal of the Case Structure determines the indicator that this VI updates. For example, Case 0 specifies the value and indicator that correspond with the first probed signal, Case 1 specifies the value and indicator that correspond with the second probed signal, and so on.

Refer to the updatingindicators VI in the labview\examples\Simulation Interface\Updating Indicators directory for an example of using the SIT Update Indicator VI.