
FANUC LADDER-III
SUPPLEMENTARY OPERATOR’S MANUAL
01 05/03/29 First issue B-66234EN/05-2
EDIT
DATE
DESIG.
DESCRIPTION
25/39
TITLE
DRAW.NO.
SHEET
CUST.
10.4.5.4 Converting the symbol and the comment to a mnemonic file
SrcToMnemonic /datatype=3 [/mode=0 | 1| 2 | 3| 4 ] [/separate] [/adrsassign] [/zerosup]
[/symspace=character] [/file=[Drive:][Path]file name]
Parameter
/datatype =3:
Converts only symbol and comment data.
/mode =0:
Converts data to P-G compatible data.(defalut)
=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=3, this option simply adds character string SYMBOL to
the specified file name.
When this option does not exist, it becomes a file name specified by /file.
/adrsassign
Executes the automatic assignment of address.
* This becomes effective only in the case of extended function.
In the PMC type which does not correspond to the extended function, this
parameter is ignored.
/zerosup
The zero suppression is applied to the PMC address. ("R0000.0" is output as
"R0.0")
/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"
"SYMBOL.txt"
Command sample
When converting symbol and comment into a mnemonic file.
SrcToMnemonic /datatype=3 /mode=4 /zerosup /file=PRG00.TXT