-----Original Message----- From: Colin Williams [mailto:[EMAIL PROTECTED]] Sent: Friday, June 23, 2000 1:21 PM To: Smartcam Forum Subject:
1st. THIS IS WHAT I WANT: N15 G01 Z-0.047 F8.0 N16 G42 D16 X0.283 N17 G02 I-0.283 N18 G01 G40 D16 X0.0 N19 G00 Z0.1 2nd. THIS IS WHAT I AM GETTING: N40 G01 Z-0.047 F8.0 N41 G42 D16 X0.283 N42 G02 I-0.283 J-0.38 N43 G01 G40 D16 X0.0 N44 G00 Z0.1 In the first example the tool previous is hidden in the process model. In the second example the tool previous is not hidden in the process model. The only difference is the "J" value in the second example. I do not want the "J" value. I don't know where the "J" is coming from. Check which @ section the J-.38 is coming from by using the debug function. Like so... @START #EVAL(#U8=0)<KF1685.TMP DEBUG HEADINGS U8 IS 1,SET TO 0 FOR NO DEBUG> Check your @ARC section in the template. Are you using conditional brackets on the I and J? Like so... @ARC #IF(#U8=1)<**** ARC > #C3<#PLANE><#MOV>< X#XPOS>< Y#YPOS>< I#XCTR>< J#YCTR><F#FEED> I presume your .smf machinedefine file is set to interolate full 180 degree arcs? Are you reseting the #YCTR anywhere before getting to this section? I've never had this before. Thank You Colin Williams ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
