1861
VB and the development of wizards / Re: Tangential spindle
« on: April 18, 2015, 07:09:30 AM »
ok i am pretty sure the next problem will be the dwell of the spindle,
because it is locking axis movement and so Input1 will go off again.
so i think the only practicable way well be to drive a axis not tangential and
control it miz g-code, something like this:
G0 Z0 A0
G0 X100 Y100
G0 Z70
M3
G1 X0
M5
G1 A90
M3
G1 Y80
M5
G1 A180
M3
G1 X100
M5
G1 A90
and so on.
what means you can only do straight line an no circles
(witch would not work anyway with this code for turn on/off spindle)
Thomas
because it is locking axis movement and so Input1 will go off again.
so i think the only practicable way well be to drive a axis not tangential and
control it miz g-code, something like this:
G0 Z0 A0
G0 X100 Y100
G0 Z70
M3
G1 X0
M5
G1 A90
M3
G1 Y80
M5
G1 A180
M3
G1 X100
M5
G1 A90
and so on.
what means you can only do straight line an no circles
(witch would not work anyway with this code for turn on/off spindle)
Thomas