|
Dear DAMIGO , Dear LuKasz,
The following controller parameters are used as analysis conditions:
[Motor Parameters]
34 X axis pulse equivalency = 640,00
35 Y axis pulse equivalency = 640,00
36 Z axis pulse equivalency = 640,00
38 A axis pulse equivalency = 640,00
[MPG parameters]
428 = Enable
429 = Low
430 = Standard
431 = 0.010
432 = Low
434 = Low
448 = Open
Hand-held box
Axis Select the X axis
Magnification x1
  A: ___ | ----- | ___
   B: _____ | ----- | ____
1tick = 4 unit
1 unit = 0.01 / 4 = 0.0025 mm = 640 * 0.0025 mm = 1.6 pulses
1tick = 1.6 * 4 = 6.4 pulses
1tick can not issue 6.4 pulses, can only send 6 or 7;
                    init 1tick 1tick 1tick 1tick .......
 Â
REL unit 0 4 4 4 4 .......
ABS unit 0 4 8 12 16 .......
ABS Pulse out 0 4 * 1.6≈6 8 * 1.6≈13 12 * 1.6≈19 16 * 1.6≈26 ........
ABS pos show 0.000 0.009 (6/640) 0.020 (6/640) 0.029 (19/640) 0.040 (26/640) ........
REL pos 0.00 0.009 0.011 0.009 0.011 ........
  Â
As can be seen from the table above, the maximum deviation after shaking the handwheel will not exceed (1p = 0.0015625mm), which is determined by the drive and screw precision;
Coordinate display is the real-time display of the current actual location, if 0.009 mandatory display 0.010, this is not appropriate;
Due to the limitation of the shaking speed of the handwheel within the software, when the handwheel is shaken at the limit and the handwheel is lost,
Suggest the following:
When you are far from the target position, you can choose x10 or x100 gear, and the manual speed parameters increase, even the normal speed of the hand wheel can also allow the machine to achieve rapid movement effect;
When close to the target position, you can choose x1 gear to slow precise positioning;
Do not recommend the following:
Hand wheel in the x1 file, and fast speed handwheel used to achieve rapid movement effect This is an unconventional approach;
The following G code and the above hand wheel analysis principle is the same;
G90 G54
G01 X0
G01 X0.01 (show 0.009)
G01 X0.02 (show 0.020)
G01 X0.03 (show 0.029)
G01 X0.04 ​​(show 0.040)
M30
When the pulse equivalent is 80 or other values, it can also be analyzed according to the above table.
I hope my answer will make everyone satisfied!
Kind regards |
|