
Chapter 3
MMS and Your Coprocessor
3-15
Important: Refer to your PLC–5 Programming Reference Manual for
descriptions of the individual fields in data type structures.
The following table provides samples of mapping PID data types.
Address:
MMS Data Types:
PD10:0
STRUCTURE of type PID
PD10:1,2
ARRAY of two PID STRUCTURES
PD10:0.PE
BOOLEAN
PD10:2.EN
BOOLEAN (applies to all other BOOLEAN members)
PD10:2.EN,5
ARRAY of 5 BOOLEANS (applies to all other BOOLEAN
members)
PD10:5.SP
FLOATING POINT
PD10:5.BIAS
FLOATING POINT (applies to all other FLOATING POINT
members)
PD10:5.BIAS,4
ARRAY of 4 FLOATING POINTS (applies to all other FLOATING
POINT members)
PD10:0.ADDR
OCTET STRING (applies to DATA)
See the section titled Additional Information on Using Data Types, later in
this chapter, and Appendix A of this manual for more information on
mapping MMS data types onto PLC–5 data files.
Message Control (MG) Structure Mappings
The following is the format of a message control structure as viewed by
MMS:
BOOLEAN
EW
BOOLEAN
CO
BOOLEAN
ER
BOOLEAN
DN
BOOLEAN
ST
BOOLEAN
EN
BOOLEAN
TO
BOOLEAN
NR
INTEGER
ERR (16 bit)
INTEGER
RLEN (16 bits)
INTEGER
DLEN (16 bits)
OCTET STRING
DATA (SIZE = 104)
Important: Refer to your PLC–5 Programming Reference Manual for
descriptions of the individual fields in data type structures.
The following table provides samples of mapping message control data
types.
Содержание PLC-5 MAP/OSI
Страница 1: ...PLC 5 MAP OSI Software User Manual Cat No 1785 OSI AB Parts...
Страница 4: ...Table of Contents iii OSI Layer Management E 1...
Страница 57: ...Chapter 4 Basic Programming Techniques 4 7 For example B7 6 10 AB Parts...
Страница 91: ...Mapping MMS Data Types onto PLC 5 40 5 60 File Types Appendix A A 2 T ACC D 16 AB Parts...