bobadame
02-26-2006, 11:15 PM
I have a Bandit system complete with stepper motors which was removed from a Shizouka mill. The system was new I think about 1984. The system was working when it was removed and replaced by a more modern system. Is this worth anything?
Karl_T
02-27-2006, 05:17 AM
I took a similar system off a few years back. Got $500 for it.
I'm green with envy. Wish I had a Shizouka. VERY RIGID machine.
Karl
ecltwo
05-20-2006, 11:31 PM
By chance would you know anyone who might have a complete 'beginners' manual for the Bandit control. I have a 'partial' manual but I'm missing the very basic 'stuff', Chapter 1 etc.
Hope someone can help me,
Ed
A retired Teacher in Katy, TX, U.S.A.
Al_The_Man
05-21-2006, 07:32 AM
Is this the Bandit Shadow? here is a site for that manual.
http://www.shadowcnc.com/shadowmanual.htm
Al.
HPbyGD
05-21-2006, 09:18 AM
I also have two bandit controllers and steppers that I remove from a Shizouka mill. I have most of the manuals I think. Ed if you want to e-mail me direct and let me know what you are looking for I might be able to help you out.
Gary@HPbyGD.com
HuFlungDung
05-21-2006, 10:19 AM
The link Al posted for the Shadow will give you a good start on running a Bandit, but there are a few details that have changed over the years. From memory:
- the Bandit did not have any work offsets, you always ran in the machine coordinate system, or else you performed a machine coordinate system shift with G92, which effectively redefined the machine coordinate system, because there was no way to "cancel" a G92. The machine coordiante system is commonly described as G53 in modern cnc terminology, but in Bandit, there was no provision for the machine to accept G53 commands because you were always in the G53 coordinate system.
You had to learn how to run G92 coordinate system offset if you didn't like the power-up position as X0Y0Z0. XYZ0 G92 would set the current absolute position of the machine. XYZ G93 would then set all the displays to zero, or, you could set the displays to read whatever you wanted.
-note that Bandit and Shadow like the Gcodes at the end of the line, not the beginning.
-Bandit used a G58 command as an absolute position save and return. You could only make use of this by hand programming it, and it did have its uses, but it is definitely nothing to do with work offsets.
-Bandit only had memory space for 999 "words" of gcode. I think you could upload 1024 but you couldn't enter the last 25 commands manually :D
-Bandit has an "Enter" key which the Shadow no longer has. This is because you can type in a whole line of gcode on the Shadow and store it. But on the Bandit, you could only enter one "word" at a time, because you're looking at a 8 character LED display, plus various other axis and direction LED indicators. So to enter a multiword command in the Bandit, you made use of the ENTER key to link the words into one command line.
For Shadow entry:
X0Y0Z1.G92. just type it in and press Store.
For Bandit:
X0 ENTER Y0 ENTER Z1. ENTER G92 STORE
-G98 works the same on both Shadow and Bandit. It is a shortcut way to return the machine to zero relative to the last G92 position (or power on position, but most often you would want to define machine home after power up). In a FANUC control, the equivalent move to the Bandit/Shadow G98 would be G00 G53 X0 Y0 Z0
-the old Bandit, depending on the revision, you could digitize tool offsets. I forget the exact method, but in jog mode, jog down to touch, type in a tool number and store it. Unfortunately, the Shadow lost this ability, and you have to enter the values manually.
-there is a quick key available in jog mode: when jogging, go wherever you please. Before leaving jog mode, press "G" and all the axis will rapid back to where they were when you entered jog mode. Be careful, it moves quick enough to hurt you or the tool :D
-Bandit would perform G41/G42 tool radius compensation. Shadow, as far as I know, has some kind of bug that prevents it from working properly, so that's one up for the ancients :D
ecltwo
05-21-2006, 07:59 PM
Al_The_Man & HuFlungDung,
Thks so much for the info, it is greatly appreciated. I will take a few days to digest it.
'Talk' to you later,
Ed
A retired teacher in Katy, TX, U.S.A.