![ProSoft Technology CompactLogix MVI69E-MBS Скачать руководство пользователя страница 57](http://html.mh-extra.com/html/prosoft-technology/compactlogix-mvi69e-mbs/compactlogix-mvi69e-mbs_user-manual_1618913057.webp)
MVI69E-MBS ♦ CompactLogix™ Platform
Using Controller Tags
Modbus Serial Enhanced Communication Module
User Manual
ProSoft Technology, Inc.
Page 57 of 159
For example, if you expand
MBS.DATA
, you see that it contains two UDTs,
ReadData
and
WriteData
. Both of these are 600-element integer arrays by default.
Notice that these UDTs are the data types used to declare the
MBS.DATA.ReadData
and
MBS.DATA.WriteData
controller tag arrays.
The UDTs are commented in the
D
ESCRIPTION
column.
Tip: If more than 600 words of Read or Write Data are needed, the MBS.DATA.ReadData and
MBS.DATA.WriteData controller tag arrays can be expanded. Simply edit the size of the ReadData or
WriteData integer array in the D
ATA
T
YPE
column of the MBSDATA UDT. In the example below, the
ReadData array size has been changed to 2000. Save and download the ladder program for this change to
take effect.