
06-24-2005, 07:18 PM
|
| | | Join Date: Mar 2005 Location: Silicon Valley, CA
Posts: 982
| |
Correction,... on Fanuc, it's 'O-9999', then punch. If you type in just O9999, it will only output only program number 9999 (if you have one).
If you output all, all of the programs will be saved as "one" in a single file. Thats what the software is asking for. If you want to save it like that, you can. If you want it split into the individual programs, you'll have to seperate the programs from the one file and create new files for each program. Fairly easy on a PC, unles you have a boat load of programs, subs and things like that.
Otherwise, just output the program (or programs) that you want for each file.
BTW: If you run subs, (and you number them accordingly or relative to the main), you can output multiple files by using a comma (,) as a seperater.
EX: main program number ( 2460 )
sub program numbers ( 2461 thru 2490 )
So you type in " O2460,O2490 " .... you'll get all programs from number 2460 to 2490.
HTH |