
FANUC LADDER-III
SUPPLEMENTARY OPERATOR’S MANUAL
01 05/01/14 First issue B-66234EN/05-1
EDIT
DATE
DESIG.
DESCRIPTION
48/69
TITLE
DRAW.NO.
SHEET
CUST.
5.3. Command Line Execution Function
After interchangeability is maintained, the parameter is added along with the function addition in the relating
command line execution function. Please refer when you have an additional function used.
5.3.1. Converting whole source program to one mnemonic file
10.4.5.1 Converting whole source program to one mnemonic file
SrcToMnemonic [/datatype= 0 | 1 | 2 | 5 | 6] [/mode=0 | 1| 2 | 3| 4 ]
[/separate] [/file=[Drive:] [Path] file name]
Parameter
/datatype =0: Converts all source programs. (default)
=1: Converts only system parameters.
=2: Converts only title data.
=5: Converts only I/O module data.
=6: Converts only message 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 Output data by dividing into the program unit or data kind.
The character string which means the data type is added to the output file
name.
/file =[Drive:] [Path] file name Specify the file name of a mnemonic file to be created.
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,...
Explanation
Source programs of the LAD file opened by command “FlOpen” are converted to the
specified mnemonic file.
Note
- A conversion log (FLMNE2.txt) is created on the same directory path as for the
conversion mnemonic file. Even if this command is executed two or more times in a
command file, all logs are appended to the same conversion log file(FLMNE2.TXT).
- If English was chosen when you installed FANUC LADDER-III, you cannot use the
"/mode=3".
Replace 10.4.5 Converting the Source Program of an *.LAD File to a Mnemonic File