Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Schneider Electric
Community
Community
Notifications
close
  • Categories
  • Forums
  • Knowledge Center
  • Blogs
  • Ideas
  • Events & Webinars
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register

Contact Support

Close

Ask our Experts

Have a question related to our products, solutions or services? Get quick support on community Forums

Email Us

For Community platform-related support, please email us

New Community Ranking System
Our Community ranking system has recently been updated. You may notice changes in user rankings and receive system messages or notifications. If you have questions about how the new ranking works, please refer to the announcement post for more details (click here).

BACnet blacklist implementation to disable features in an EBO Server BACnet interface.

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

Search in

Improve your search experience:

  • Exact phrase → Use quotes " " (e.g., "error 404")
  • Wildcard → Use * for partial words (e.g., build*, *tion)
  • AND / OR → Combine keywords (e.g., login AND error, login OR sign‑in)
  • Keep it short → Use 2–3 relevant words , not full sentences
  • Filters → Narrow results by section (Knowledge Base, Users, Products)
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Select a Country

Please select a country to continue with beta search.

  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • BACnet blacklist implementation to disable features in an EBO Server BACnet interface.
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close

Related Forums

  • Intelligent Devices Forum

Previous Next
Contributors
  • RobertAndriolo
    RobertAndriolo
  • RandyDavis
    RandyDavis
  • David_Purser
    David_Purser
  • GavinHe
    GavinHe
  • David_Kendrick
    David_Kendrick
  • DavidChild
    DavidChild
  • CraigEl
    CraigEl
  • PaulFr
    PaulFr
  • Benji
    Benji
  • Kim_Baze
    Kim_Baze
  • AbeMeran
    AbeMeran
  • Product_Support
    Product_Support

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Start a Topic
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
5 Likes
10007 Views

Link copied. Please paste this link to share this article on your social media post.

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

BACnet blacklist implementation to disable features in an EBO Server BACnet interface.

Product_Support
‎2018-09-12 12:19 AM

Last Updated: David_Purser Champion ‎2026-08-04 08:35 AM

Issue

Some BACnet devices advertise support for services such as RPM, COV, etc but malfunction when the service is used. An example of such a device is the Johnson Controls TEC2627VVT, which advertises support for RPM but fails to upload its objects when SBO uses RPM to get the object list.

Product Line

EcoStruxure Building Operation

Environment

  • BACnet
  • Automation Server
  • Enterprise Server

Cause

Some BACnet devices with inconsistent protocol implementations cannot process BACnet services such as RPM, COV, etc.

Resolution

GLOBAL Rules

are implemented in versions where the first patches are applied, but then are deprecated when surfaced via Workstation, which is targeted for the next Major.Minor revision.

When deprecated from service_blacklist, the trace log will show the event record of:

Blacklist <feature> is no longer used. Setting available in BACnet Interface.

 

Feature Supported in Version Available in Workstation (deprecated)
<ignore-unhosted-devices/> 3.2.3.9005 and higher (*) /BACnet Interface
<disable-force-polling/>  
<enable-force-polling/>  
<restrict-backup-service/>  
<evaluate-alarms-on-startup/>  
<enable-execute-time-sync/>   /System/Interface Manager/BACnet
<disable-mstp-fast-offline-detection/>   MSTP Network under BACnet Interface

 

Vendor/Model Rules

For particular BACnet devices, the 'Vendor Identifier' and 'Model Name' are specified and must match exactly as shown in that device's Properties - Advanced Tab.

Feature Supported in Version
<no-rpm/> 1.8.1 and higher
<no-cov/> 1.8.1.23701 and higher
<no-get-event-information/>  
<no-broadcast-who-is/>  

 

Users can create a rule in the BACnet interface to configure the BACnet Plug-in to avoid using the service. Some rules are global, while others can be for specific BACnet devices. 

 

  1. Ensure you have installed the version that supports the feature you want to change.
  2. Setup file using the no-rpm rule.
    1. Use a text editor like 'Notepad' to create a text file or download the same file below.
    2. Enter the device's vendor ID (5)  and model name (TEC2627VVT) followed by the rule (no-rpm) using the format seen in the screenshot below.
    3. Save the file to the desired location on the PC with a name aiding later identification.rpm.png
    4. Under the BACnet interface, create a new 'Document' object in the 'Application' folder.
    5. NOTE: The object MUST be named 'service_blacklist' in all lowercase.
    6. Click 'Next,' import the text file created in step 1, and save the 'Document' object.
    7. Restart the Server NoRPM_WarmStart_new.PNG
    8. Once the device is on the block list, SBO will not send 'readPropertyMultiple' requests to the device using only individual 'readProperty' requests. Add the service_blacklist to the EBO Server.
  3. Add the no-cov tag if you would like to block that service for this device:  rpm and cov.png
  4. Extended for multiple devices from different vendors simultaneously using this example for reference.   multiple.png
  5. One can add a global rule using this syntax to ignore unhosted devices.
    1. * NOTE: It is recommended to remove <ignore-unhosted-devices/> after upgrading to EBO 4.0/2022 and higher because this feature is supported in the BACnet Interface Properties and BACnet Device Discovery view. Device Discovery for BACnet Controllers and IO Modules (se.com) IgnoreUnhostedDevices.png
  6. Once the Server has restarted, check the trace.log file and search for service_blacklist, there should be entries similar to this. It will also list a warning for Global Rules that have been deprecated because they are now available in Workstation.Tracelog Blacklist Message.png
Labels (1)
Labels:
  • EcoStruxure Building Operation
Attachments
MultipleDevices-NoRPM-NoCOV.txt
Tags (5)
  • Find more articles tagged with:
  • 19120
  • DavidPurser23
  • DavidPurser26
  • GavinHeward23
  • qc33462
Was this article helpful? Yes No
94% helpful (14/15)

Link copied. Please paste this link to share this article on your social media post.

You’ve reached the end of your document

WHAT’S NEXT?

Ask our Experts

Didn't find what you are looking for? Ask our experts!

My Dashboard

Check out the new Feeds and activities that are relevant to you.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support

    Ask our Experts

    Have a question related to our products, solutions or services? Get quick support on community Forums

    Email Us

    For Community platform-related support, please email us

Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2026 Schneider Electric

Welcome!

Welcome to your new personalized space.

of

Explore