The Shop > CNC |
DDCSV1.1 4 Axis controller |
<< < (69/202) > >> |
philf:
--- Quote from: Will_D on January 27, 2017, 03:54:59 AM ---Thanks Phil, yes thought of this in the wee small hours ! Will try later! --- End quote --- Hi Will, Did you try it? Phil. |
Will_D:
Been meaning to reply Phil - but I am so frustrated with this! Yes I set the parameters to read speed and feed (even tho' I am only using X&Y) Wrote a very simple bit of code to just move in the X direction with feed Worked a treat! Simple edited the file to change X to Y and doesn't work. Just stops on each line. I have been going through the parameter file to see if there is something else! |
Biggles:
Hi guys, I have nil experience with this kind of language but I suggest looking at the code again; Using an online simulator,( https://nraynaud.github.io/webgcode/) and pasting the code of file SqSpiral-2.txt. Line 9, is coming up as not being recognise and being skipped. I.e. G91.1 could this be the problem? Running the code with line 9 deleted seems to be OK. :coffee: |
chriscnc:
G91.1 is INC IJK mode.... why do this v.s Absolute? just G90 |
Will_D:
I really think its my controller. I have run the various files qon Estlcam and my other controller and they work fine. Would you believe this code won't run: (Project Mill_Test) G00 X0.0 Y0.0 G1 X20.0 F200.0 G1 X40.0 F400.0 G1 X30.0 F300.0 M30 % |
Navigation |
Message Index |
Next page |
Previous page |