03-17-2015 10:30 PM
Hey guys, now I am working to implement a mathematical model of a tilt rotor UAV on labview. I try to work with Mathworks node.
my problem that this model breaks down in two sub-model that for each flight mode (flight hover, forward flight). how to switch between these two sub-model in being exution as input
Solved! Go to Solution.
03-18-2015 04:45 AM
Probably an event driven state machine is the best solution; be aware that in the sample attached there isn't a proper error handling, so any error will result in erratic behaviour.