Appendix a.4.1, Accessing priority array information – FieldServer FS-8700-73 User Manual

Page 21

Advertising
background image

FS-8700-73 BACnet MSTP Driver Manual

Page 21 of 48

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]

Appendix A.4.1.

Accessing Priority Array information

The Priority Array table and its “In_Use” (or Not Relinquished) state are stored internally to every Map Descriptor, and cannot be accessed directly. The information can
be accessed indirectly by specifying the following Data Arrays which will maintain an exact copy of the Priority Array Table for the Map Descriptor.

Section Title
Map_Descriptors
Column Title

Function

Legal Values

DA_Pri_Array

Name of Data Array where the Priority Array Table will be stored. Location 0 is the Relinquish Default value and
locations 1 to 16 the different entries of the Priority Array Table.

Up to 16 alphanumeric
characters

DA_Pri_Array_Offset*

Starting location in Data Array.

1-65535 , 0

DA_Pri_In_Use

Name of Data Array that indicates if a particular Priority Value is in use. Location 0 indicates whether the Relinquish
Default has been set and locations 1 to 16 indicate whether the index is in use (1), or Relinquished (0).

Up to 16 alphanumeric
characters

DA_Pri_In_Use_Offset* Starting location in Data Array.

1-65535, 0

// Analog Output Map_Descriptor for testing Priority Arrays

Map_Descriptors

Map_Descriptor_Name , Data_Type , Object_ID , Function , Data_Array_Name , Data_Array_Index , Node_Name , Length , Relinquish_default , DA_Pri_Array

, DA_Pri_Array_Offset , DA_Pri_In_Use

, DA_Pri_In_Use_Offset

CMD_AOP_1

, AO

, 1

, Passive , DA_OUT

, 0

, N1 11

, 1

, 40.56

, DA_Pri_Array_1 , 0

, DA_Pri_in_use_1 , 0

Advertising