
1. COMMON OPERATIONS FOR THE PC9801 AND IBM PCiAT
1.2 Convert the PMC Type of Sequence Program
By changing the mnemonic file, it is possible to convert some PMC type sequence program to
another type of it.
1.2.1 Converting by system parameter editing
On the following
parameter of the
However, format
different.
PMC type, it is possible to edit the different PMC type data by changing system
mnemonic data.
of the system parameter, usable functional instructions and range of address are
1~
CNC TYPE
I
PMC TYPE
FS16f 18-T/M
PMCRAl/RA2/RA3/RB/RB2/RB3/RB4/RB!YRB6~RC/RC3/RC4
Power Mate-MODEL D
PMC-PA1 /PA3
(1)
(2)
(3)
[Example: PMC-RB + PMC-RC3]
Set the PMC type to PMC-RB and convert the original source program to mnemonic file.
Change the system parameter of the mnemonic fife to PMCRC3 with a standard text editor.
Set the PMC type to PMC-RC3 on FAPT LADDER system and convert the mnemonic
file(+(2)) to source program.
Original file (PMC-RB)
%@A
%@O
2 ECD
3 NO
4 PMC-RB
7 100
9 YES
%
%@l
01 ABC-KIKAI
02 S-DRILL
%
%@5
X000 1 0 1 ID16C
YO08 1 0 4 OD32A
%
%@E
Change
system parameter
b
Converted file (PMCRC3
%@A
%@O
2 BCD
3 NO
4 PMC-RC3
5 000000
6 50
7 100
%
%@l
01 ABC-KIKAI
02 S-DRILL
%
$65
X000 1 0 1 IDl6C
YO08 1 0 4 OD32A
8
%@E
2-8