
D. CONVERSION OF SEQUENCE PROGRAM
B–62884EN/01
298
By changing the mnemonic file, it is possible to convert some PMC type
sequence program to another type of it.
On the following PMC type, it is possible to edit the different PMC type
data by changing system parameter of the mnemonic data.
However, format of the system parameter, usable functional instructions
and range of address are different.
Conversion source
(PMC)
Conversion
destination (PMC)
Remarks
PMC-RA1/RA2/RA3
RB/RB2/RB3
RB4/RB5/RB6
RC/RC3/RC4
PMC-PA1/PA3/NB/NB2
→ PMC-RB3/RB4/RB5/RB6
RC3/RC4
Step sequence data
cannot be converted.
[Example: PMC–RB3 → PMC–RC3]
(1) Set the PMC type to PMC–RB3 and convert the original source
program to mnemonic file.
(2) Change the system parameter of the mnemonic file to PMC–RC3
with a standard text editor.
(3) Convert the mnemonic file(→(2)) to source program by the open
CNC of PMC–RC3 model.
%@A
%@0
2 BCD
3 NO
4 PMC–RB3
7 100
%
%@1
01 ABC–KIKAI
02 S–DRILL
%
%@5
X000 1 0 1 ID16C
Y008 1 0 4 OD32A
%
%@E
Change system parameter
%@A
%@0
2 BCD
3 NO
4 PMC–RC3
5 000000
6 50
7 100
%
%@1
01 ABC–KIKAI
02 S–DRILL
%
%@5
X000 1 0 1 ID16C
Y008 1 0 4 OD32A
%
%@E
Original file (PMC–RB3) Converted file (PMC–RC3)
D.3
CONVERT THE PMC
TYPE OF SEQUENCE
PROGRAM
D.3.1
Converting by System
Parameter Editing