beautypg.com

3 map descriptor example 1, 4 map descriptor example 2, 5 map descriptor example 3 – FieldServer FS-8700-39 User Manual

Page 12: N 5.3.5, N 5.3.4

background image

FS-8700-39 EST3 Driver Manual

Page 12 of 26

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]

5.3.3 Map Descriptor Example 1

// Client Side Map Descriptors

Map_Descriptors

Map_Descriptor_Name

, Data_Array_Name

, Data_Array_Offset

, Function

, Node_Name

, EST_Panel

, EST_Card

, Address

, Length

, Store_Type

, Scan_Interval

MD_LED_1

, DA_AI_01

, 0

, Rdbc

, EST_1

, 1

, 1

, 0

, 20

, Status

, 5.0s

5.3.4 Map Descriptor Example 2:

This Map Descriptor will cause the specified EST point to be read every 50 seconds (subject to throughput constraints); the full 16-bit status values received
from regular polls will be stored in Data Array DA_AI_01 at offsets 0 – 19, and the Alarm, Trouble, Supervisory, Monitor or Other status (received by regular
poll, or Delta message) will be stored in Data Arrays TROUBLES and ALARMS, SUPERVISORY, MONITOR, OTHERS also at offsets 0 – 19. Refer also to Appendix C.

// Client Side Map Descriptors

Map_Descriptors

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , EST_Trouble_DA , EST_Alarm_DA , Node_Name , EST_Panel , EST_Card , Address , Length , Scan_Interval
MD_LED_1

, DA_AI_01

, 0

, Rdbc

, TROUBLES

, ALARMS

, EST_1

, 1

, 1

, 0

, 20

, 50s

5.3.5 Map Descriptor Example 3:

This Map Descriptor will cause the specified EST point to be read every 50 seconds (subject to throughput constraints). The full 16-bit status values received
from regular polls will be stored in Data Array DA_AI_01 at offsets 0 – 19, and the Classification as Alarm, Trouble, Supervisory, Monitor , Other, Relay
Confirmation, COActive, Pre-Alarm, Disabled or Test status in the Data Array STATUS at offsets 0 – 19. Refer also to Appendix C.1.

The classification values are as follows:

Normal

0

Alarm

1

Supervisory 2
Trouble

3

Monitor

4

Other

5

Relay confirmation 6
CO Active

7

Pre-Alarm

8

Disabled

9

Test

10

Map_Descriptors

Map_Descriptor_Name

, Data_Array_Name

, Data_Array_Offset

, Function

, EST_Status_DA

, Node_Name

, EST_Panel

, EST_Card

, Address

, Length

, Scan_Interval

MD_LED_1

, DA_AI_01

, 0

, Rdbc

, STATUS

, EST_1

, 1

, 1

, 0

, 20

, 50s