
PMC Program Conversion Tool
Operator’s Manual
001 04.08.09 M.Ichijo New A-79700E
EDIT
DATE
DESIG.
DESCRIPTION
6/97
TITLE
DRAW.NO.
SHEET
CUST.
TITLE
Supported PMC models
Following PMC models are supported.
PMC model from which the sequence program is converted.
- PMC-SB7 (ladder program except for step sequence program)
PMC model into which the sequence program is converted.
- PMC-SD7
Functions
Following describes whether each data in the program is converted or
not. Only outline is given here. For details, please refer to the
conversion rule described in chapter 5.
- Symbol/comment/reference address
All of the data is converted.
In case of an address for which a symbol is defined, it is converted to
a variable whose name is the defined symbol.
In case of an address for which symbol is not defined, it is converted
to a variable that is named after the converted reference address.
E.g.) R0.0 → V_M00001 for %M00001
When corresponding address does not exist or it cannot be used in the
program on destination PMC models, it is converted to a variable that
is named for the source PMC address. In this case, any reference
address it is not defined for the created symbol.
- Ladder
In case of a net which contains only basic instructions and functional
instruction which can be replaced with valid instructions of the
destination PMC, it is converted by the tool.
In case of a net which contains functional instruction that cannot be
replaced with valid function of the destination PMC, the net is
replaced with a comment that describes the source program. Contents
of the comment data are mnemonic format of the source program.
- Title data
All of the data is converted.