beautypg.com

FieldServer FS-8700-66 User Manual

Page 24

background image

FS-8700-66 GE-SNP Driver Manual

Page 24 of 28

FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com

Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: [email protected]

No Message

Description

21 GE_STAT_CONNECT_RESPONSE

Counts the number of times the driver responds to connection
attempts when acting as a Server

22 GE_STAT_CONNECT_NO_RESPONSE Counts the number of connection attempts that timed out.

23 DRV_DLL_CLIENT_SENDS_MSG

Counts the number of connection and poll messages sent by the Client
(whole messages only)

24 DRV_DLL_CLIENT_SENDS_ACKNAK

Counts the number of simple Ack/Nak’s sent by Client. These
Ack/Nak’s indicate messages if formatted correctly, but the device can
not necessarily respond to the request.

25 DRV_DLL_CLIENT_SENDS_BYTES

Byte count includes Ack/Nak’s sent and all fragments and connection

26 DRV_DLL_SERVER_SENDS_MSG

Same as for Client

27 DRV_DLL_SERVER_SENDS_ACKNAK

28 DRV_DLL_SERVER_SENDS_BYTES

29 DRV_DLL_CLIENT_RCVS_MSG

Counts ack/nak’s, and all message fragments excluding attach
responses

30 DRV_DLL_CLIENT_RCVS_BYTES

Byte count from above messages

31 DRV_DLL_SERVER_RCVS_MSG

Counts message fragments and ack/nak’s rcvd from Client but excludes
Client responses to Server fragments

32 DRV_DLL_SERVER_RCVS_BYTES

Byte count for above messages

33 DRV_DLL_TIMEOUT

Count of timeouts caused by no response or ic_timeout at the DLL
layer

34 DRV_DLL_ERROR

Count of the number of times that the DLL layer went into an error
state.

35 DRV_DLL_ERROR_CODE

The error code from the most recent DLL error is stored here.

36 GE_STAT_DRV_ACT_NODE_OFFLINE_R

Corresponds to slave driver actions in responding to a poll. The polled
Node is offline.

37 GE_STAT_DRV_ACT_NO_MAPDESC_R

Corresponds to slave driver actions in responding to a poll. There is no
Map Descriptor that can be used to process the poll from the Client.

38 GE_STAT_DRV_ACT_NO_DATA_R

Corresponds to slave driver actions in responding to a poll. There is
no data available.

39 GE_STAT_DRV_ACT_NO_NODE_R

Corresponds to slave driver actions in responding to a poll. This
should never happen as a connection would have been refused.

40 GE_STAT_DRV_ACT_NAK_R

The slave cannot respond to a poll for one of the reasons above.

41 GE_STAT_DRV_ACT_NORMAL_R The Server has responded to a poll normally

42 GE_STAT_CD_UPD_CHECK

A message is invalid because the checksum failed.

43 GE_STAT_CD_UPD_FUNCTION

A message is invalid because the message type is not known.

44 GE_STAT_CD_UPD_NO_START

A message is invalid because it begins with the wrong codes.

45 GE_STAT_CD_UPD_PROTO

A message is invalid because it is unexpected in its current context or
some other reason.

46 GE_STAT_CLIENT_SENDS_FRAG

Counts the number of read/write message fragments sent by the
Client.

47 GE_STAT_CD_UPD_IC_TIMEOUT

Counts the number of times that an IC timeout error occurred at the
DLL layer