Reset Bit (0)
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 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| D | ✓ | - | ✓ | ✓ | ✓ | - | - | - | - | - | - | ✓ | ✓ | - | - |
Supported Flags
| Flag | Bit | Support |
|---|---|---|
| Error | F11.0 | - |
| Zero | F11.1 | - |
| Carry | F11.2 | - |
Number of Steps
| Steps |
|---|
| 1 |
Operands
| Operand | Description |
|---|---|
| D | The only operand. Entries are only BOOL data registers. This is the bit value to set to 0. |
Notice
Instruction Behavior
The RST instruction behaves as follows:
- The RST instruction turns OFF the assigned BOOL data register, D, when the execution condition turns ON.
- The RST instruction does NOT turn ON the assigned BOOL data register, D, when the execution condition turns OFF.
- To flip this behavior, refer to the SET instruction.