User Guide
FS-8700-97_Lutron_Machine Manual    Page 15 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 
4.4.8.  Map Descriptor Example 5 - Analog Output 1 (Zone Machine) 
A write to the Analog Output Data Array which is shared by a BACNet IP Map Descriptor will command a zone on the Lutron eLumen 
panel to the written intensity. Intensities are written as a percentage value (0 to 100%). 
BACNet IP Map Descriptor
// Client Side Map Descriptors 
Map_Descriptors                 
Map_Descriptor_Name,  Data_Array_Name,  Data_Array_Offset,  Function,  Node_name,  Data_Type,  Object_ID,  Length,  Relinquish_Default 
SMD000_AO,  Analog_Output,  0,  Server,  Virtual_BCU_11,  AO,  1,  512,  0 
Lutron Machine Map Descriptor
// Client Side Map Descriptors 
Map_Descriptors                   
Map_Descriptor_Name,  Data_Array_Name,  Data_Array_Offset,  Function,  Node_name,  Grafik_Command,  zone,  DA_Lut_Parms,  DA_Lut_Parms_Offset,  Length 
Fade_to_lvl_0,  Analog_Output,  0,  AWT,  LUT_GRF6_0,  fade_zone,  0,  Zone_pars_AO1,  0,  512 
The zone field must be used to indicate the start zone number that will be associated with the first element of the Data Array 
specified under Data_Array_Name . Zone numbers increase with the Length field in association with increasing offset into the Data 
Array. 
Fade and Delay times per zone must be preloaded into the Data Array specified under “DA_Lut_Parms”: 
//================================================================================ 
// Analog Output1 Settings Setup 
// 
// All values are in decimal ( 0 - 65535 ) 
// Fade time in even locations, Delay time in uneven locations 
// Fill in time values under Preload_Data_Value 
Preloads 
Data_Array_Name ,  Preload_Data_Format ,  Preload_Data_Value ,  Location 
// Analog Output1 Object ID 1 
Zone_pars_AO1 ,  Uint16 ,  0  ,  0 
Zone_pars_AO1 ,  Uint16 ,  1  ,  1 
// Analog Output1 Object ID 2 
Zone_pars_AO1 ,  Uint16 ,  2  ,  2 
Zone_pars_AO1 ,  Uint16 ,  3  ,  3 










