1 Basic Principles of PLC Ladder Diagram
DVP-PLC Application Manual
1-17
1.7 Basic Program Designing Examples
Start, Stop and Latched
In some application occasions, we need to use the transient close/open buttons for the start and stop of an equipment.
To maintain its continuous action, you have to design latched circuits.
Example 1: Stop first latched circuit
When the normally open contact X1 = On and the
normally closed contact X2 = Off, Y1 will be On. If you make
X2 = On at this time, Y1 will be Off. It is the reason why this is
called “stop first”.
X2
Y1
X1
Y1
Example 2: Start first latched circuit
When the normally open contact X1 = On and the
normally closed contact X2 = Off, Y1 will be On and latched. If
you make X2 = On at this time, Y1 will continue to be On
because of the latched contact. It is the reason why this is
called “start first”.
X2
Y1
X1
Y1
Example 3: Latched circuit for SET and RST instructions
X2
Y1
X1
SET
Y1
RST
Stop first
See the diagram in the right hand side for the latched
circuit consist of RST and SET instructions.
In the stop first diagram, RST is placed after SET. PLC
executes the program from up to down, so the On/Off of Y1 will
be determined upon its status in the end of the program.
Therefore, when X1 and X2 are enabled at the same time, Y1
will be Off. It is the reason why this is called “stop first”.
In the start first diagram, SET is placed after RST. When
X1 and X2 are enabled at the same time, Y1 will be On. It is
the reason why this is called “start first”.
X2
Y1
X1
SET
Y1
RST
Start first
Example 4: Power shutdown latched
The auxiliary relay M512 is latched (see instruction
sheets for DVP series PLC MPU). The circuit can not only be
latched when the power is on, but also keep the continuity of
the original control when the power is shut down and switched
on again.
X2
M512
X1
SET
RST
M512
Y1
M512
Содержание DVP-PLC
Страница 1: ...PLC PLC...
Страница 28: ...1 Basic Principles of PLC Ladder Diagram DVP PLC Application Manual 1 24 MEMO...
Страница 192: ...4 Step Ladder Instructions DVP PLC Application Manual 4 22 MEMO...
Страница 250: ...6 Application Instructions API 00 49 DVP PLC Application Manual 6 38 X0 DIV D0 D10 D20 D0 D10 K4Y0 DIV...
Страница 270: ...6 Application Instructions API 00 49 DVP PLC Application Manual 6 58 RST M0 X0 RST T0 RST Y0 FMOV K0 D10 K5...
Страница 337: ...7 Application Instructions API 50 99 DVP PLC APPLICATION MANUAL 7 53 X10 STMR T10 K50 Y0 Y3 X10 Y1 Y2 5 sec 5 sec...
Страница 458: ...8 Application Instructions API 100 149 DVP PLC Application Manual 8 56 or relay itself See 2 3 for more information...
Страница 472: ...8 Application Instructions API 100 149 DVP PLC Application Manual 8 70 MEMO...
Страница 574: ...9 Application Instructions API 150 199 DVP PLC Application Manual 9 102 MEMO...