Re: Giant 20' x 3' x 2' router build
Cheers I was wondering if that was the case again with it, it's just not knowing these things and being my first time ect.
I will give give you a call but I will just wait until this new PC is here I'm hoping today or Monday and it's set up on that.
Many thanks
Re: Giant 20' x 3' x 2' router build
Charlie just read your earlier post about not returning back to where it started from.? This could be the Step pulse edge is set on the wrong side in the drives so it drops a step with each direction change. This is easy checked and corrected.
To check just knock up some G-code for each axis that goes back and forth many times. Like Below.
G0 X75
x0
Copy and paste few dozen times into a file then Zero the Axis and make a mark to check if comes back to same spot then run the G-code.
Using Notepad then just do replace search and replace X with Y and repeat for each axis.
If it doesn't come back to the same spot then go into Ports and pins and toggle the Active Hi/low setting for the STEP to opposite state for which ever axis is wrong. This and the ENABLE setting are the only functions the ports n pins for motor outputs have on the Cslabs controller so ignore the rest.
EDIT: Other way to do it is thru the EM806 Drive software and changing the Active edge state but this is easier option.!
Re: Giant 20' x 3' x 2' router build
when i started with mach3 i also found this rather unusual , that the machine wouldnt return to the point where i stopped it
but when you start to read G code and start to understand what i means, then it all starts to make sense
for example , when cutting an arc ( as mentioned ) and you stop the machine lets say 1/4 of the way thru the arc , when you restart , it will not resume from that 1/4 point thru the arc ... it will either start at the beginning of the arc , or the next line of G-code
the same with height, z - axis ... if im doing a cut , stop mid way thru and then RAISE the machine ... when i restart , the machine doesnt know that it been raised , and will only change the height when a line of gcode tells it to , so you may do an air cut for a few lines of code depending on what you cutting ....
if i stop and want to continue , i rewind a couple lines of code ...
and yes , you need to start the spindle manually ( again g code tells spindle to start right at the beginning of the code )
keep at it and it all starts to make sense .... :)
Re: Giant 20' x 3' x 2' router build
Quote:
Originally Posted by
Blackrat
for example , when cutting an arc ( as mentioned ) and you stop the machine lets say 1/4 of the way thru the arc , when you restart , it will not resume from that 1/4 point thru the arc ... it will either start at the beginning of the arc , or the next line of G-code
If machine is moving and you hit STOP then you really should presume the machine as lost position and Re-home. If you want to pause the machine and resume then you should use FEEDHOLD.
If machined is STOPPED and you want to resume from point in the G-code then use the RUN from HERE command. This will do a move back into position then pause with message asking for CYCLE START it will also give you option to start the spindle.
If using RUN from HERE then it's best done from the begining of Cycle or some position move in the code rather than half way thru canned drill cycle for instance.
RUN form HERE as saved my arse so many times I've lost count and use it all the time.
Re: Giant 20' x 3' x 2' router build
Quote:
Originally Posted by
JAZZCNC
If machine is moving and you hit STOP then you really should presume the machine as lost position and Re-home. If you want to pause the machine and resume then you should use FEEDHOLD.
If machined is STOPPED and you want to resume from point in the G-code then use the RUN from HERE command. This will do a move back into position then pause with message asking for CYCLE START it will also give you option to start the spindle.
If using RUN from HERE then it's best done from the begining of Cycle or some position move in the code rather than half way thru canned drill cycle for instance.
RUN form HERE as saved my arse so many times I've lost count and use it all the time.
Cheers guys yes blackrat sounds like the same thing I will re read this and try and process it.
are there any other learning tutorials that would help me learn this stuff? Cheers
1 Attachment(s)
Re: Giant 20' x 3' x 2' router build
Just cut my first board and im really happy with how it went. A few things need to be worked on like a vacuum system which I have found does not need much power atall to pick up the light weight foam and also a way to hold the foam down at the corners and also allow some sort of accurate registration so when you flip the block it lines up perfect to cut the other side
( im looking for ideas here) I am also wondering if the motor on the x axis is way over kill as it is spinning quite slow even when at full speed and gearing it more will just produce more torque than I would need.
Re: Giant 20' x 3' x 2' router build
gotta say that looks pretty good !
to locate the board ....
you have to have references cut into the foam block from the top side ... this is because the block is not accurate enough to flip over and carry on cutting
so instead of cutting the whole of the top of the block, id cut 6-8-10 (as many as you need to support the foam block) square patches into the block ... then when you flip the foam block over these machined patches locate onto the table by mean of MDF pieces that are the same size as the patch that was cut
hope it sorta makes sense :D
what software you designing the board in ?