Could talk with someone at Teknomotor to see what they recommend for a VFD for the specific model. Single phase or 3 phase availability in your shop. Any electrical supply or electrician should be...
Type: Posts; User: srwtlc
Could talk with someone at Teknomotor to see what they recommend for a VFD for the specific model. Single phase or 3 phase availability in your shop. Any electrical supply or electrician should be...
Open up the E-stop, blow out any dust, spray a good amount of contact cleaner in it and blow dry, check and tighten connections, reassemble and try it again.
Look into the various products from Vectric. If you really want to try using Parts Wiz (can't imagine why ;-), you could set up a virtual machine running Windows XP using VirtualBox.
SB3 will run...
Must have been a "Fly Cutter". :p
Yep, agreed!
Eric, just for fun and somewhat unrelated, but do you think you get better edge quality out of your Centroid/Acorn conversion? I know I do on mine, although the backlash on my 5:1 planetaries is...
Hey Ken,
I still think that bit is screamin' for more food. Try pushing it up to 3.2 - 3.5. Need to get the chip load up to around 0.012 at least . Also try increasing the depth per pass to at...
When you say "files transferred", was SB3 actually installed as well as the USB drivers at the end of the installation? USB cable should be unplugged during install and then plugged in for Windows...
Great to hear! :cool:
I'm thinking that your 2 rail sweep is actually stopping at the job dimensions of 6.6602" and not 7.5". Try setting up your job dimensions as 7.5 and redo your sweep and try it again. Any...
Good to hear! All because someone couldn't see the errant ":" in the MTC file and take the easy route of "it doesn't work on the Max".
6+ weeks * ??/hr vs knowing what the problem was after your...
C9 is used in the part file to call up the Custom9.sbc file, which decides what direction to hand off for tool changing. Either ATC or MTC. Since you don't have ATC, it sends execution on to the...
Not sure how well dwg is supported, but.....
https://www.qcad.org/en/
https://librecad.org/
https://www.freecadweb.org/?lang=en
Unless they've changed where it used to always be, place it in the C:\SbParts\Custom\MTC folder and let it overwrite the one that is there.
These docs should help...
...
Is it possible? Yes, but only if the file has the needed command to do it. If it's something you want to have a file do, I would suggest that you have the file read the current values first and...
Bobmann,
Did you give the MTC.sbp that I edited/attached a try with your tool change post? I'd be interested to see what it does. As Ryan stated, the MTC file does manage the dual Z situation,...
Hey Ryan, check your MTC file for an error! The reason it doesn't work is that you have a : after a "GOTO Safe_4Axis" on line 254. This causes the IF THEN check for an indexer to fail and allows...
I'm guessing that they are all working diligently on FabMo, AKA FabNo, AKA NoFab!! :p
Just for fun, lets take a deeper look at this. Replace your MTC.sbp file with this one and see if it behaves...
Meant to reference VU, values units, B Unit Value.
Just for curiosity sake, what is your B axis unit value set to? (VA, Values Units, B Unit Value)
In both your videos, the MTC script is falling through the "Safe 5 axis" sub when it should be...
Go to your C:\SbParts\Custom\MTC folder and attach the MTC.spb file you have. That is the file that is causing it.
You can change it to .txt and then we can change it back to .crv3d or add it to the extension already there. The sbp file is just a screen grab, so try generating just a one tool file and then open...
Choose to reply to thread and in the lower right, click "Go Advanced". Once there, scroll down an use "Manage Attachments" and attach your file through that.
Post your cut file. The supposed problem is happening when the cut file calls up ShopBot's manual tool change file. If you were to comment out (') those calls in the cut file, how does it run then?...
MTC.sbp is ShopBot's manual toolchange script. It is being called up by the actual part file (schwank.sbp) with C9. You could try commenting out the C9 if you have your tool in and zeroed already. ...