Trainhound
01-16-2006, 03:36 PM
Is there any way to convert shopbot .sbp files to standard g-code to run on mach3 software?
|
View Full Version : Shopbot code conversion Trainhound 01-16-2006, 03:36 PM Is there any way to convert shopbot .sbp files to standard g-code to run on mach3 software? mrdovey 01-16-2006, 07:59 PM Should be fairly straight foreward, especially if the program was generated by PartWizard. Hand-coded SBP programs could be a pain in the neck because you'll need to run a complete simulation to deal with things like loops, gosubs, and if...then constructs. I don't know enough about g-code to guess how you'd deal with the interrupt service routine capability. tope 01-16-2006, 08:54 PM CAll Shopbot tollfree at 888-680-4466 EST and talk to Grant. They have very good tech support. gtsan 01-17-2006, 06:38 AM I wrote a SHP to CNC converter a few years ago. Not sure if it supports all the current Shopbot codes, but if you are interested let me know. CNCDust 01-17-2006, 10:28 AM The SB software has a SB code to G-code converter . You will find it under the File menu under conversions. You can find the file UX_SBP in c\Programfiles\Shopbot\Shopbot 3\ and you can copy and run the program stand alone. It shows it is a SB to DXF converter, but has an option to save as G Code. CNCDust 01-17-2006, 10:34 AM OOPs c\Programfiles\Shopbot\Shopbot 3\Bin\UX_SBP Sorry the_paco 01-17-2006, 04:47 PM And there's an online converter; ShopBot Project Wizard (http://www.shopbotprojectwizard.com/) (utility section)... so I guess you'll find a way! Both methods; from the control software and the Project Wiz utlilty, you'll get "BONUS" along the converter... :cool: |