Shizouka An-s Build

No, I just wrote a module in the .Net program to translate the G-code to a Galil command line. Then I store the command line in an array to be transmitted on demand.


Man you are way more programmer than I am. Yep, just linear don't look that bad. But add arcs and make everything work with all the modal commands and it quickly becomes a monster. I bow before greatness
 
Man you are way more programmer than I am. Yep, just linear don't look that bad. But add arcs and make everything work with all the modal commands and it quickly becomes a monster. I bow before greatness


Thank you for the kind words Karl:tranquility:

Not so bad, the same format applies, you just use the Galil CR function for arcs. Where R,S,D is Radius, Start Angle, and Sweep Angle

#G3
#D;WT10;JP#D,(@IN[2]=1)&(Q=1);'LOOK AT THE ESTOP SWITCH
VM AB;'SET THE VECTOR AXIS
CR R,S,D<VSCUT>VSCUT
VE
BG S
AM S
#T
WT10
JP#T,(_BG S=1);'WAIT FOR CUT
JS#UI1;'TELL THE CNC PROGRAM THE OP IS COMPLETE
EN
 
Back
Top