E 102), 1 status data definition – ProSoft Technology MVI56E-MNET/MNETXT User Manual

Page 102

Advertising
background image

Diagnostics and Troubleshooting

MVI56E-MNET / MNETXT ♦ ControlLogix Platform

User Manual

Modbus TCP/IP Interface Module

Page 102 of 181

ProSoft Technology, Inc.

April 23, 2014

4.3.1 Status Data Definition

The following is a description of the controller tags in the MNETR.STATUS
controller tag structure, which contains module, server and Client status data.

Controller Tag

Data Type

Description

PassCnt

INT

This value is incremented each time a complete
program cycle occurs in the module.

ProductVersion

INT

This register displays the module software version
number in decimal values. For example, if the version
number is 1.51, it will display as 151.

ProductCode

INT(2)

Module product code

MnetServStats.CmdReq

INT

Not used

MnetServStats.CmdResp

INT

Not used

MnetServStats.CmdErr

INT

Not used

MnetServStats.Requests

INT

This counter increments each time an MNet (port
2000) request is received.

MnetServStats.Responses

This counter is incremented each time an MNet (port
2000) response message is sent.

MnetServStats.ErrSent

INT

This counter increments each time an MNet (port
2000) sends an exception response to Client.
Example: Client sent illegal Modbus Data location
address.

MnetServStats.ErrRec

INT

This counter increments each time an MNet (port
2000) receives a bad command. Example: Client sent
illegal function command.

MnetServStats.CfgErrWord

INT

Error Configuration Word - Contains a bitmap that
indicates Client and server configuration errors

MnetServStats.CurrErr

INT

Not used

MnetServStats.LastErr

INT

Not used

MBAPServStats.CmdReq

INT

Not used

MBAPServStats.CmdResp

INT

Not used

MBAPServStats.CmdErr

INT

Not used

MBAPServStats.Requests

INT

This counter increments each time an MBAP (port
502) request is received.

MBAPServStats.Responses INT

This counter is incremented each time an MBAP (port
502) response message is sent.

MBAPServStats.ErrSent

INT

This counter increments each time an MBAP (port
502) sends an exception response to Client. Example:
Client sent illegal Modbus Data location address.

MBAPServStats.ErrRec

INT

This counter increments each time an MBAP (port
502) receives a bad command. Example: Client sent
illegal function command.

MBAPServStats.CfgErrWord INT

Configuration Error Word - Contains a bitmap that
indicates Client and server configuration errors

MBAPServStats.CurErr

INT

Not used

MBAPServStats.LastErr

INT

Not used

ClientStats.CmdReq

INT

This value is incremented each time a command
request is issued.

ClientStats.CmdResp

INT

This value is incremented each time a command
response is received.

Advertising