Instruction Parameters
Supported PLC Series
Supported Data Registers
| M | X | Y | K | L | F | T | C | S | Z | R | Q | D | @D | Constant |
|---|
| – | – | – | – | – | – | – | – | – | – | – | – | – | – | – |
Supported Flags
| Flag | Bit | Support |
|---|
| Error | F11.0 | – |
| Zero | F11.1 | – |
| Carry | F11.2 | – |
Number of Steps
Notice
Instruction Behavior
The GDI instruction behaves as follows:
- The GDI instruction disables execution of general periodic interrupt programs.
- Once the GDI instruction is executed, all interrupt programs are not executed.
- Once the GDI instruction ie executed, the disabled status is maintained.
- To execute interrupt programs after the GDI instruction is executed, execute the GEI instruction.
Ladder Diagram Examples
GDI
The GDI instruction will disable all general periodic interrupt programs.