Mbtcp.util – ProSoft Technology MVI69L-MBTCP User Manual

Page 89

Advertising
background image

MVI69L-MBTCP ♦ CompactLogix Platform

Using Controller Tags

Communication Module

User Manual

ProSoft Technology, Inc.

Page 89 of 152

January 6, 2014

5.3.4.6 MBTCP.STATUS.GetEventDataStatus

This array contains the status of the event command last executed.

Tag Name

Description

MBTCP.STATUS.GetEventData
Status.ClientRecordsCount

Number of clients contained in block

MBTCP.STATUS.GetEventData
Status.Status

Two words per Client.
Word 1= Client (0 - 9)
Word 2= Error code for last executed
command for corresponding client

5.3.5 MBTCP.UTIL

The array is used for internal ladder processing. It should not be modified.

Tag Name

Description

MBTCP.UTIL.ReadDataSizeGet

Read Block transfer size (240)

MBTCP.UTIL.WriteDataSizeGet

Write Block transfer size (240)

MBTCP.UTIL.ReadDataBlkCount

Number of Read Data blocks (1)

MBTCP.UTIL.WriteDataBlkCount

Number of Write Data blocks (1)

MBTCP.UTIL.RBTSremainder

Not used for this module

MBTCP.UTIL.WBTSremainder

Not used for this module

MBTCP.UTIL.BlockIndex

Not used for this module

MBTCP.UTIL.LastRead

Latest Read Block ID received from the
module. (0 or 1)

MBTCP.UTIL.LastWrite

Latest Write Block ID to be sent to the
module. (0 or 1)

MBTCP.UTIL.LastWriteInit

Latest Write Block ID used during
initialization

MBTCP.UTIL.ConfigFile [ ] Array

Holds variables for configuration file
transfer

MBTCP.UTIL.ConfigFile.WordLength

Length of configuration data to be
included in block transfer

MBTCP.UTIL.ConfigFile.BlockCount

Block transfer count for transferring the
whole configuration file from PLC to the
Module

MBTCP.UTIL.ConfigFile.FileOffset

Offset in configuration file to use as a
starting point for copying over
configuration data

MBTCP.UTIL.ConnectionInputSize

Size of Connection Input array (242)

MBTCP.UTIL.BlockTransferSize

Size of backplane transfer blocks (240)

MBTCP.UTIL.SlotNumber

Slot number of the module in the rack

MBTCP.UTIL.CommandControlPending

Waiting for response from module

MBTCP.UTIL.CommandControlWrite
BlockID

Block ID for Command Control

MBTCP.UTIL.EventCommandDBData
Pending

Keeps an Event Command with Data
message from being sent to the module
before the previous Event Command
with Data is completed

MBTCP.UTIL.EventCmd_DBData
BlockID

Block ID of last read block

MBTCP.UTIL.EventCmd_DBDataWrite
EventBlockID

Event response write block ID.

MBTCP.UTIL.EventCmd_Processor

Event Command Processor Data

Advertising