9 coil instruction (coil) – Yaskawa Ladder Works Programming Manual User Manual

Page 15

Advertising
background image

1.9 COIL Instruction (COIL)

1-10

1.9 COIL Instruction (COIL)

[Outline]

The COIL sets the value of the referenced register to 1 (ON) when the immediately-preceding value of
the bit input is ON, and to 0 (OFF) when the immediately-preceding value of the bit input is OFF.

[Format]

Symbol : COIL
Full Name : Coil
Category : RELAY

Icon :

[Parameter]

Parameter Name

Setting

Coil No.

· Any bit type register (except for # and C register)
· Any bit type register with subscript (except for # and C registers)

[Program Example]

When MB000100 becomes ON, MB000101 becomes ON.

MB000100

ON
OFF

MB000101

ON

OFF


Advertising