A SERVICE OF

logo

FS-8700-97_Lutron_Machine Manual Page 19 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.11. Map Descriptor Example 8 - Analog Input (Zone Machine)
A read from the Analog Input Data Array which is shared by a BACNet IP Map Descriptor will return the intensity to which a given
zone is set on the Lutron eLumen panel. The Lutron Machine Map Descriptor regularly polls the Lutron eLumen panel to retrieve the
zone intensities. The intensity value returned is scaled to a percentage value (0 to 100%). Zone numbers range from 0 to 511.
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
SMD00_AI, Analog_Input, 0, Server, Virtual_BCU_11, AI, 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, Length
Zone_inta_0, Analog_Input, 0, ARCO, LUT_GRF6_0, zone_intensity, 0, 512
The ARCO function is the same as RDBC except that the length of the Map Descriptor is taken as the number of zones to poll. The
start zone number is specified under the “zone” Map Descriptor field. More than one ARCO Map Descriptors may be used to poll two
series of zone numbers, eg. from 5-10 and from 300-340. ARCO Map Descriptors with Length 1 fullfil the same function as RDBC
Map Descriptors with the same length.