Made this macro to mass import a bunch of .igs files from Pro/E 2001.
// Advanced_Wedm 11.5 Windows 10/16/98 16:48:10 Macro File
// w:\mcl\1.mcl
// CREATED: 10/05/01
//
//
//PAUSE[TX="The so far so good macro pause!", LR=10, LC=5, SR=2, SC=40,
PT=1]
VAR_REMOVE_ALL[]
AUTO_ANSWER[AA="no"]
NEW_INCH[]
AUTO_ANSWER[AA="Off"]
STRING: #IGS_FILE
PROMPT[TX="Enter the igs file name to import. ie. 112AA", SC=52,
VN="IGS_FILE"]
AUTO_ANSWER[AA="NO"]// no for abort processing Yes/No message
IMPORT[FN=STRTMP("w:\\shims\\die241\\%IGS_FILE.igs"), FTS="IGES", LU=0,
AN=0, SF="D:\\SM11\\CAMCON\\igs_i_in.set"]
AUTO_ANSWER[AA="OFF"]
MAC_EXE[FN="w:\\mcl\\z0"]
AUTO_ANSWER[AA="no"]
MERGE[FN="w:\\ag4000\\x0y0", FT=2, XS=0, YS=0, ZS=0]
AUTO_ANSWER[AA="off"]
full[]
The IMPORT command does not work when I
execute the macro. But it does work when I record
a macro using the IMPORT command.
Is it the way I use my #IGS_FILE variable with the
FN=STRTMP("w:\\shims\\die241\\%IGS_FILE.igs"),
that is the problem?
Any help here would be great.
Regards,
Michael Senack, CNC Programmer
Blount Canada Ltd
505 Edinburgh Road North
Guelph Ontario
N1H 6L4
519 822 6870 X354
FAX 519 822 1450
http://www.blount.com/
======================================================================
To find out more about this mailing list including how to unsubscribe,
send the message "info mfg-smartcam" to [EMAIL PROTECTED]
======================================================================