FS-8700-60 Gardner Denver Manual
Page 9 of 11
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
: support@fieldserver.com
4 Motor
current
4
amps
4.1.5.
Map Descriptor Example 2 - Polling only 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
4.1.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,
-
4
RS2000 V4.0X Controllers set this field to zero
The Gar_data field is set to
“Motor_current” indicating that only this
data item will be stored.
The Gar_cmd is set to indicate Operating
Data must be polled for.
Note the active Read Block Continuous map
descriptor function responsible for polling the
Controller.
Note, the Gar_cmd
indicates polling for
Operating data.
Note that a specific data item,
“Discharge_temp” is isolated here by
still using the same Gar_cmd as the
active map descriptor.
Note the use of the passive map descriptor function. This map descriptor
does not poll but receives data from the active map descriptor since the
Gar_cmd and Node_Name fields match.