PDA

View Full Version : Shopbot Link



john_hartman
05-31-2014, 10:25 AM
I believe there is a way to write some simple code in the "machine settings" under "header/footer tab" to command the spindle to go to a designated area after sheet has been finished.

Any help would be greatly appreciated..thx

khaos
06-01-2014, 11:36 AM
In your post processor you can change that. :D

khaos
06-01-2014, 11:48 AM
If you want to make this move every time
Look for:


+---------------------------------------------------
+ Commands output at the end of the file
+---------------------------------------------------
begin FOOTER
"JZ,[ZH]"
"J2,[XH],[YH]"

Where [ZH],[XH],[YH] are place whatever location you like you like.

If its a one off you should just change the sbp file at the end. :)

The post processor docs are a good read. Always backup your files BEFORE you make changes.

john_hartman
06-04-2014, 10:31 AM
This will take me some time figure out. Unfortunately I'm not a propeller head..:) Thanks

mike_greschuk
06-05-2014, 02:57 PM
In the Link click settings..Header/Footer. In the Sheet Footer put J2,5,5
This would jog your machine to X/Y 5" X 5"
at the completion of operations I think if you wanted to jog 3 axes it would be something like J3,2,5,5
So I think it would jog your Z to 2" and X/Y to 5" X 5"
Hope this helps
Mike

john_hartman
08-08-2014, 02:29 PM
This worked great! Many thanks!