Interrupt Program
As content interval interrupt, this program is run at regular intervals.
Setting Up Interrupt Program
Assign the Interrupt ID in the range from 0 to 15, not to be duplicated.
The Program Spare is the spare space to online-edit a program.
Select the Constant Interval as Program Type.
The lower number is , the higher priority is. The priority(Interrupt ID) is not to be duplicated with other program.
Input the interval at which a program is run. (Setup Range 10ms ~ 655,350ms )
A corresponding interrupt program is run by the EI instruction after it enables the interrupt program to be used by GEI instruction.