Msg instructions that the mw100 supports – Yokogawa Standalone MW100 User Manual

Page 97

Advertising
background image

3-3

IM MW100-17E

EtherNet/IP

1

2

3

App

App

Index

File Number / Tag Names for Explicit Messaging

The tables below detail the naming convention to use when creating explicit messages
within RSLogix. In the left most column is the native MW100 register starting with I/O
channels – 001 through 060, MATH channels A001 through A300 (also known as Math
Channels), and finally Communication Channels C001 through C300. I/O Channels and
MATH channels are considered read only while Communication Channels are read/write.
To the right of the MW100 register are the naming conventions that are used within
RSLogix messages. In an RSLogix 500 message, N10:0 would be used to retrieve an
MW100’s I/O Channel 001 as a 16-bit integer. In an RSLogix 5000 message, real[3299]
would be used for read or write requests of an MW100’s Communication Channel C300
as real. If a message was used to read MATH channel A060 as long integer from an
MW100, RSLogix 5000 would use dint[2059] as the Source Element.

I/O Channel (001 to 060, max. 60-CH)

Ch.

PLC2

PLC5 / SLC

CIP int

CIP dint

CIP real

001

1000

N, L, F10:0

int [1000]

dint [1000]

real [1000]

:

:

:

:

:

:

060

1059

N, L, F10:59

int [1059]

dint [1059]

real [1059]

MATH channel (A001 to A300, max. 300-CH)

Ch.

PLC2

PLC5 / SLC

CIP int

CIP dint

CIP real

A001

2000

N, L, F20:0

int [2000]

dint [2000]

real [2000]

:

:

:

:

:

:

A300

2299

N, L, F22:99

int [2299]

dint [2299]

real [2299]

Communication Channel (C001 to C300, max. 300-CH)

Ch.

PLC2

PLC5 / SLC

CIP int

CIP dint

CIP real

C001

3000

N, L, F30:0

int [3000]

dint [3000]

real [3000]

:

:

:

:

:

:

C300

3299

N, L, F32:99

int [3299]

dint [3299]

real [3299]

With N file or CIP int tag, you can access to the data as short integer (word.)
With L file or CIP dint tag, you can access to the data as long integer (double word.)
With F file or CIP real tag, you can access to the data as real (float.)

MSG Instructions That the MW100 Supports

When using RSLogix 5000 and RSLogix 500 there are different types of messages that
correspond to the different type of PLCs. Everything from PLC 2 through an ControlLogix
PLC can be communicated with using the MSG block. The following covers all the MSG
instructions supported by the MW100 with EIP.

MW100 supports following MSG instructions.
• PLC2 Unprotected Read/Write
• PLC5 Word Range Read/Write
• PLC5 Typed Read/Write
• SLC Typed Read/Write
• CIP Data Table Read/Write
• CIP Generic Read/Write

Step by step examples of explicit messaging within RSLogix 500 and RSLogix 5000 are
detailed in appendix 8.

3.2 Explicit Messaging

Advertising