
10.COMMAND LINE EXECUTION FUNCTION B-66234EN/05
- 376 -
10.4.9 Creating a New *.LAD File
FlNew [Drive:] [Path] file name [/Pmctype=string] [/ioexp=0 | 1] [/overwrite]
Parameter
[Drive:][Path] file name Specify the new LAD file name.
/Pmctype =string Specify the PMC type name (string) of
new LAD file. See Table 10.4.10 (a).
/ioexp =0 : I/O LINK expansion function is disabled.
=1 : I/O LINK expansion function is enabled.
* This parameter is /ioexp=0 when omitted.
/overwrite : Even if the LAD file has already existed, creates a new
LAD file by overwrite.
Explanation
The "FLnew" command can enter PMC type and file name, and create
a new LAD file.
Note
• "/Pmctype" parameter is not omissible.
• Do not use FlNew command between FlOpen and FlClose.
• A log file (FLNEW.TXT) is created to the same directory path as
the LAD file newly created. When a new LAD file cannot be
created, the log file is created to same directory path as a
command file.
Example
Create new LAD file of PMC-SB7, and convert the mnemonic file to
the source program.
Flnew New-PRG.LAD /Pmctype=PMC-SB7
FlOpen New-PRG.LAD
MnemonicToSrc /file=MNEMONIC.TXT
FlClose
End