Mitsubishi PLC L command

Devices in Mitsubishi Q series PLC. L represents a latching relay. The latch relay has a power-down hold function. If the latched relay coil is energized during the operation of the plc, the latch relay can remain in the state before the power-off when the power supply is suddenly interrupted.

What is the command of bon in Mitsubishi PLC?

ON number judgment instruction BON BON, BONP: 16-bit continuous execution or pulse execution instruction DBON, DBONP: 32-bit continuous execution or pulse execution instruction ON digit judgment instruction BON programming format: BON D0 M0 n *D0: Source address, which can be T, D, C, value or bit combination such as K4X0 *M0: destination address, only Y, … Continue reading What is the command of bon in Mitsubishi PLC?

What is the meaning of DECP in the instructions of Mitsubishi PLC?

The DEC in the Mitsubishi PLC instruction is the minus 1 instruction in the application instruction. Adding P to the back indicates that the pulse is executed, that is, the instruction is activated once and executed once. For example, the instruction [DEC D100] means that the content in the register D100 is decremented by one, … Continue reading What is the meaning of DECP in the instructions of Mitsubishi PLC?