Read the manual that's attached. These probes are perfect for what you need to do.
i use the probes for simple job and tool set ups.
how can i set it up to be picked up first thing and auto probe x,y,z then reset its G54 x,y,z then machine parts.
I sometimes get parts that do not locate the same due to weld fab. if i could just load the part,cycle start it and the probe finds it then tool changes to the working tools,,,that would be a great time saver.
thanks in advance
Read the manual that's attached. These probes are perfect for what you need to do.
I do that all the time. I learned the code required for the probe by using VQC in MDI mode and writing down what it output for the different probing situations. Then I just treated the probe like any other tool (I even touched it off to get a TLO). Real easy. Just manually put the code into the start of the program and run it slow the first time to make sure you have your z levels right for the probe. Like this:
O404 (OP 4H Lower Barrel Holder Revision 4_04 )
G00 G17 G20 G40 G49 G90 G98 G94
N25 (PROBE)
T25 M06
G00 G90 G113 X0 Y0
G43 Z1. H25 T17
(Probe Y Web)
G65 P9023 A4. Y0.33 Z-1.4 S113.
(Probe X Web)
G65 P9023 A4. X0.75 Z-1.4 S113.
G00 Z3.
G53 Y0 Z0
M01
N17 (3/8 4 FLUTE CRB EM)
T17 M06
G00 G113 X.2858 Y-.5376 S1527 M03
G43 Z.1 H17 M08 T09
G01 Z-.15 F3.0558
.
.
.
I start up high out of caution. Once it's set you can start a lot closer but I've never hit the probe and am trying never to do it.
Good luck
thanks for the almighty code breaker. i dont know why i didnt think of that while probing. Look at the MDI program and your function as it probes and slap that MDI program into your auto program and you in there. Man, i feel dumb not thinking of that, i would have, eventually.
One more question though. what might the A0. value in the code give ya? its in all the codes and its not a value you input. must be a value the mach. figures in. but what and where?
G65 P9023 "A4." Y0.33 Z-1.4 S113.
Renishaw generally supply a file of routines, and I always under stood that when using an expensive probe like Renishaw that you should never use any move that does not have a G31 in it?
The initial positioning move is normally a protected move routine.
Al.
CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
good call on the G31. I will look onto that. i guess ill read up in the manuals.
but maybe you could give me some foresight on the code and how best to use and place it in your program.
thanks in advance.
The controller type was not mentioned, but if the Renishaw was purchased new, they usually supply standard macros for your particular machine, anything over and above is usually written by the end user, but incorporate the custom macro's.
Al.
Oops I see it is in the Haas forum.![]()
Last edited by Al_The_Man; 06-19-2008 at 08:20 PM.
CNC, Mechatronics Integration and Custom Machine Design (Skype Avail).
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
from the vqc menu you're able to add the probing cycle to the program you're running. Well ok on my machine you can...heh
Al, I finally got around to trying the G31. It seems to skip the lines with G31 in it. I know the book says g31 is "Feed until skip" and it's looking for a signal from the probe if it hits something. The probe must be on for this to happen so I have a M53.
My program looks like this:
N25 (PROBE)
T25 M06
G00 G90 G55 X0 Y0
G43 Z1. H25 T13
(PROBE BORE)
Z.1
M53
G1 G31 F12. Z-.25
G65 P9023 A1. D.375 S55.
G00 Z3.
G53 Y0 Z0
M01
I thought that would do it but it doesn't. Can you help?
edit- sorry for bringing back this old thread but this is where the story was.
Last edited by extanker59; 09-09-2008 at 03:09 PM. Reason: old post