Does anyone has any idea?
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.
Latest posts made by charador
-
RE: How does object ID on Physical Device reflect on BACnet field panel
-
How does object ID on Physical Device reflect on BACnet field panel
I looked through the bacnet4j code and understand that if the server wants to read some object values stored on a field panel. It will send a ReadProperty request with src IP, dst IP and target object ID. The FP will reply with object list stored on its own memory, or send another request to its connected physical devices for polling.
However, the field panel may connect to multiple physical devices at a time and it uses BACnet MS/TP connection. (I guess this part is also included in the code stack). If multiple physical devices have the same object ID (e.g analog input #1), how does the field panel differentiate these object values from different physical devices? (I haven't been able to find relative code from the BACnet4J stack)
Does anyone know about this? Thanks!