• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. R-GiGgS84
    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
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 20
    • Groups 0

    Topics

    • R

      Fire Alarm trigger and send informaton to notify the client software

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      5
      0 Votes
      5 Posts
      3k Views
      R
      Hi there, I am kinda confuse on this and would be glad if someone can en-light me on this.
    • R

      Multiple BACnet Controllers with BACnet objects

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      2
      0 Votes
      2 Posts
      2k Views
      R
      Hi there, I am building a Servlet that will be connecting to many BACnet Controller. I want to know if there is anyway that i can identify which BACnet Object is under which BACnet Controller and how can i go about doing it? Thanks. WenJun
    • R

      How to integrate BACnet Change Of Value (COV) using BACnet4J

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      17
      0 Votes
      17 Posts
      15k Views
      J
      I'm not going to paste the code in the forum, because you really need the bacnet4j source so that you can test it out, download the source from http://sourceforge.net/projects/bacnet4j/files/bacnet4j/1.3/ and make sure you don't have any problems with running all the tests. And as I said before, it's been over a year since I touched bacnet4j, so good luck, I'm sure once you have the source, you'll figure out what is going wrong.
    • R

      BACNET4J & Servlet

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      9
      0 Votes
      9 Posts
      4k Views
      R
      Hi mlohbihler, Maybe if u r interested i can send u my web project for u to take a look? Regards, WenJun
    • R

      Tutorial on how to start using BACnet4J

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      3
      0 Votes
      3 Posts
      6k Views
      R
      Hi guys, i manage to set up the stuff but when I try to run the DiscoveryTest.java (with SlaveDeviceTest.java running) an error below show up in the console: Exception in thread "main" java.net.BindException: Address already in use: Cannot bind at java.net.PlainDatagramSocketImpl.bind0(Native Method) at java.net.PlainDatagramSocketImpl.bind(Unknown Source) at java.net.DatagramSocket.bind(Unknown Source) at java.net.DatagramSocket.<init>(Unknown Source) at java.net.DatagramSocket.<init>(Unknown Source) at com.serotonin.bacnet4j.npdu.ip.IpMessageControl.initialize(IpMessageControl.java:156) at com.serotonin.bacnet4j.LocalDevice.initialize(LocalDevice.java:211) at com.serotonin.bacnet4j.test.DiscoveryTest.main(DiscoveryTest.java:48 Anyone can advice on this?