2 Functions of Devices in DVP-PLC
DVP-PLC Application Manual
2-88
Index
Function
+ 0
Y10, Y11 2-axis synchronous control; output frequency of 1st section = low 16 bits of 32 bits
+ 1
Y10, Y11 2-axis synchronous control; output frequency of 1st section = high 16 bits of 32 bits
+ 2
Y10, Y11 2-axis synchronous control; output pulse number of 1st section = low 16 bits of 32 bits
+ 3
Y10, Y11 2-axis synchronous control; output pulse number of 1st section = high 16 bits of 32
bits
3. The
functions:
a)
Definition of the 2 axes:
X axis: Y0 (direction output) and Y10 (pulse output)
Y axis: Y1 (direction output) and Y11 (pulse output)
b)
Define the format of output table:
Assume D1133 = K100 and D1134 = K3 and the output table has to be set as:
Section No. Device D
Output
frequency
Device D
Number of
Output pulses
Description
1 D101,D100
K10,000
D103,D102
K1,000
Section 1 outputs 1,000 pulses in 10KHz
2 D105,D104
K15,000
D107,D106
K2,000
Section 2 outputs 2,000 pulses in 15KHz
3 D109,D108
K5,000
D111,D110
K3,000
Section 3 outputs 3,000 pulses in 5KHz
Note: The frequency and number of output pulses are all in 32-bit. Thus, the 3 sections will continuously
occupy 12 D devices (3 × 2 × 2 = 12).
4. Note:
a)
Make sure that the output frequency and the number of pulses have been set before using this function.
The output frequency and the number of pulses cannot be modified during the execution of the function.
b)
When PLC program scans to END instruction, it will auto-check whether this function needs to be enabled.
c)
When M1133 and M1135 are set in the same scan period, the two axes will output pulses synchronously.
d)
When the output frequency < 100Hz, the output will be executed in 100Hz. When the output frequency >
100KHz, the output will be executed by 100KHz.
e)
Only device D (D0 ~ D999 and D2000 ~ D4999) can be used for this function. DO NOT use other devices
or exceed the range of device D.
f)
The maximum number of segments for this function is 50. When the number of segments < 1 or > 50, this
function will be disabled.
g)
After this function is enabled, M1102 = “On” indicates Y10 output is completed and M1103 = “On” indicates
Y11 output is completed.
5. Examples:
a)
Draw oblique lines in 2 axes
Destination: Draw 2 oblique lines (as figure 1)
Program explanation: Y0 and Y10 belong to X axis, and Y1 and Y11 belong to Y axis (as figure 2)
Output frequency and number of pulses: see table 1
Содержание 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...