QuickServer Start-up Guide
Page 25 of 43
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: [email protected]
Appendix A
Useful Features
Appendix A.1.
QuickServer DIP Switch configuration
There are 3 DIP switches available on the QuickServer.
A – Address DIP Switch
B – Baud rate DIP Switch
S – Secondary DIP Switch
The following sections describe how to set up the DIP switches in the configuration file. To configure the use of
the DIP switches, buffers need to be declared in the “Data Arrays” section which will enable them.
Data_Arrays
Data_Array_Name , Data_Format
, Data_Array_Length
, Data_Array_Function , Scan_Interval
DA_A
, UINT16
, 1
, Dip_Switches_A
, 2s
DA_B
, BAUD
, 1
, Dip_Switches_B
, 2s
DA_S
, UINT16
, 1
, Dip_Switches_S
, 2s
Appendix A.1.1.
Configure DIP switches A0-A7
To configure DIP switches A0-A7 to adjust the Device Id, BACnet MAC address, or both, the dynamic parameters
field needs to be added to the configuration file.
Dynamic_Parameters
Function
, Data_Array_Name , Data_Array_Offset , Descriptor_Name , Low_Limit , High_Limit
Change_Node_ID
, DA_A
, 0
, Node_Name_A
, 1
, 4194303
Change_System_MAC_Addr , DA_A
, 0
, Title_A
, 1
, 254
Appendix A.1.2.
Configure DIP switches B0 – B3
To configure DIP switches B0-B3 to adjust the baud rate, the dynamic parameters field needs to be added to the
configuration file.
Dynamic_Parameters
Function , Data_Array_Name , Data_Array_Offset , Descriptor_Name
Baud_Rate
, DA_BAUD
, 0
, P1