We have a utility created by one robotics that allows the setters to shift points in userframe x,y,z only, by 1mm, 5mm or 10mm based on their login. This avoids the crash if they forget the "-" on a very large number as they are only shifting by a small amount.
Posts by Beek
-
-
I created something like this with Karel. Its possible.. if you need help just let me know
Are you able to login to different levels from the PLC or just the admin? I'm currently using the autologin_3 to login as admin but if its possible to have operator and techs also login to their levels that would be better as I could eliminate the USB drives for login.
-
Why not just use the onerobotics backuptool? I'm backing up about 30 robots in less than 2min.
-
What robot are you using to cut this shape?
-
At what speed does your laser need to feed at? If you slow your feedrate while increasing your cnt does it reduce the undercut?
-
Is there any way to slow your spindle down to get your chip load up some? If you do purchase a 2 flute, make sure it is optimized for aluminium cutting.
-
Is this a single pass or multiple? Are you conventional milling or climb? Conventional is recommended if you lack rigidity.
-
Came into an odd problem yesterday. F200 8.3 /15. Apparently servo motor was replaced on the off-shift. Tech supposedly single axis mastered the one arm and then calibrated. As soon as they would try to jog the robot they would get a servo fault on the drive and the TP would lock up. For what ever reason they decided to start loading images.... They said they had the same issue with all the images they tried.
When I came in they had just installed an image from 2020. I single axis mastered all 6 axis and then calibrated. No issues. Loaded the latest AOA backup and we are back in production. Any ideas on what could cause their issue with it locking up?
-
Even though I machine aluminium with the F200IB every day, I'd recommend the Mikrolar robot if you have to buy new anyways. Much more rigid.
-
If your looking to machine / plasma cut simple shapes you could use the shapegen option.
-
Its interesting that the Comau "karel" files can be compiled and uncompiled yet the fanuc ones cannot? The actual karel code is very similar. I bet Fanuc has software that does this.
-
Is it possible to single axis master / calibrate a robot without an install level password. Wondering if I can give enough access to the "maintenance" level to avoid handing out the install password.
-
I suggest instead of passwords that always get out, use the USB option. Everyone that is authorized to makes changes has a physical usb drive to unlock their level of control.
-
Can this be accomplished with 3axis machining or does it need to be 5?
-
Are you asking about the robot override? If so it is under the miscellaneous tab.
-
Screenshot of my program. Currently working for the F200. I have not tested on an R2000. Requires Karel and Roboguide. Roboguide is used to compile the code using the command prompt utilitys.
-
The program I'm referring to is one I've written to convert g-code to robot tp code. Its similar to Fanuc's Shape-gen but accepts input from any cam software. The main reason I'm using this vs Octopuz or equivalent is I've programmed in a crude cutter compensation to adjust for the robot rigidity and accuracy.
I'm fully aware of the limitations of the F200, which is basically just 6 ballscrews. I know they have a small market so I'm guessing your experience is more from a typical R2000 or equivalent. For my application a typical cnc (10 in the shop) are too slow, so we have 20+ F200's. The components I'm machining have quite large tolerances .010" size, .040" TP. Basically just different shapes and features machined into an aluminum extrusion.
I mainly just curious if anyone else is machining with an F200 or the more standard robots. What works, what does not. Things like that.
-
I'm working on a simple CAM to robot translation program and was wondering how many people were machining with fanuc robots and what type they are using. The company I work for is machining aluminum extrusions up to 8mm thick using F200 robots.
-
The company I work for in Michigan will be decommissioning 13 C3G+ Controllers in the next few months. Not sure if anyone is still running these, and is in the market for spare parts.
-
You should be able to download from CRC a 30day trial of roboguide. Once installed you can use the command prompt compiler forever.