Replies: 3 comments 11 replies
-
can you give more context to your use case? if you are setting up inside a building for the first time imitating this command I think its the devices inside the building that responding. The devices BACnet Instance ID and address is configured by the vendor that initially set it up and each device needs to be unique. I think BAC0 does a |
Beta Was this translation helpful? Give feedback.
-
So if you wanted to make a gateway for Modbus to BACnet this may get you started. I have only tinkered with Modbus and dont know a whole lot about. This code below the app reads a modbus sensor value (its a power meter) every 60 seconds and then it also acts as a discoverable BACnet device (server) where then the modbus sensor can be visible to the BACnet network if other devices or control systems request that value from the BACnet server. I dont honestly know a ton about Modbus and when I was making my app I had to get some help on stackoverflow to making the Modbus client read request work...but that code below did work on a power meter inside a building at one point in time the Modbus registry stuff could be very unique to the device Good luck : )
|
Beta Was this translation helpful? Give feedback.
-
I really appreciate your patient explanations and quick responses and Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
Who is allocating the Device Object's Instant number and address to the BACnet device by sending Who-Is service from the client device and also Who can able use(Only client or Both client and server) the Who-Is service in the BACnet network?
Beta Was this translation helpful? Give feedback.
All reactions