Delta Electronics VFD037CH23A-21 — основные функции программирования в PLC: END, NOP и INV [499/638]

Превью страниц Страница 499 / 638
Delta Electronics VFD450CH23A-00/-21 Руководство по эксплуатации онлайн [499/638] 460303
Chapter 16 PLC Function CH2000 Series
16-46
Mnemonic Function
END
Program End
Operand
None
It needs to add the END command at the end of ladder diagram program or
command program. PLC will scan from address o to END command, after the
execution it will return to address 0 and scan again.
Mnemonic Function
NOP
No action
Operand
None
NOP command does no operation in the program; the result of executing this
command will remain the logic operation. Use NOP command if user wants to delete
certain command without changing the length of the program.
Command code: Operation:
LD X0
Load contact B of X0
NOP
No function
OUT Y1
Drive Y1 coil
Example
Ladder diagram:
X0
Y1
NOP
NOP command will be simplified and not
displayed when the ladder diagram is
displayed.
Mnemonic Function
INV
Inverse operation result
Operand
None
The operation result (before executing INV command) will be saved inversely into
cumulative register.
Command code: Operation:
LD X0 Load contact A of X0
INV
Operation result
inversed
Example
Ladder diagram:
X0
Y1
OUT Y1 Drive Y1 coil

Содержание

1610

Изучите ключевые функции программирования в PLC, включая команды END, NOP и INV. Узнайте, как они влияют на выполнение программ и управление логикой.