ProSoft Technology MVI71-GEC User Manual

Page 71

Advertising
background image

MVI71-GEC ♦ PLC 5 Platform

Reference

Generic ASCII Ethernet Communication Module

User Manual

ProSoft Technology, Inc.

Page 71 of 86

May 11, 2011

Object In GSCInStat

Block Offset
Start

Description

Server[1].IP

131

This double-word value contains the IP address of the

client connected to the server.

Server[1].Port

133

This word value contains the port address for the client

connected to the server.

Server[1].Open

134

This status value contains the total number of times the

server performed an open operation.

Server[1].Established

135

This status value contains the total number of times a

connection was established on the socket.

Server[1].Closed

136

This status value contains the total number of times a

close operation was performed on the socket.

Server[1].RxCount

137

This status value contains the total number of

messages received by the server.

Server[1].RxOverflow

138

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

size for the server.

Server[1].TxCount

139

This status value contains the total number of

messages transmitted by the server.

Server[1].TxOverflow

140

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

size for the server.

Server[1].Timeout

141

This status value contains the total number of times a

connection timeout occurred on the socket.

Server[1].CfgErrWord

142

This bit mapped word defines the configuration errors

for the server.

Server[2].Enabled

143

This flag defines if the server is utilized. Y indicates
that the server is enabled. N indicates that the server is

disabled as ASCII string.

Server[2].State

144

This flag defines the current state of the server.

Server[2].IP

145

This double-word value contains the IP address of the

client connected to the server.

Server[2].Port

147

This word value contains the port address for the client

connected to the server.

Server[2].Open

148

This status value contains the total number of times the

server performed an open operation.

Server[2].Established

149

This status value contains the total number of times a

connection was established on the socket.

Server[2].Closed

150

This status value contains the total number of times a

close operation was performed on the socket.

Server[2].RxCount

151

This status value contains the total number of

messages received by the server.

Server[2].RxOverflow

152

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

size for the server.

Server[2].TxCount

153

This status value contains the total number of

messages transmitted by the server.

Server[2].TxOverflow

154

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

size for the server.

Advertising