Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
BACnet custom properties
-
Can Mango read custom properties of BACnet objects?
Peter
-
Hi petermcs,
I have limited experience in trying, but I believe the answer currently would be "possibly, but only through scripting data sources." I believe the property ID number will be set in your device for the custom property, so if you create a property identifier with the number you have assigned to your custom property, the read may work.
In this thread, https://forum.infiniteautomation.com/topic/3117/bacnet-scheduler/5 I got the weekly schedule property identifier, but I could also have instantiated it like,
var proptertyIdentifier = new com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier(678); //new property identifier for property number 678I think you could have it work through the API if you modified com.serotonin.bacnet4j.type.enumerated.PropertyIdentifier to include your custom property numbers, and throughout Mango if declared that and associated to data types and whatnot in com.serotonin.bacnet4j.obj.ObjectProperties
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login