1 Basic Principles of PLC Ladder Diagram
DVP-PLC Application Manual
1-6
File register
The file register is used for storing the data or all kinds of parameters when the data registers
required for processing the data and value operations are insufficient. Every file register is able
to store a 16-bit word. Double words will occupy 2 adjacent file registers. In SA/SX/SC series
MPU, there are 1,600 file registers. In EH/EH2/SV series MPU, there are 10,000 file registers.
There is not an actual device No. for a file register. The reading and writing of file registers
should be executed by instructions API 148 MEMR, API 149 MEMW, or through the peripheral
device HPP02 and WPLSoft.
&
Device indication: K0 ~ K9,999, numbered in decimal form.
Index register
E and F index registers are 16-bit data registers as other data registers. They can be read and
written and can be used in word devices, bit devices or as a constant for index indication.
&
Device indication: E0 ~ E7, F0 ~ F7 are indicated as E and F and numbered in decimal
form.
The structure of a ladder diagram:
Structure
Explanation
Instruction
Devices Used
Normally open, contact A
LD
X, Y, M, S, T, C
Normally closed, contact B
LDI
X, Y, M, S, T, C
Normally open in series
connection
AND
X, Y, M, S, T, C
Normally closed in series
connection
ANI
X, Y, M, S, T, C
Normally open in parallel
connection
OR
X, Y, M, S, T, C
Normally closed in parallel
connection
ORI
X, Y, M, S, T, C
Rising-edge trigger switch
LDP
X, Y, M, S, T, C
Falling-edge trigger switch
LDF
X, Y, M, S, T, C
Rising-edge trigger in series
connection
ANDP
X, Y, M, S, T, C
Falling-edge trigger in series
connection
ANDF
X, Y, M, S, T, C
Rising-edge trigger in parallel
connection
ORP
X, Y, M, S, T, C
Falling-edge trigger in parallel
connection
ORF
X, Y, M, S, T, C
Block in series connection
ANB
-
Block in parallel connection
ORB
-
Содержание 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...