This is how I insert block delete codes like the way you want
and anywhere you want them...
 
1) set Q.366 in smf file to nothing for #C3=0
 
2) set Q.367 in smf file to / for #C3=1
 
3) make a block delete on and block delete off @ sections in your tmp file
like so...
@BDON
#IF(#U8=1)<**** BLOCK DELETE ON >
<#EVAL(#C3=1)>
 
@BDOFF
#IF(#U8=1)<**** BLOCK DELETE OFF >
<#EVAL(#C3=0)>

4) then put a #C3 in the beginning of every line that gets coded.
    this is just the @END section to show you where to put the #C3
 
@END
#IF(#U8=1)<**** END >
#C3M98P1
#IF(#C1=0)<#C3#C1(-#S9-)>
#C3<#S1>M30
%

5) then in your .pm4 shape file turn the block delete on and off
    where you want it using User_Event commands that call the 
    @BDON and @BDOFF sections
    
Done!    

-----Original Message-----
From: Jeff Pieper [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 11:09 PM
To: SmartCAM List Server
Subject: [mfg-smartcam] Starting over with N10


Well, I got this one figured out on my own by adding #EVAL(#BLK=10),
I still need help getting the block skip to output after the N number.
Any suggestions?
 
 
N35 M106 (1" X 90' SPOT DRILL TOOL 1)
N40 T02M08
N45 G00X-3.006Y1.78S2500M03
N50 G43Z0.0H01
N55 G98G81Z-1.24R-0.9F35.0
/N60 X-2.294Y2.47
/N65 X-0.9Y1.95
/N70 X-1.5Y2.0
 
How can I get the Block Delete's to code like this?
 
N35 M106 (1" X 90' SPOT DRILL TOOL 1)
N40 T02M08
N45 G00X-3.006Y1.78S2500M03
N50 G43Z0.0H01
N55 G98G81Z-1.24R-0.9F35.0
N60 / X-2.294Y2.47
N65 / X-0.9Y1.95
N70 / X-1.5Y2.0

======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================

Reply via email to