PLABELs 81 - 90
This option controls whether input file statements are embedded in the list file. By default they are not. Activating this feature will cause the input statement to be printed in the list file followed by the output blocks of machine control data that it causes the postprocessor to create. Equivalent postprocessor commands:
PLABEL/OPTION,87,TO,0 $$ Do not print input statement to the list file (default).
PLABEL/OPTION,87,TO,1 $$ Print input statement to the list file.
This option controls whether motion related machine letter registers (e.g. GXYZIJKF, etc.) are treated as if they are modal or non-modal. Equivalent postprocessor commands:
PLABEL/OPTION,88,TO,0 $$ Address registers GXYZIJKF are modal (default)
PLABEL/OPTION,88,TO,1 $$ Address registers GXYZIJKF are not modal.
PLABEL/OPTION,88,TO,2 $$ Address registers GXYZIJKF are not modal (does not include G and F)
GPost will call this macro just before writing the MCD block to the punch/tape file when this option is set. The FIL command t1=text/last,4 will return the current block in t1. Using this macro you can:
edit the current block with any text/cmd
output additional blocks with filef(4,1,text)
skip the current block
You can use any FIL command,postf,filef inside this macro. All post commands are ignored including insert or postf(13). A sample _MCDWT.FIL is supplied with your distribution in the CAMLIB directory.
--------------------------------------------------------------------------------------------------------------------------
Option File Generator Help
Copyright (c) 2005, All Rights Reserved,
Austin N.C., 505 East Huntland Drive, Suite 480
Austin, TX 78752
www.austinnc.com