You can use an User_Element to call the @TOOLCHG section. I use this on the lathe when I do a gage cut, then clear the part for the operator to check the diameter.
Or you cam make special @ sections to turn the spindle on or off, or your coolant on or off like so. @SPINDLEOFF #IF(#U8=1)<**** SPINDLEOFF> Z#ZHOMERM9M5 @SPINDLEON #IF(#U8=1)<**** SPINDLEON> T#TOOL G1M3S#SPEED<F#FEED> G4X#LOFF. #NEXTPT X#XPOSY#YPOSR #RESET(#ZCHK,#C0) @COOLOFF #IF(#U8=1)<**** COOLOFF> #EVAL(#C0=0) #C0 @COOLON #IF(#U8=1)<**** COOLON> #EVAL(#C0=1) #C0 -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 17, 2002 11:38 AM To: [EMAIL PROTECTED] Subject: [mfg-smartcam] From Novice code generator programmer Good morning to all, Any code generator samples of how I can pick up feeds, speeds and offsets after using the CREATE/MACHINE EVENTS/MISC OPTIONS/M00 FUNCTION? I am using a Fanuc 11m control. Thanks. ====================================================================== 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] ======================================================================
