
FS-8700-97_Lutron_Machine Manual Page 22 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.13. Map Descriptor Example 10 - Binary Value (Zone and Area Machine)
A read from the Binary Value Data Array which is shared by a BACNet IP Map Descriptor will return the current value of a
system variable in the Lutron eLumen panel. The value returned is inactive (0) if the system variable is zero and active (1) if
non-zero. The Lutron Machine Map Descriptor regularly polls the Lutron panel to retrieve the system variable values. A write
to the Binary Value Data Array will set the system variable to 255 on active (1) write or to zero on inactive (0) write.
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_BV, Binary_Value, 0, Server, Virtual_BCU_11, BV, 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, Sys_Var, Length
Zone_var_0, Binary_Value, 0, ARCO, LUT_GRF6_0, sys_var_val_bin, 0, 512
The ARCO function is the same as RDBC except that the length of the Map Descriptor is taken as the number of system variables to
poll. The start system variable number is specified under the “Sys_Var” Map Descriptor field. More than one ARCO Map Descriptor
may be used to poll two series of system variable 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.