User Guide
FS-8700-97_Lutron_Machine Manual    Page 17 of 24 
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 
The script numbers per BACNet object element need to be preloaded into the Data Arrays defined under “DA_Lut_List”. 
//==================================================================== 
// Analog Output2 Settings Setup 
// 
// All values are in decimal ( 0 - 65535 ) 
// Specify up to 10 scripts for each Object ID by editing Preload_Data_Value 
Preloads       
Data_Array_Name ,  Preload_Data_Format ,  Preload_Data_Value ,  Location 
// Analog Output2 Object ID 513 
Scr_lst_AO2_512 ,  Uint16 ,  100 ,  0 
Scr_lst_AO2_512 ,  Uint16 ,  200 ,  1 
Scr_lst_AO2_512 ,  Uint16 ,  300 ,  2 
Scr_lst_AO2_512 ,  Uint16 ,  400 ,  3 
Scr_lst_AO2_512 ,  Uint16 ,  500 ,  4 
Scr_lst_AO2_512 ,  Uint16 ,  600 ,  5 
Scr_lst_AO2_512 ,  Uint16 ,  700 ,  6 
Scr_lst_AO2_512 ,  Uint16 ,  800 ,  7 
Scr_lst_AO2_512 ,  Uint16 ,  900 ,  8 
Scr_lst_AO2_512 ,  Uint16 ,  65000 ,  9 
// Analog Output2 Object ID 514       
Scr_lst_AO2_513 ,  Uint16 ,  101 ,  0 
Scr_lst_AO2_513 ,  Uint16 ,  201 ,  1 
Scr_lst_AO2_513 ,  Uint16 ,  301 ,  2 
Scr_lst_AO2_513 ,  Uint16 ,  401 ,  3 
Scr_lst_AO2_513 ,  Uint16 ,  501 ,  4 
Scr_lst_AO2_513 ,  Uint16 ,  601 ,  5 
Scr_lst_AO2_513 ,  Uint16 ,  701 ,  6 
Scr_lst_AO2_513 ,  Uint16 ,  801 ,  7 
Scr_lst_AO2_513 ,  Uint16 ,  901 ,  8 
Scr_lst_AO2_513 ,  Uint16 ,  65001 ,  9 










