<<gr_off.mcl>> <<gr_on.mcl>> I found these in my D:\sm11\shared\sysmcl sub-directory of my SmartCAM V11.5 install. I have installed it on my D: drive in SM11 as I chose the custom install. Now I seem to have lead you astray here. By simply typing GRAPHICS_ON[] and GRAPHICS_OFF[] in your .mcl file, it will not do the trick as you'll get an error. However, if you record a macro to do a Macro, Execute D:\sm11\shared\sysmcl\gr_on.mcl then it will work. Like so...
MAC_EXE[FN="W:\\MCL\\GR_OFF"]
MAC_EXE[FN="W:\\MCL\\GR_ON"]// turns graphic windows on
In the above two sample lines it is looking in w:\mcl sub-directory because
I copied the GR_OFF.MCL & GR_ON.MCL files from d:\sm11\shared\sysmcl to
w:\mcl
Anyways, look in the ..\shared\sysmcl sub-directory and you'll find a whole
slew of .mcl files to explore. Have fun!
-----Original Message-----
From: John Coulston [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 22, 2000 3:30 AM
To: 'Michael E. Senack'; '[MFG-SMARTCAM]'
Subject: RE: [mfg-smartcam] Macro anybody?
GRAPHIC_ON documentation?
Is the command GRAPHIC_ON documented anywhere? I've been
looking for it
but cant seem to find it. Are there any other commands that
are not
documented?
Thanks
John
-----Original Message-----
From: Michael E. Senack [SMTP:[EMAIL PROTECTED]]
Sent: Thursday, June 22, 2000 5:51 AM
To: Ron Klutts; 'John Wright'; '[MFG-SMARTCAM]'
Subject: Re: [mfg-smartcam] Macro anybody?
To save on all the redraws it does try the GRAPHIC_ON and
GRAPHIC_OFF
macro
commands as follows...
// FreeForm_Machining 4.6 HP-UX,A.09.01 09/06/95 10:19:58
Macro File
// /disk/ron/wrkpln.mcl
// CREATED: 02/16/96
//
//
GRAPHIC_OFF[]// turns graphic display windows off
//
Auto_Answer[AA=OK]
SELECT_ALL[]
PCHG_WP[WP="XZ_PLANE"]
PCHG_WP[WP="YZ_PLANE"]
PCHG_WP[WP="XY_PLANE"]
NEW_GRP[]
REDRAW[]
//
GRAPHICS_ON[]// turns graphics display windows on
-----Original Message-----
From: Ron Klutts <[EMAIL PROTECTED]>
To: 'John Wright' <[EMAIL PROTECTED]>; '[MFG-SMARTCAM]'
<[EMAIL PROTECTED]>
Date: Wednesday, June 21, 2000 1:20 PM
Subject: RE: [mfg-smartcam] Macro anybody?
>John,
>
>Here's a macro I use that will put everything it can on the
XZ, then YZ,
and
>finally XY workplanes. I then kill the workplanes the
manual way. I
haven't
>figured out how to do it in the macro. Also if the file is
big (lots of
>surfaces, it helps to zoom in for all the redraws it does.)
>
>Ron Klutts
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED]]On Behalf Of
John Wright
>> Sent: Wednesday, June 21, 2000 12:37 PM
>> To: [MFG-SMARTCAM]
>> Subject: [mfg-smartcam] Macro anybody?
>>
>>
>> Hi all
>> Im not much of a macro writer but have recorded a few .
>> Im needing a macro that will unreserve all workplanes and
>> then kill them in
>> one shot.
>> Knowing that smartcam wont kill planes with geometry on
them
>> I dont like the
>> clutter
>> from unused auto planes.
>> I have tried to record the moves I use but it doesn't
work. ?
>>
>>
>> Thanks John Wright
>>
>>
======================================================================
>> To find out more about this mailing list including how to
unsubscribe,
>> send the message "info mfg-smartcam" to
[EMAIL PROTECTED]
>>
======================================================================
>>
>>
>
======================================================================
To find out more about this mailing list including how to
unsubscribe,
send the message "info mfg-smartcam" to
[EMAIL PROTECTED]
================================================================
======================================================================
To find out more about this mailing list including how to
unsubscribe,
send the message "info mfg-smartcam" to
[EMAIL PROTECTED]
======================================================================
gr_off.mcl
Description: Binary data
gr_on.mcl
Description: Binary data
