ProSoft Technology MVI71-GEC User Manual

Page 32

Advertising
background image

Ladder Logic

MVI71-GEC ♦ PLC 5 Platform

User Manual

Generic ASCII Ethernet Communication Module

Page 32 of 86

ProSoft Technology, Inc.

May 11, 2011

3.2

GECServerStat (Server Status Object)

The GECServerStat object stores the status information related to each server

on the module. All messages are counted for both receive and transmit

operations. The object also contains the CfgErrword member. The following table

describes the structure of this object.

Name

Data Type

Description

Enabled

INT

Flag to indicate if server is enabled

(1=Yes,0=No)

State

INT

Current state of server

IP

INT[2]

IP address of host connected to server

Port

INT

TCP port for host connected to server

Open

INT

Number of times server performed an open

Est

INT

Number of times connection established

Close

INT

Number of times socket closed

Rx

INT

Number of messages received

RxOverflow

INT

Number of receive buffer overflows

Tx

INT

Number of messages transmitted

TxOverflow

INT

Number of transmit buffer overflows

Timeout

INT

Number of socket timeout conditions

CfgErrword

INT

Configuration error word value for server

Advertising