FieldServer FS-8700-97 Computer Drive User Manual


 
FS-8700-97_Lutron_Machine Manual Page 12 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.5. Map Descriptor Example 2 - Binary Input (Zone Machine)
A read from the Binary Input Data Array which is shared by a BACNet IP Map Descriptor will return the relay state for the given zone.
The Lutron Machine Map Descriptor regularly polls the eLumen panel to retrieve the value of zone intensity. The value of each
BACNet object presenting Binary Output is inactive if the intensity is zero and active if the intensity is non-zero. 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_BI, Binary_Input, 0, Server, Virtual_BCU_11, BI, 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_int_0, Binary_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 Descriptor may be used to poll two
series of zone numbers, eg. from 5-10 and from 300-340. ARCO Map Descriptors with Length 1 perform the same function as
RDBC Map Descriptors with the same length.