Hi Barrie
Yes the speed of the spindle is set manually on the front of the machine head, it peaks at 4000 rpm.
That would be great Barrie if it is not too much trouble, I can get the material ready, also I have a set of step clamps to hold in place.
Yes I have probably watched the same videos however I now know the 5000 sentence limitation of nccad9 which I managed to fill with one 5 letter word at a 2mm depth which I find ridiculous, I did speak to proxxon via email earlier on today and they tried to advise me they have only provided basic to try and keep the cost of the machine down. They also went on to say that it should satisfy most tasks other than the use of STL files. Guessing the gent who emailed me has not yet tried to engrave on basic..
While I was making my discovery earlier I received that "invalid movement z axis" message again and from what I can gather it is happing somewhere in these lines of code:
G01 X48.965 Y30.284
G01 X48.130 Y30.360
G00 Z5.000
G00 Z0.500
G01 Z-2.000 F5.000
G01 X48.320 Y30.990 F50.000
G01 X59.790
G01 X59.600 Y30.360
G01 X58.996 Y30.331
Any ideas what could be causing this error Barrie ?
Regards
Chris
Hello Chris
Lets look at what the code is telling the machine to do.
G01 X48.965 Y30.284 This line is a cutting action, assume the tool is cutting and it is going to X 48.965 and Y 30.284
G01 X48.130 Y30.360 Cutting action again with a very small movement relative to the last line
G00 Z5.000 This is a rapid movement pulling up in the Z axis 5mm away from the zero point
G00 Z0.500 This is a rapid movement but looks to be 0.5mm above the work piece.
G01 Z-2.000 F5.000 This a cutting/plunge action into the work piece at a feed of 5.0 (actually 30mm/min)
G01 X48.320 Y30.990 F50.000 Cutting in the X,Y plane with cutter at the depth from the previous line feed of 300mm/min
G01 X59.790 Cutting movement just in the X axis
G01 X59.600 Y30.360 Cutting movement
G01 X58.996 Y30.331 Cutting movement
Another qwerk of the Max computer control is that the feed rate (F after a cutting operation such as G01) unit is 0.1mm per second rather than the more convemntional units of 1mm second. so F5 in your code is 0.5mm per second which works at the more conventionally quoted figure of 30mm/min. Basically multiply Max computer feed by 6 to get a mm/min figure.
I see nothing outlandish in your code but if you had the Z zero set very close to either the top or bottom of Z axis travel, then one of the Z axis movement requests could push the machine out of limits and result in the error message. Try running the code again but set the Z axis zero right in the middle of the travel. Have you got the Z zero set very low on the Z axis, maybe a very short cutter has forced you to do this?
I assume the code was some sort of engraving or text?
Did you speak to Axminster about any of this? I would be interested to know if they have someone down there who understands the qwerks of Max computer controls?
I will figure out the programme tomorrow but feel free to ask any questions that come to mind before then.
Best Regards
Barrie