beautypg.com

Appendix a.12. disabling selected bacnet services, Appendix a.12 fo – FieldServer FS-8704-06 User Manual

Page 39

background image

FS-8704-06 BACnet IP Driver Manual

Page 39 of 57

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.12. Disabling selected BACnet services

Certain BACnet services can be disabled on a BACnet Server Node when specific requirements necessitate this:

COV - certain BACnet MS/TP routers struggle to keep up with the bidirectional traffic that can result from
many COVSubscribe requests in quick succession. In this case, better results might be obtained by turning COV
off.

WritePropertyMultiple (WPM) - when the user requires writes to the BACnet Server to be acknowledged only
once Client Side writes have succeeded, WPM is turned off.

These services can be disabled individually or together by listing them under the optional "Disabled_Services"
parameter of the Node configuration section, separated by a space if more than one function is listed. When a
service has been disabled, the BACnet Server Node will reject a corresponding service request with the reason
“Unrecognized Service”.

The following values may be used under Disabled_Services:

WPM (disable support for the WritePropertyMultiple service)

COV (disable support for the SubscribeCOV service)

Examples:

1. Disable WPM only

Nodes

Node_Name , Node_ID , Protocol

, Disabled_Services

NN 01

, 1

, Bacnet_IP , WPM

2. Disable COV only

Nodes

Node_Name , Node_ID , Protocol

, Disabled_Services

NN 02

, 2

, Bacnet_IP , COV

3. Disable WPM and COV

Nodes

Node_Name , Node_ID , Protocol

, Disabled_Services

NN 03

, 3

, Bacnet_IP , WPM COV

Appendix A.13. Using a .ini file to set the Vendor_ID and Vendor_Name of the Device Object

The vendor.ini file can be used to change the BACnet Vendor Name and Vendor ID if desired. A file with the
following format must be created and downloaded to the FieldServer using the Ruinet “Download Configuration”
command.

vendor_name = Sierra Monitor Corporation
vendor_id = 37


Please note that changing the Vendor_ID and Vendor_Name on FieldServer BTL approved products may disqualify
them from the BTL approval.