• Recent
    • Tags
    • Popular
    • Register
    • Login

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    A question about LocalDevice and RemoteDevice

    BACnet4J general discussion
    2
    3
    2.7k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      Pine
      last edited by

      Hello,

      I am reading the test examples in BACnet4J and have some questions. Could you please help me with them? Thank you very much!

      1. Does the IP address for LocalDevice has to be the IP of the computer? What does this address mean?

      2. When creating the RemoteDevice, I found that the InstanceNumber does not impact the program. As long as the Address is correct, the program will always run. And most of the examples does not give any value to Network. What does InstanceNumber and Network for?

      Thank you very much!

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        1. There are two IP addresses you can supply to a local device. The first is a broadcast address. If you don't know what this is, check out this: http://en.wikipedia.org/wiki/Broadcast_address.

        The second is the local bind address. Often, something like "0.0.0.0" is fine, but if your host is multihomed you may want to be more specific. I recommend you don't set one unless you know why you might have to.

        1. Typically you won't create your own remote devices. These are created automatically when you receive IAm messages (in response to your WhoIs).The instance number is an identifier that typically won't change, and so can in many cases be used to uniquely identify a piece of equipment. It is also what is referenced in a WhoIs request when you specify limits.

        Network is only required when - like you - the BACnet installation consists of more than one network. The network number is then an identifier of the network segment on which the device lives.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • First post
          Last post