beautypg.com

FieldServer Gardner Denver FS-8700-60 User Manual

Page 9

background image

FS-8700-60 Gardner Denver Manual

Page 9 of 12

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

Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: [email protected]

5.3.4 Map Descriptor Example 1 – Polling all available Controller Data

Map_Descriptor_Name

, Data_Array_Name

, Data_Array_Offset

, Function

, Node_Name

, Gar_Cmd

, Gar_Data

, Scan_Interval

GD_MBA1

, DA_Service_Data

, 0

, RDBC

, Node_1

, Service_Data

, All

, 1.0s

GD_MBA2

, DA_Oper_Mode

, 0

, RDBC

, Node_1

, Operating_Mode

, All

, 1.0s

GD_MBA3

, DA_Oper_Data

, 0

, RDBC

, Node_1

, Operating_Data

, All

, 1.0s

5.3.5 Map Descriptor Example 2 - Polling specific data items

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function , Node_Name , Gar_Cmd

, Gar_Data

, Scan_Interval

GD_MBA1

, DA_Hourmeter

, 0

, RDBC

, Node_1

, Service_Data

, Hourmeter_total , 1.0s

GD_MBA2

, DA_Oper_Mode

, 0

, RDBC

, Node_1

, Operating_Mode , Oper_mode

, 1.0s

GD_MBA3

, DA_Motor_Amps

, 0

, RDBC

, Node_1

, Operating_Data

, Motor_current , 1.0s




5.3.6 Map Descriptor Example 3 - Polling all data and isolating specific data items

Map_Descriptor_Name , Data_Array_Name , Data_Array_Offset , Function

, Node_Name , Gar_Cmd

, Gar_data

, Scan_Interval

GD_MBA1

, DA_Service_Data

, 0

, RDBC

, Node_1

, Service_Data

, All

, 1.0s

GD_MBA2

, DA_Oilage

, 0

, Passive_Client , Node_1

, Service_Data

, Oilage

, -

GD_MBA3

, DA_Hourmeter

, 0

, Passive_Client , Node_1

, Service_Data

, Hourmeter_total , -

GD_MBA4

, DA_Oper_Mode

, 0

, RDBC

, Node_1

, Operating_Mode , All

, 1.0s

GD_MBA5

, DA_Oper_State

, 0

, Passive_Client , Node_1

, Operating_Mode , Oper_state

, -

GD_MBA6

, DA_Oper_Data

, 0

, RDBC

, Node_1

, Operating_Data

, All

, 1.0s

GD_MBA7

, DA_Disch_Temp

, 0

, Passive_Client , Node_1

, Operating_Data

, Discharge_temp

, -

The Gar_data field is set to “All”
indicating that all available data is polled

The Gar_Cmd field is used to select
the data to poll

The Gar_data field is set to
“Motor_current” indicating that only this
data item will be stored.

The Gar_Cmd field is used to select the
data to poll
.

Active Read Block Continuous Map Descriptor function
responsible for polling the Controller.

Note the active Read Block Continuous map
descriptor function responsible for polling the
Controller.

The Gar_Cmd field is used to
select the data to poll

The specific data item, “Discharge_temp” is
isolated here by using the same Gar_Cmd as
the active map descriptor.

The Passive_Client Map Descriptor does not poll but receives data from the
active map descriptor where the Gar_Cmd and Node_Name fields match.