![ProSoft Technology CompactLogix MVI69E-MBS User Manual Download Page 58](http://html.mh-extra.com/html/prosoft-technology/compactlogix-mvi69e-mbs/compactlogix-mvi69e-mbs_user-manual_1618913058.webp)
MVI69E-MBS ♦ CompactLogix™ Platform
Using Controller Tags
Modbus Serial Enhanced Communication Module
User Manual
ProSoft Technology, Inc.
Page 58 of 159
4.3
MBS Controller Tag Overview
This and the following sections describe the MBS controller tags in detail.
Tag Name
Description
MBS.CONFIG
Configuration information
MBS.DATA
MBS input and output data transferred between the processor
and the module
MBS.CONTROL
Governs the data movement between the PLC rack and the
module
MBS.STATUS
Status information
MBS.UTIL
Generic tags used for internal ladder processing (DO NOT
MODIFY)
4.3.1 MBS.CONFIG
When ProSoft Configuration Builder (PCB) downloads the configuration file from the PC
to the processor, the processor stores the configuration file data in the
MBS.CONFIG.FileData array. Its CRC is also included in this array.
You cannot edit this array directly. You must use PCB to edit the module configuration
since PCB calculates a unique CRC to protect data integrity. Any change to the
configuration parameters directly in this array will not match the calculated CRC.
Tag Name
Description
MBS.CONFIG.FileData
This parameter contains the MBS configuration data after it has
been downloaded from PCB. It is displayed in ASCII format.
Note
: MBS configuration changes cannot be made directly in
this array; the configuration must be downloaded with PCB.
MBS.CONFIG.FileSize
Configuration file size (
MBS.CONFIG.FileData
array) in bytes.
MBS.CONFIG.FileCRC32
CRC checksum of the configuration file stored in the array.
MBS.CONFIG.FileStatus
Configuration file status. 0 = No file present, 1 = File present
4.3.2 MBS.DATA
This structure contains the Read Data and Write Data arrays for processor-to-module
communication.
Tag Name
Description
MBS.DATA.ReadData
Data area copied from the module to the processor. This array
stores the Modbus data coming into the module from the Modbus
network.
MBS.DATA.WriteData
Data area copied from the processor to the module. This array
stores the outgoing data sent from the module to the Modbus
network.