
APPENDIX 8 TOOL FOR CHANGING MESSAGE DATA (CHGMES)
5. USING EXAMPLE
Check the installation of this function by using the following example.
There are some sample files in FAPT LADDER system floppy disk for checking this function.
RB3DUMMY.SFM : : Message data and dummy ladder file (Handy file format)
(Message data (50KB) + Ladder (END1 + END2))
RB3BASIC.SFM : : Basic message ladder file (Handy file format)
(Message data (50KB) + Ladder data + Symbol&Comment data)
RB3MESSFM
: : Data for checking the result (Message data(50KB))
(1)
(2)
(3)
(This file is a normal output file, when this tool execute for above
sample data. It is possible to check result by comparing “OUTPUT
FILE” and this file.)
Execute as the following (In this case the system is installed in main
body.)
Please key in the following command.
A: y 7 CHGMES RB3DUMMY.SFM USERTEST.SFM RB3 RB3BASIC.SFM < return 7
You can specify any name for “OUTPUT FILE”.ln this example,“USERTEST.SFM” is used.
Following file is generated on current drive.
USERTESTSFM (Message data (50KB))
Check the result by using “FC/A”(PC-DOS COMMAND).
A: Y 7 FC/A USERTEST.SFM RB3MES.SFM
If “NO DIFFERENCES ENCOUNTERED” is displayed, the result is correct.
6. ERROR MESSAGES
Message
chgmes : PMC type unmatch (pmc type)
Meaning and countermeasure
PMC type does not match between applied
PMCs.
chgmes : PMC type unmatch (input file)
PMC type of input file and key in PMC type do
not match.
chgmes : PMC type unmatch (compare file)
PMC type of compare file and key in PMC
type do not match.
chgmes : Message sizes of (input file) and
(compare file) are mismatched
Message size of input file and compare file do
not agree. Please adjust the message size by
adding some dummy message to the input
file. Please confirm the MAP display on the
compile function of FAPT LADDER.
chgmes : Cannot start ASC2lMG
ASC2lMG.EXE does not exist in the same
directory of CHGMES.EXE.
A8-4