End Initialization
Instruction Parameters
Supported PLC Series
| XPnA/1R | XPnB | XPnE | XPnF | CP3A/B/P/U CP4A~D/U | CPnE | CPnF | BP | PLC-S |
|---|---|---|---|---|---|---|---|---|
| ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
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
| Steps |
|---|
| 1 |
Notice
Notice
Compile errors occur under the following conditions:
- When the INITEND instruction is used in any program except an initialization program.
- When the INITEND instruction is the only termination instruction in the program.
- The END instruction is still needed.
Instruction Behavior
The INITEND instruction behaves as follows:
- When the INITEND instruction is executed, it terminates the hot and cold initialization programs and runs the normal scan programs.
- Once the INITEND instruction is executed, the process does NOT operate the initialization program again except when the CPU mode changes from STOP→RUN or a power reset.
- To end the initialization program and start executing the normal scan programs, the INITEND instruction must be executed.
- Otherwise, the initialization program will run forever.
- When the INITEND instruction is used in other programs, it will cause a compile error.
Contact Behavior
Be aware when using a contact:
At the first scan, the CPU cannot detect the rising pulse if the contact is already powered ON (1).
CPU Behavior