ProSoft Technology AN-X-MOD User Manual

Page 34

Advertising
background image

Page

30

AN-X-MOD (Master)

November 2011

To map the module status data for a given Quantum drop, include a line
with the keyword dnModSts, where n is the drop number, from 1 to 32,
in the input section of a connection.

Examples:

,d4ModSts

30, d4ModSts ; offset 30

Connection Statistics

The module maintains statistics for each exclusive owner scheduled
connection. In the following table, O represents the connection
originator (ControlLogix) and T represents the connection target
(AN-X).

There are 10 words of data for the connection:

Offset

Description

0

Average time for last 100 CLX to AN-X updates

1

Minimum time for last 100 CLX to AN-X updates

2

Maximum time for last 100 CLX to AN-X updates

3

Maximum CLX to AN-X time since connection opened

4

Reserved

5

Average time for last 100 AN-X to CLX updates

6

Minimum time for last 100 AN-X to CLX updates

7

Maximum time for last 100 AN-X to CLX updates

8

Maximum AN-X to CLX time since connection opened

9

Reserved

The units for the times are 0.1 milliseconds. A value of 87 means 8.7
ms.

To map the statistics for a given connection, include a line with the
keyword ConnStatsn, where n is the connection number, from 0 to 15, in
the input section of a connection.

Examples:

, ConnStats2

40, ConnStats2 ; offset 40

Advertising