Hey gang!
I could use some help with a small problem that I have.
If you use #ONBLK in the .TMP to output N#'s the / (block skip) is output before the N###.
If you have to resequence the file for some reason, Edit Plus will not recognize the /N450 and will renumber it again
like this.    N450 /N450
I no most of you are thinking why doesn't he just recode the file. Well, we run 6 sided blocks with sub programs
and I want to be able to resequence each sub program separately in Edit Plus without having to delete the /N450 first.
The following code in list 1 is what I'd like SmartCAM to output, but instead outputs what is in list 2.
I'm referring to the N#'s and block skips. If I resequence using Edit Plus I get what's in list 3.
 
                 LIST 1                                                   LIST 2                                                  LIST 3
N110 M106 (C-10-3 ROUGHER TOOL 3)   N110 M106 (C-10-3 ROUGHER TOOL 3)      N110 M106 (C-10-3 ROUGHER TOOL 3) 
N115 T60M08                                         N115 T60M08                                             N115 T60M08                                          
N120 G00X1.0Y1.06S1592M03                N120 G00X1.0Y1.06S1592M03                    N120 G00X1.0Y1.06S1592M03
N125 G43Z1.0H03                                  N125 G43Z1.0H03                                       N125 G43Z1.0H03                                  
N130 G98G73Z-2.087R0.1Q0.1F22.0       N130 G98G73Z-2.087R0.1Q0.1F22.0            N130 G98G73Z-2.087R0.1Q0.1F22.0
N135 /Y-3.348                                       /N135 Y-3.348                                             N135 /N135 Y-3.348
N140 /X3.125                                         /N140 X3.125                                              N140 /N140 X3.125
N145 G80M09                                       N145 G80M09                                             N145 G80M09
N150 G91G28Z0.0M05                           N150 G91G28Z0.0M05                                N150 G91G28Z0.0M05
N155 G28X0.0Y0.0                                N155 G28X0.0Y0.0                                      N155 G28X0.0Y0.0
N160 G90                                             N160 G90                                                   N160 G90
 
 
I'd also like to know how to start the N#'s over again at N10 for each sub program that I code on SmartCAM.
Does anyone know what .INI file I need to edit to get the N#'s to out put before the block skip like list 1?
Thanks for your help.
If your confused please call me at 217-632-4640 for more information.
 
Thanks
Jeff
 

Reply via email to