
FANUC LADDER-III
SUPPLEMENTARY OPERATOR’S MANUAL
01 05/01/14 First issue B-66234EN/05-1
EDIT
DATE
DESIG.
DESCRIPTION
50/69
TITLE
DRAW.NO.
SHEET
CUST.
5.3.2. Converting the source program of an *.LAD File into a mnemonic file.
10.4.5.2 Converting all subprogram with used symbol and comments.
SrcToMnemonic [/datatype= 4] [/mode=0 | 1| 2 | 3| 4 ]
[/separate] [/prog=ALL] [/usedsym= 0 | 1 | 2 | 3]
[/symspace=character] [/file=[Drive:] [path] file name]
Parameter
/datatype =4: Converts only ladder program data.
/mode =0: Converts data to P-G compatible data. (default)
=1: Converts data with in full option mode.
=2: Converts data to label/subprogram format data.
=3: Converts data to Japanese comment format data.
=4: Converts data to extended function format data
*An error occurs and interrupts processing, when not corresponding
. to extended function.
/separate Specified with /datatype=4, output data is divided by the program.
The character string which means the data type is added to the output file
name.
Even if you omit the /separate parameter in case of /datatype=4 and
/prog=ALL, the character string which means the program number (Pn) is added
as the suffix to the output file name.
/prog Specify the output ladder program.
* It is an effective parameter for/datatype=4.
This parameter is ignored except for /datatype=4.
=ALL : Converts all subprograms. (default)
/usedsym Specify this parameter when you output symbol/comment and ladder used by
a subprogram all together
* It is effective for /prog=LEVELn|Pn
=0 : Do not output the symbol. (default)
=1 : Converts the symbol used by /prog.
(It is effective when not corresponding to extended function.)
= 2 : Convert a local symbol of /prog. (It is effective when corresponding
to extended function.)
=3 : Convert a local symbol of /prog and using global symbol.(It is
effective when corresponding to extended function.)
/symspace =character :Specify the character of symbol to replace to white-space
character.
*Do not replace the space character in the symbol when you omit this
parameter.
/file =[Drive:] [Path] file name Specify the file name of a mnemonic file to be converted
When /separate is specified, the character string which
means the data type is automatically added to the output
file name.
(e.g.) When file name is .txt
SYSPRM.txt, TITLE.txt, SYMBOL.txt, LEVEL1.txt,...