Specifications

DL05 Micro PLC User Manual, 6th Edition, Rev. C
E–28
Appendix E: High-speed Input and Pulse Output Features
1
2
3
D
E
6
7
8
9
10
11
1
1
14
A
B
C
D
Setup for Mode 30
Recall that V7633 is the HSIO Mode Select register. Refer to the diagram below. Use BCD
30 in the lower byte of V7633 to select the High-Speed Counter Mode. The DL05 does not
use bits 8 - 12, 14 and 15 in V7633.
Choose the most convenient method of programming V7633 from the following:
• Include load and out instructions in your ladder program
DirectSOFT 5’s memory editor
• Use the Handheld Programmer D2–HPP
We recommend using the first method above so that the HSIO setup becomes an integral
part of your application program. An example program later in this section shows how to do
this.
Profile / Velocity Select Register
The first location in the Profile Parameter Table stores two key pieces of information. The
upper four bits (12–15) select the type of profile required. The lower 12 bits (0-11) select the
Target Velocity.
The ladder program must program this location before initiating any of the three profiles.
The LD and OUT instruction will write all 16 bits, so be sure to fully specify the full four-
digit BCD value for the Position/Velocity Select Register each time.
The absolute and relative selection determines how the HSIO circuit will interpret your
specified target position. Absolute position targets are referenced to zero. Relative position
targets are referenced to the current position (previous target position). You may choose
whichever reference method that is most convenient for your application.
01413 12
Memory Location V2320 (default)
11 10 123456789Bits
00 0000000
Target Velocity ValueProfile Select (BCD)
0 111
0 = Trapezoidal Profile, Absolute Position
8 = Trapezoidal Profile, Relative Position
Range = 4 to 700, representing
40 Hz to 7 kHz pulse rate
0 7 00
0
9 = Registration Profile, Relative Position
2 = Velocity Profile
15
0
015 14 13 12
Memory Location V7633
11 10 123456789Bits
00 0011000
HSIO Mode Setup (BCD)
0000
30 = Pulse Output
00 03
0
0
See page E-5