• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Pine
    3. Topics

    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
    P
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 25
    • Groups 0

    Topics

    • P

      Is there a Hello World example as a quick start for developing modules?

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      6
      0 Votes
      6 Posts
      4k Views
      JoelHaggarJ
      No idea what you are talking about there? Joel.
    • P

      How to stop event temporally?

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      5
      0 Votes
      5 Posts
      3k Views
      P
      The "System Settings - Other settings - Purge events older than" option works for my purpose. Thank you!
    • P

      BACnet Remote device object list error - java.net.SocketException: Socket is closed

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation general Discussion
      2
      0 Votes
      2 Posts
      2k Views
      P
      Hello, I am trying the new Mango (core 2.1.3 and BACnet 2.0.3) to discover some BACnet/IP points. I use the MAC address as XXX.XXX.XXX.XXX:47808 and Device instance number. But always got the error: java.net.SocketException: Socket is closed. If I manually input the details of points on this BACnet/IP network, it works fine. But I just could not make the discover working. Could you please help me with this problem? Please let me know if you may need more information about our scenario. Thank you! Best wishes, Pine
    • P

      "Address already in use: Cannot bind" error

      Watching Ignoring Scheduled Pinned Locked Moved User help
      3
      0 Votes
      3 Posts
      2k Views
      M
      The current BACnet I/P implementation has a 1-to-1 relationship between a local device and a UDP port. There are plans to update the implementation to allow multiple devices for one port, but there is no specific schedule at this time for these changes to be made.
    • P

      Can't access some devices which can be accessed by BACnet Stack

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      5
      0 Votes
      5 Posts
      4k Views
      M
      No worries. Thanks for following up.
    • P

      Is it possible to use BACnet4J with local VTS simulation without Internet connection?

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      4
      0 Votes
      4 Posts
      3k Views
      P
      Thanks for the reply. My question is how to setup the VTS IP port since there is no Internet connect... I guess maybe the question should not be in this forum but any chance you know the answer? Thanks a lot!
    • P

      How to get the objects in the remote device?

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      7
      0 Votes
      7 Posts
      4k Views
      M
      You should just send a read property to the object with the PID presentValue. Shouldn't matter whether the object is local or remote, depending on what you mean by that of course.
    • P

      A question about LocalDevice and RemoteDevice

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      3
      0 Votes
      3 Posts
      3k Views
      M
      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. 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.
    • P

      Using BACnet4J to access the Arcnet

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      3
      0 Votes
      3 Posts
      3k Views
      M
      There should be a BACnet router that interconnects your IP network and Arcnet. It is supposed to listen to each network, and forward messages between them as necessary. The way a particular BACnet implementation displays the address for a device on a separate network may differ from others. Can you send a wire dump (wireshark works great) of WhoIs from BACnet4J and the response that comes from the Arcnet side?