Moddef settings, 2 moddef settings – ProSoft Technology MVI56E-MCM/MCMXT User Manual

Page 34

Advertising
background image

Configuration as a Modbus Master

MVI56E-MCM ♦ ControlLogix Platform

User Manual

Modbus Communication Module

Page 34 of 199

ProSoft Technology, Inc.

June 18, 2014

2.2

ModDef Settings

The MCM.CONFIG.M

OD

D

EF

tag defines the 10,000 data registers to use for read

and write data within the MVI56E-MCM module. You will use these data read and
write locations in the IntAddress tag within each Master Command Configuration
(page 37). The following illustration shows the values from the sample program.

The W

RITE

S

TART

R

EG

tag determines the starting register location for the

W

RITE

D

ATA

[0

to 599]

array. The W

RITE

R

EG

C

NT

tag determines how many of the

10,000 registers to use to send data to the module. The sample ladder file uses
600 registers for write data, labeled MCM.W

RITE

D

ATA

[0

to 599].

Label

Description

W

RITE

S

TART

R

EG

Specifies where in the 10,000 register module memory to place data
sent from the WriteData tags in the ControlLogix processor.

W

RITE

R

EG

C

NT

Specifies how many registers of data the MVI56E-MCM module will
request from the ControlLogix processor. Because the module pages
data in blocks of 200 words, this number must be evenly divisible by
200.

R

EAD

S

TART

R

EG

Specifies which registers

in the module’s read data area to send to the

ReadData tags in the ControlLogix processor.

R

EAD

R

EG

C

NT

Sets how many registers of data the MVI56E-MCM module will send to
the ControlLogix processor. This value should also be a multiple of 200.

BPF

AIL

Sets the consecutive number of backplane failures that will cause the
module to stop communications on the Modbus network. Typically used
when the module is configured as a Slave.

E

RR

S

TAT

P

TR

Also used mainly when the module is configured as a Slave. This
parameter places the STATUS data into the database of the module.

Advertising