DMC-1500
Chapter 7 Application Programming
•
123
VEL=VIN*20000
Set variable, VEL to multiple of variable of VIN
JG VEL
Update jog speed to value of variable VEL
JP #B
Loop back to label, #B
EN End
Position Control by Joystick
This system requires the position of the motor to be proportional to the joystick angle. Furthermore,
the ratio between the two positions must be programmable. For example, if the control ratio is 5:1, it
implies that when the joystick voltage is 5 Volts, corresponding to 1028 counts, the required motor
position must be 5120 counts. The variable V3 changes the position ratio.
Instruction Interpretation
#A Label
V3=5
Initial position ratio
DP0
Define the starting position
JG0
Set motor in jog mode as zero
BGX Start
#B
V1=@AN[1]
Read analog input
V2=V1*V3
Compute the desired position
V4=V2-_TPX-_TEX
Find the following error
V5=V4*20
Compute a proportional speed
JG V5
Change the speed
JP #B
Repeat the process
EN End
Backlash Compensation by Sampled Dual-Loop
The continuous dual loop, enabled by the DV1 function is an effective way to compensate for
backlash. In some cases, however, when the backlash magnitude is large, it may be difficult to
stabilize the system. In those cases, it may be easier to use the sampled dual loop method described
below.
This design example addresses the basic problems of backlash in motion control systems. The
objective is to control the position of a linear slide precisely. The slide is to be controlled by a rotary
motor, which is coupled to the slide by a leadscrew. Such a leadscrew has a backlash of 4 micron, and
the required position accuracy is for 0.5 micron.
The basic dilemma is where to mount the sensor. If you use a rotary sensor, you get a 4 micron
backlash error. On the other hand, if you use a linear encoder, the backlash in the feedback loop will
cause oscillations due to instability.
An alternative approach is the dual-loop, where we use two sensors, rotary and linear. The rotary
sensor assures stability (because the position loop is closed before the backlash) whereas the linear
sensor provides accurate load position information. The operation principle is to drive the motor to a
given rotary position near the final point. Once there, the load position is read to find the position
error and the controller commands the motor to move to a new rotary position which eliminates the
position error.
Since the required accuracy is 0.5 micron, the resolution of the linear sensor should preferably be
twice finer. A linear sensor with a resolution of 0.25 micron allows a position error of +/-2 counts.
Содержание DMC-1510
Страница 6: ......
Страница 18: ...6 Chapter 1 Overview DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 88: ...76 Chapter 6 Programming Motion DMC 1500 Figure 6 7 Motion intervals in the Home sequence...
Страница 90: ...78 Chapter 6 Programming Motion DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 137: ...DMC 1500 Chapter 7 Application Programming 125 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 157: ...DMC 1500 Chapter 10 Theory of Operation 145 THIS PAGE LEFT BLANK INTENTIONALLY...
Страница 160: ...148 Appendices DMC 1500 Card Level Layout...
Страница 178: ...166 Appendices DMC 1500 ICM 1100 Drawing 1 3 4 0 0 4 4 0 2 4 0 7 0 0 4 5 3 7 0 5 7 0 2 8 5 1 0 0 1 0 1 0 7 0 1 0 0...
Страница 180: ...168 Appendices DMC 1500...
Страница 198: ...186 Appendices DMC 1500 THIS PAGE LEFT BLANK INTENTIONALLY...