LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I programmatically change the "model period" of a Simulink model running with model interface toolkit (MIT)?

Solved!
Go to solution

I'd like to be able to programmatically change the time step a Simulink model is using when called by the LabVIEW Model Interface Toolkit. The time step is neither a model parameter nor a model signal. Is this possible to do?

0 Kudos
Message 1 of 2
(2,541 Views)
Solution
Accepted by Southern_Cross

This is not possible. The timestep for the model is fixed and compiled into the model. You can do things like trigger model subsystems based on an input value or some event within the model.

Jarrod S.
National Instruments
0 Kudos
Message 2 of 2
(2,518 Views)