Pete, It's a Sodick A350W with a MARK 21 control. I didn't see M03 in the book. What does it do? It seems to work now, time will tell. How is low and high pressure set, by the operator, or is there some trick for that?
Thanks, Dennis -----Original Message----- From: Pete Ruehle [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 11:34 AM To: 'CNC'; SmartCam users group (E-mail) Subject: RE: [mfg-smartcam] Sodick post Dennis, You're going to want a wire thread (T91) in the @START section after the #MOV line and in the @RAP section. You'll also need the wire cut (T90) in the @RAP section and also in the @END section if you want the wire cut at the end of the job. The following line is needed in the @STPROF section: #IF(#XPOS<>#XST,#OR#YPOS<>#YST)<#CALL(RAP)> A stripped down version of my @RAP section looks like this: @RAP T90 M03 // if your machine has this feature, it's a must use. #MOV X#XPOS Y#YPOS T91 I could send you my tmp file but I really need to clean it up (looks worse than the garage) and strip it down first. What machine and control do you have? Pete -----Original Message----- From: CNC [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 06, 2004 11:32 AM To: SmartCam users group (E-mail) Subject: [mfg-smartcam] Sodick post Hi all, Does anyone have a post for a sodick wire that they would be willing share. Or some advice on cutting and stringing the wire( for coding), how is it put in, User Events? I usually program mills, but I am starting the wires now, too. Thanks much! Dennis Handzel IMS/EXTON. 128 N. Lively Blvd. Elk Grove Village Ill. 60007 E-mail : <[EMAIL PROTECTED]> ====================================================================== 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] ====================================================================== ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
