FieldServer FS-8700-97 Computer Drive User Manual


 
FS-8700-97_Lutron_Machine Manual Page 18 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.10. Map Descriptor Example 7 - Analog Input (Area Machine)
A read from the Analog Input Data Array which is shared by a BACNet IP Map Descriptor will return the last scene selected in a
given area on the Lutron eLumen panel. The Lutron Machine Map Descriptor regularly polls the Lutron eLumen panel to retrieve the
scene numbers.
BACNet IP Map Descriptor
// Client Side Map Descriptors
Map_Descriptors
Map_Descriptors_
Name,
Data_Array_
Name,
Data_Array_
Offset,
Function, Node_name, Data_Type, Object_
ID,
Length, Relinquish_Default, Data_Array_
Low_Scale,
Data_Array_
High_Scale,
Node_
Low_Scale,
Node_
High_Scale
SMD00_AI, Analog_Input, 0, Server, Virtual_BCU_11, AI, 1, 1, 0, 0, 100, 0, 100
The last scene value may be scaled:
//================================================================================
// Analog Input Settings Setup
//
// All values are in decimal ( 0 - 65535 )
// Insert a first available scene number under the Data_Array_High_Scale field for each Object ID or
// use the scale fields as desired to scale scene numbers.
// Object IDs are contiguous
Lutron Machine Map Descriptor
// Client Side Map Descriptors
Map_Descriptors
Map_Descriptor_Name, Data_Array_Name, Data_Array_Offset, Function, Node_Name, Grafik_Command, Area, Length
Last_scene_0, Analog_Input, 0, ARCO, LUT_GRF6_0, area_status, 0, 512
The ARCO function is the same as RDBC except that the length of the Map Descriptor is taken as the number of areas to poll. The
start area number is specified under the “Area” Map Descriptor field. More than one ARCO Map Descriptors may be used to poll two
series of area 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.