Connect Triggered Subsystem by Using Thread Trigger
This example shows how to connect the Thread Trigger block and create a triggered subsystem. This not-often-used approach lets you use conditions in the model to trigger tasks instead of by using the much more typical approach of using a hardware interrupt from an I/O device in the target computer to trigger tasks.
To open this model, in the MATLAB Command Window, type:
open_system('slrt_ex_thread_trigger_fc_subsystem');
See Also