1. Immediately output coil OUTIM
1. Immediately output coil OUTIM
1.1. Instruction Description
Write the new value immediately to the specified bit register and output it. When the instruction is executed, the specified bit is updated without relying on the scanning cycle.
1.2. The valid operands of the instruction
| Input/Output | Data Type | operand | Description |
|---|---|---|---|
| OUT | ON/OFF | Y/M/S, word to Bit(D/V/Z), local variable(LB) | output |
1.3. Example
Instruction table:
NETWORK 000
LD X000
OUTIM Y000 // 立即输出Y000
图1 OUTIM