0

Interrupt Handling

Veeresh 2 months ago in IQANdesign updated by Gustav Widén (System support) 1 month ago 1

How does parker manage software interrupts? How do i assign software interrupts? Is software interrupt depends on model priority?

For a regular IQAN application, you only need to set the system cycle time. 

Behind the scenes this i a timer interrupt that the module use to start each application execution cycle. 


As you mention model priority I guess you might be using code generated with the IQAN toolbox for Simulink.

Model execution starts when the main IQANdesign application gets to the model in its application cycle. 

If you trigger a higher priority model after a lower priority model that has not yet been completed, it will be interrupted.