Periodic Interrupt Program

The periodic interrupt program is executed at intervals specified by the interrupt period.
Configuration
Step 1: To configure the periodic interrupt program, specify the interrupt ID.
- The number must be unique between 1 ~ 15.

Step 2: Periodic interrupt program will appear in the PLC parameter. To open, left-click Parameter and left-click PLC Parameter.

Step 3: Periodic interrupt programs can be configured under the Interrupt section.
- The lowest priority number has the highest priority.
To run the periodic interrupt program, use the GEI instruction. To execute the periodic interrupt program, use the EI instruction.

