MATLAB: External Interrup Source for SLRT

interruptSimulink Real-Timesynchronize

I'd like to use a board for the interrupt source to synchronize my model with other real-time systems. I'm a bit confused as to how to do this. Does anyone have any experience? I'd love to hear an example.

Best Answer

Hi James
You can use IRQ source block and convert your whole model to function-call subsystem to achieve this. To read more about Asynchronous event handling refer the following documentation link:
There are some examples also which you can refer to.
Regards,
Shashank
Related Question