Hello Guest it is March 28, 2024, 12:29:54 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - shubham0073

Pages: 1
1
General Mach Discussion / non coordinated move
« on: December 26, 2012, 03:36:35 PM »
i have a DRilling machine,in that machine according to g codes,first the X-Y table moves then the Z axis comes down and drill the hole in wood in one shot.the problem is that it takes too much time,around 5 holes in 2 sec,if i can make x,y z all the axis moves in one go then i can save much time,but for drilling application ,first the wood piece should be in position then drill,

If there is a procedure for non cordinated move then high speed can be achieve,as the drill moves out of the hole the table should start moving and reaches its other position before the drill re enters the wood on the same time drill is also moving.

Can anybody help ?...
in my machine Z axis works as on one full rotation drill comes down and goes up,so on increasing the z axis means drilling and retracting in one move
my g codes are


G0 X0.0 Y0.160
G0 Z1
G0 Y0.5105
G0 Z2
G0 Y0.8610
G0 Z3
G0 Y1.2115
G0 Z4
G0 Y1.5620
G0 Z5
G0 Y1.9125
G0 Z6
G0 Y2.2630
G0 Z7
G0 Y2.6135
G0 Z8
G0 Y2.9640
G0 Z9
G0 Y3.3145
G0 Z10
G0 Y3.6650
G0 Z11
G0 Y4.0155
G0 Z12
G0 Y4.3660
G0 Z13
G0 Y4.7165
G0 Z14
G0 Y5.0670
G0 Z1
G0 Y5.4175
G0 Z16
G0 Y5.7680
G0 Z17
G0 Y6.1185
G0 Z18
G0 Y6.4690
G0 Z 19
G0 Y56.8195
G0 Z20



G0 X0.375 Y6.9199
G0 Z21
G0 Y6.5578
G0 Z22
G0 Y6.1957
G0 Z23
G0 Y5.8336
G0 Z24
G0 Y5.4715
G0 Z25
G0 Y5.1094
G0 Z26
G0 Y4.7473
G0 Z27
G0 Y4.3852
G0 Z28
G0 Y4.0231
G0 Z29
G0 Y3.6610
G0 Z30
G0 Y3.2989
G0 Z31
G0 Y2.9368
G0 Z32
G0 Y2.5747
G0 Z33
G0 Y2.2126
G0 Z34
G0 Y1.8505
G0 Z35
G0 Y1.4884
G0 Z36
G0 Y1.1263
G0 Z37
G0 Y0.7642
G0 Z 38
G0 Y0.4021
G0 Z39
G0 Y0.04
G0 Z40
G0 X0.750 Y0.0
G0 Z41
G0 Y0.3665
G0 Z42
G0 Y0.7330
G0 Z43
G0 Y1.0995
G0 Z44
G0 Y1.4660
G0 Z45
G0 Y1.8325
G0 Z46
G0 Y2.1990
G0 Z47
G0 Y2.5655
G0 Z48
G0 Y2.9320
G0 Z49
G0 Y3.2985
G0 Z50
G0 Y3.6650
G0 Z49
G0 Y4.0315
G0 Z48
G0 Y4.3980
G0 Z47
G0 Y4.7645
G0 Z46
G0 Y5.1310
G0 Z45
G0 Y5.4975
G0 Z44
G0 Y5.8640
G0 Z43
G0 Y6.2305
G0 Z42
G0 Y6.5970
G0 Z41
G0 Y6.9635
G0 Z40



G0 X1.125 Y6.9199
G0 Z39
G0 Y6.5578
G0 Z38
G0 Y6.1957
G0 Z37
G0 Y5.8336
G0 Z36
G0 Y5.4715
G0 Z35
G0 Y5.1094
G0 Z34
G0 Y4.7473
G0 Z33
G0 Y4.3852
G0 Z32
G0 Y4.0231
G0 Z31
G0 Y3.6610
G0 Z30
G0 Y3.2989
G0 Z29
G0 Y2.9368
G0 Z28
G0 Y2.5747
G0 Z27
G0 Y2.2126
G0 Z26
G0 Y1.8505
G0 Z25
G0 Y1.4884
G0 Z24
G0 Y1.1263
G0 Z23
G0 Y0.7642
G0 Z22
G0 Y0.4021
G0 Z21
G0 Y0.0400
G0 Z620



G0 X1.5000 Y0.1600
G0 Z19
G0 Y0.5105
G0 Z18
G0 Y0.8610
G0 Z17
G0 Y1.2115
G0 Z16
G0 Y1.5620
G0 Z15
G0 Y1.9125
G0 Z14
G0 Y2.2630
G0 Z13
G0 Y2.6135
G0 Z12
G0 Y2.9640
G0 Z11
G0 Y3.3145
G0 Z10
G0 Y3.6650
G0 Z9
G0 Y4.0155
G0 Z8
G0 Y4.3660
G0 Z7
G0 Y4.7165
G0 Z6
G0 Y5.0670
G0 Z5
G0 Y5.4175
G0 Z4
G0 Y5.7680
G0 Z3
G0 Y6.1185
G0 Z2
G0 Y6.4690
G0 Z1
G0 Y6.8195
G0 Z0

Pages: 1