A SERVICE OF

logo

FS-8700-88 Envirotronics SystemsPlus Page 35 of 49
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: support@fieldServer.com
4.4.86. Map Descriptor Example 82 - edit set events = event_list
// Client Side Mao Descriptors
Map Descriptor
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function,
Node_Name, SysPlus_Cmd, Par_Data_Array_Name, Par_Data_Array_Offset, Length
Ed_Set_Events, Par_Val_Trigger, 3, awt, SYSPLUS_01, Ed_Set_Events, Ed_Set_Events, 0, 10
This command is used by first writing the parameter data event_list and then triggering the command by writing the number of events
to Data_Array_Name at Data_Array_Offset.
Note:
Only consecutive events can be set ( eg. to set event9, all 10 events must be set and 10 written to Data_Array_Name ).
Parameter data setup: (Use a value of 1 for “on” or a value of 0 for “off” per event)
Offset from par_data_array_offset Description
0
Event0
..
..
9
Event9
4.4.87. Map Descriptor Example 83 - edit set auxs = aux_list
// Client Side Mao Descriptors
Map Descriptor
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function,
Node_Name, SysPlus_Cmd, Par_Data_Array_Name, Par_Data_Array_Offset, Length
Ed_Set_Auxs, Par_Val_Trigger, 4, awt, SYSPLUS_01, Ed_Set_Auxs, Ed_Set_Auxs, 0, 10
This command is used by first writing the parameter data aux_list and then triggering the command by writing the number of auxs to
Data_Array_Name at Data_Array_Offset. Note: Only consecutive auxs can be set ( eg. to set aux1, all auxs from 0 to 1 must be set
and 2 written to Data_Array_Name ).
Parameter data setup: (Use a value of 1 for “on” or a value of 0 for “off” per aux)
Offset from par_data_array_offset Description
0
Aux0
..
..
9
Aux9