Hi Gary, In my experience, the most common source of blank lines in the posted output comes from a space at the end of a code generator line. For example if you had a space between the > and the // you will get a blank line. the same would be true of any line with out comments, if it ends with a space, it will give you a blank line.
@OP_TAP #IF(#CYCLE=0)<#EVAL(#U15=1)>//#U15 USED FOR CHIP BREAK OF DEEP HOLE #IF(#CYCLE=1)<#EVAL(#U15=0)> #EVAL(#V2=(#ZCHK-2.54)) #EVAL(#V3=(#ZDPTH+2.54)) #IFCHG(#WKPLN)< G80 J0> #IFCHG(#WKPLN)< #WKPLN G00 X#XPOS Y#YPOS Z#ZPOS#RESET(#V3)#RESET(#U15)> < G60 #CYCLE #FDMODE> X#XPOS Y#YPOS< Z#V3 R#V2#EVAL(#V4=#ZPOS-#V2)> W#V4 < J#U15>< F#FMT(#FEED,D3.5)> #EVAL(#U16=1)//USED FOR G80 OUTPUT IN TOOLCHANGE SECTION @@CYCLE 0,G84 Good luck, David Hayden ====================================================================== To find out more about this mailing list including how to unsubscribe, send the message "info mfg-smartcam" to [EMAIL PROTECTED] ======================================================================
