MVI56E-MCMR ♦ ControlLogix Platform Ladder Logic
Modbus Communication Module with Reduced Data Block User Manual
ProSoft Technology, Inc. Page 117 of 223
Status Object (MCMRSTATUS)
This object stores the status data of the module. The MCMRSTATUS object
shown below is updated each time a read block is received by the processor.
Use this data to monitor the state of the module at a "real-time rate".
Port error statistics for Port 1
Port error statistics for Port 2
Block transfer statistics
Current error/index for Port 1
Last error/index for Port 1
Current error/index for Port 2
Last error/index for Port 2
This status data is returned when requested
by a Status Message (MSG) and can be
used to detect proper module operation.
Within the MCMRSTATUS objects are objects containing the status information
for each application port. Refer to MVI56E-MCMR Status Data Definition (page
175) for a complete listing of the data stored in this object. This data is acquired
from the module using Message instructions (MSGs).
MCMRPortStats
The MCMRPORTSTATS object holds the status data related to a single Modbus
port. The following table describes the structure of this object.
Triggers port status reading
Total number of command list requests sent
Total number of command list responses
received
Total number of command list errors
Total number of requests for port
Total number of responses for port
Total number of errors sent
Total number of errors received
This information is passed to the controller from the module with each normal
read block image.