Hi all,
I've aquired an old Fanuc robot, an LRMATE200i.
I have all the manuals, and i've worked out how to write a program that works well. What I'd like to do is have that program activate automatically when a component arrives in a hopper. I know this can be done using Robot Service...
That's what we do at the moment, but then there is no point in having a factory of parts. Or even a CAD model come to that!
Also a huge table of dimensions (it's over two pages) is unweildy, and leads to interpretation error.
Excessive accuaracy is a sign of poor breeding. -Socrates.
Hi,
I've built a family of parts model, and I'm referencing the model parameters in a drawing so that as the model changes the drawing automatically updates all sizes. In this way I can use one model to create different drawings 'on the fly'. It's a massive time saving.
But: Sometimes the...
My questions are:
1. Is that a fair or accurate price?
Get quotes from competitors. Ask around. Ask if you can visit some other companies who are already running the machines (which is always a good idea anyway) - when you get there ask them how much they paid.
2. Is a specific companies...
ah ha, fixed it.. there was no <CR> (carriage return) marker for the program to look for when it sent it to the machine, so it was just stripped out - removing the first line.
Excessive accuaracy is a sign of poor breeding. -Socrates.
That's a useful hint, (sending back an empty file) but no.
Say for example I have this program:
%1000
(EXAMPLE PART)
(PROGRAMMED BY KNOBHEAD)
G10 etc etc
When I send it to the machine it will look like this:
%1000
(PROGRAMMED BY KNOBHEAD)
G10 etc
If I then send it back to the PC
%1000
G10...
I'm sure there is a way of doing this, but I can't work it out.
Our manufacturing guys want all our models done to mid-limit sizes, so that they can drop the models directly into their CAM software without any edits. Historically, we've always dimensioned tolerances in our parts in a +0.2/-0.0...
Hi all, we're using Edgecam's DNC system to send and recieve programs to our CNC machines. My problem is it seem to always delete the very first line of any program each time it is used.
Normally not a problem so much, but if a program is sent back and forth a few times (edits, backups, etc)...
There's a million ways to crash a machine - get round this one and they'll find another!
Seems to me either your operator was having an off-day, (even the best guys have a hangover occasionally) or you need to look at your operator training. He's just had the best training already though -...
Mazak do have their own cam system, called Camware, which I do use. But the interface is different to the machine, and the backplot isn't as useful as the backplot on the machine itself.
Camware isn't the most user friendly program in the world, but your stuck with it on mazaks if you want to...
Hmm, you could use a spindle probe to check your position before machining the second side. If you're feeling ambitious, you could even create a feedback loop from the probe to automatically correct itself.
A decent 5 axis machine shouldn't really struggle to do this, it is what they're for...
'easier and faster' always seems to be at the expense of 'flexible and powerful' - I use both Gcode and Mazatrol. If I'm doing something straightforward, mazatrol is great. Quick easy, accurate. If I want to do something a bit weird, bend the rules, then mazatrol is fairly useless and I...
If you want to draw an involute, you have to go back to the old manual drawing board techniques and develop it 'long hand' so to speak - there isn't a quick way (that I know of).
You might find someone somewhere has done a LISP routine to generate them quickly though..
I'm sure you know how to...
The other thing with a trackball of course, is that you don't need a surface to use it on. You can put it on your knee and sit right back in your chair - maybe put your feet up..
Excessive accuaracy is a sign of poor breeding. -Socrates.
Cracked it.
One of those 'doh' moments. I didn't have a spindle speed in there: added M203 S180 at the top, and off it went quite happily.
Surpised it worked on the machined backplotter though, and just hung (with the tool rotating? [spineyes]) rather than errored out - still, just another...
I used to get that from my mouse. The solution I found was to use a microsoft trackball explorer. It's a trackball, and takes a bit of getting used to, but because you can use it with different parts of your hand, you tend to not use the same position all the time and so you don't have that sort...
ah, those are both worth trying, thanks loads! I've been thinking it might be something to do with the feed, as when I play the cycle back on the machines own graphics, it works perfectly. The first peck was taking 5mins according to the time display, so I thought aha, I've somehow got a super...
I'm trying to get a parametric program running on our Mazak Integrex 200Y, and I'm struggling to get a G83 cycle to run on it.
Here's the code I'm using:
T0600.0
M169
M212 (LOCK C AXIS)
M13 (SWITCH TO MILLING MODE)
G00 X0.0 Z5.0 (START POSITION)
G83X0.H0.Z[#7+5]R5.Q1400.P0F150L1M210
G00 X0.0...
kenbolen, I've come across that degree limit too on fadals. Another one is don't ever put more than 15 lines of comment in a program without a gap, or it won't run.
Took me nearly a week to work that one out!
Excessive accuaracy is a sign of poor breeding. -Socrates.