ProSoft Technology MVI56-103M User Manual

Page 57

Advertising
background image

MVI56-103M ♦ ControlLogix Platform

Ladder Logic

IEC 60870-5-103 Master Communication Module

User Manual

ProSoft Technology, Inc.

Page 57 of 152

February 22, 2013

Status Object (I103MStat)

This object stores the status data of the module. The I103MStat object shown
below is updated each time a read block is received by the processor. Use this
data to monitor the state of the module at a "real-time rate".

Name

Data Type

Description

Scan_Cnt

INT

Product_Name

SINT[4]

Rev_Level

SINT[4]

Op_Sys

SINT[4]

Run_Number

SINT[4]

Blk_Rd_Count

INT

Blk_Wr_Count

INT

Blk_Parse_Cnt

INT

Blk_Err

INT

Evnt_Cnt

INT

Evnt_Overflow

INT

SesCnt

INT

CurCmd

INT

CmdBusy

INT

CmdMax

INT

CmdDelay

INT

CmdQueue

INT

CmdQCnt

INT

Online

DINT

ChStat

I103MCHStat[2]

Within the I103MStat objects are objects containing the status information for
each application port (I103MCHStat). Refer to Channel Status Object (page 58)
for a complete listing of the data stored in this object.

Advertising