
FANUC PMC Program Conversion Tool
Supplemental Operator’s Manual
01 05.07.05
M.Ichijo
New registration
B-64214EN/01-01
EDIT
DATE
DESIG.
DESCRIPTION
6/8
DRAW.NO.
4 CUSTOMIZATION OF CONVERSION RULES
The "IecParam1" item of the "Example of customizing" has been changed and the error of the
description have been corrected.
Replace the description of “3.3 CUSTOMIZATION OF CONVERSION RULE” as follows.
Before
Conversion rules for functional instruction can be customized by
editing ConvRuleLad.txt.
This file also includes some additional rules which may increase the
rate of the conversion if some instructions are used on certain
conditions in the source program. Such additional rules are not
activated but are commented out by default. If they can be applied
to the source program, please try to tune the conversion rule by
editing the applicable lines in the ConvRule.txt to delete ";;" at the
beginning of each line.
Example of customizing:
If you assume that DIFU can be converted to R_TRIG with
DUMMY_PARAM which has no reference, delete ";;" as follows.
;;[DIFU] [DIFU]
;;InstFunc=FIXED_NAME InstFunc=FIXED_NAME
;;InstName1=R_TRIG InstName1=R_TRIG
;;ConditionCount=1 ConditionCount=1
;;Condition1=PMC_CONDITION_1 Condition1=PMC_CONDITION_1
;;ParamCountInsideBox=1 ParamCountInsideBox=1
;;ParamCountOutsideBox=0 ParamCountOutsideBox=0
;;IecParam1=INSERT_DUMMY
⇒
IecParam1=INSERT_DUMMY