beautypg.com

ProSoft Technology MVI56-GEC User Manual

Page 91

background image

MVI56-GEC ♦ ControlLogix Platform

Reference

Generic ASCII Ethernet Communication Module

User Manual

ProSoft Technology, Inc.

Page 91 of 108

October 8, 2010

Object in GSCInStat

Block Offset
Start

Description

Server[4].Open

176

Indicates that the module has opened the server port and

is waiting for a connection to a client.

Server[4].Established

177

This status value contains the total number of times a

connection was established on the socket.

Server[4].Closed

178

This status value contains the total number of times a

close operation was performed on the socket.

Server[4].RxCount

179

This status value contains the total number of messages

received by the server.

Server[4].RxOverflow

180

This status value contains the total number of messages
received that exceed the user specified buffer size for the

server.

Server[4].TxCount

181

This status value contains the total number of messages

transmitted by the server.

Server[4].TxOverflow

182

This status value contains the total number of transmit
messages that exceeded the user specified maximum

buffer size for the server.

Server[4].Timeout

183

This status value contains the total number of times a
connection timeout occurred on the socket. This status

value is incremented each time a connection timeout or a

socket close timeout (2 seconds) occurs.

Server[4].CfgErrWord

184

This bit mapped word defines the configuration errors for

the server.

Client[0].Connected

185

This flag defines if the client is utilized and connected to
a server. A value of 0 indicates the client is not

connected and can be utilized for a connection. Any

other value indicates the client is connected and being

used.

Client[0].State

186

This flag defines the current state of the client.

Client[0].IP

187

This double-word value contains the IP address of the

server connected to the client.

Client[0].Port

189

This word value contains the port address for the server

connected to the client.

Client[0].RxCount

190

This status value contains the total number of messages

received by the client.

Client[0].RxOverflow

191

This status value contains the total number of messages
received that exceed the user specified buffer size for the

client.

Client[0].TxCount

192

This status value contains the total number of messages

transmitted by the client.

Client[0].TxOverflow

193

This status value contains the total number of transmit
messages that exceeded the user specified maximum

buffer size for the client.

Client[0].spare

194

Reserved for future use

Client[1].Connected

195

This flag defines if the client is utilized and connected to
a server. A value of 0 indicates the client is not

connected and can be utilized for a connection. Any
other value indicates the client is connected and being

used.