![ProSoft MVI56E-MCMR User Manual Download Page 118](http://html1.mh-extra.com/html/prosoft/mvi56e-mcmr/mvi56e-mcmr_user-manual_1618870118.webp)
Ladder Logic
MVI56E-MCMR ♦ ControlLogix Platform
User Manual
Modbus Communication Module with Reduced Data Block
Page 118 of 223
ProSoft Technology, Inc.
MCMRBlockStats
The
MCMRB
LOCK
S
TATS
object stores the block transfer statistics for the
MVI56E-MCMR module.
Name
Data Type
Description
Read
INT
Total number of read block transfers
Write
INT
Total number of write block transfers
Parse
INT
Total number of blocks parsed
Event
INT
Total number of event blocks received
Cmd
INT
Total number of command blocks received
Err
INT
Total number of block transfer errors
Command Control Data Object (MCMRCONTROL)
Contains the data structure required for the processor to request special tasks
from the module. The command control task allows the processor to dynamically
enable commands configured in the port command list. The event command task
allows the processor to dynamically build any commands to be sent by the
module Master port to a remote Slave.
The following table describes the structure of this object.
Name
Data Type
Description
ColdBoot
BOOL
Triggers a Cold Boot Command
WarmBoot
BOOL
Triggers a Warm Boot Command
CmdControlP1
MCMRCmdControl
Command Control for Port 1
CmdControlP2
MCMRCmdControl
Command Control for Port 2
EventTriggerP1
BOOL
Triggers the Event Command.
EventTriggerP2
BOOL
Triggers the Event Command.
EventCmdP1
MCMREventCmd[100]
This object contains the attributes to define a
Master command. An array of these objects
is used for each port.
EventCmdP2
MCMREventCmd[100]
This object contains the attributes to define a
Master command. An array of these objects
is used for each port.
EventCmdRespP1
INT[5]
Event Command Response for Port 1
EventCmdRespP2
INT[5]
Event Command Response for Port 2