FYI for all of you Fanuc Macro programmers out there: The Fanuc OM controls
do NOT use Macro B. They have a different (not as robust) macro version.
Having said this, I don't recall what exactly it IS called, but I know
macros written in Macro B will not work on an OM control. It's quite
possible that the G10 command will work for updating an offset from within
a program. The fanuc operators manual for the OM control will list all of
the various macro codes and their functions.

Chris




                                                                                       
                                
                    "Marc A. Frazer,                                                   
                                
                    Sr."                     To:     Michael Senack 
<[EMAIL PROTECTED]>,                               
                    <m.frazer@inetmai        "'[EMAIL PROTECTED]'" 
<[EMAIL PROTECTED]>               
                    l.att.net>               cc:                                       
                                
                                             Subject:     Re: [mfg-smartcam] Cutter 
diameter for Fanuc OM Series       
                    07/07/00 09:51 PM        control                                   
                                
                    Please respond to                                                  
                                
                    "Marc A. Frazer,                                                   
                                
                    Sr."                                                               
                                
                                                                                       
                                
                                                                                       
                                






----- Original Message -----
From: Michael Senack <[EMAIL PROTECTED]>
To: '[EMAIL PROTECTED]' <[EMAIL PROTECTED]>
Sent: , 7 7, 00 4:59 PM
Subject: [mfg-smartcam] Cutter diameter for Fanuc OM Series control
> > Auto forwarded by a Rule
> Now we have a Hurco milling center with an OM Series Fanuc control, and
I'm
> reprogramming the above job sample from the Bostomatic which uses G39's
> codes to the Hurco.
> My question is...does the Fanuc OM Series control have any way of
> programming cutter diameter in the code?
> Thanks

Micheal:
Yes, I believe there is. You will need to see if you can read and write to
variable #2002.
The tool length offset is #2001, or H1, and the diameter, or radius ofset
is
#2002 or D2.
I have not used a 0M for some years, and the variable numbers may be
different. It works on a Fanuc 16. I am not sure if you need to have macro
B
turned on or if it works without an option.
A macro statement like this may work:
#2002=.500(SET INITIAL SIZE)
#2002=[#2002+.003]( A VALUE IS CHANGED IN THE CODE)
G1G41D2(TURN ON CUTTER COMP)

You might also check out http://www.programmingunlimited.com there are some
good macro examples there for many different controls.
Enjoy!

======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================



======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to