Running this code gives me the error "Y value unspecified in xz plane canned cycle" Which is a bit of a surprise given that the machine is a lathe (and LATHE = 1) Replacing the G18 with G17 fixes the problem, but seems a bit counter-intuitive.
;Test G7 ; Lathe Diameter Mode G18 ; XZ Plane G21 ; Metric Units G90 ; Absolute Distance ;Drilling g0 x0 G97 M3 S800 G98 G83 R0.5 Z-6 Q3 M2 -- atp ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
