Delta Electronics VFD037CH23A-21 — основы проектирования программ для управления с помощью PLC [468/638]

Превью страниц Страница 468 / 638
Delta Electronics VFD075CH23A-21 [468/638] The example for designing basic program
Chapter 16 PLC Function CH2000 Series
16-15
16.4.4 The Example for Designing Basic Program
Start, Stop and Latching
In the same occasions, it needs transient close button and transient open button to be start and stop
switch. Therefore, if you want to keep the action, you should design latching circuit. There are
several latching circuits in the following:
Example 1: the latching circuit for priority of stop
When start normally open contact X1=On,
stop normally contact X2Off, and Y1=On
are set at the same time, if X2=On, the coil
Y1 will stop acting. Therefore, it calls
priority of stop.
Y1
X2
X1
START
STOP
Y1
Example 2: the latching circuit for priority of start
When start normally open contact X1=On,
stop normally contact X2Off and Y1=On
(coil Y1 will be active and latching) are valid
at the same time, if X2=On, coil Y1 will be
active due to latched contact. Therefore, it
calls priority of start.
X2
Y1
X1
Y1
Example 3: the latching circuit of SET and RST commands
SET
Y1
RST
Y1
X1
X2
Top priority of stop
The figure at the right side is latching circuit
that made up of RST and SET command.
It is top priority of stop when RST command
is set behind SET command. When
executing PLC from up to down, The coil Y1
is ON and coil Y1 will be OFF when X1 and
X2 act at the same time, therefore it calls
priority of stop.
It is top priority of start when SET command
is set after RST command. When X1 and
X2 act at the same time, Y1 is ON so it calls
top priority of start.
SET
Y1
RST
Y1
X2
X1
Top priority of start

Содержание

1610

Изучите основы проектирования программ для управления с помощью PLC, включая схемы с приоритетами запуска и остановки, а также команды SET и RST.