• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. drubin

    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
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    drubin

    @drubin

    0
    Reputation
    810
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    drubin Unfollow Follow

    Latest posts made by drubin

    • RE: Simple Examples

      Nevermind on that last post... all the test classes which compile correctly can be found in the source archive: bacnet4J-src.zip which can be found here: http://sourceforge.net/projects/bacnet4j/files/bacnet4j/1.2/

      The are not in bacnet4j.jar or seroUtils.jar

      I would still love to know the basic design of this package or a good description of the LocalDevice and RemoteDevice classes...

      posted in BACnet4J general discussion
      D
      drubin
    • RE: Constructor for Network and RemoteDevice

      There are many lost souls out there with this basic question. Can someone please answer?

      posted in BACnet4J general discussion
      D
      drubin
    • RE: Simple Examples

      To prevent hair loss for anyone who stumbles upon this thread looking for somewhere to start with bacnet4j... I could not find this code anywhere in the bacnet4j Java package. I created ReadAllAvailabeProperties and LoopDevice classes in my own package. In order for this code to work with the newer versions of bacnet4j I had to replace all occurrences of DeviceEventListener with DefaultDeviceEventListener in both classes. This was just guess but it apparently worked.

      posted in BACnet4J general discussion
      D
      drubin
    • Example code?

      Hi all,

      New to bacnet4j. Looking around for documentation or example code? Is there any?

      If not can some kind soul out there send or post example code with a comment or two describing the basic use of LocalDevice and RemoteDevice? My ultimate goal is to write a small test bacnet device and monitor that device using bacnet4j.

      A basic questions, I hope, in the mean time. I don't get the following code I found on here:

      LocalDevice localDevice = new LocalDevice(101, "192.168.1.1");
      localDevice.setPort(47808);
      localDevice.initialize();
      localDevice.getRemoteDevices();

      Get remote devices from where? All I have defined is a local IP and port correct? Also what is the 101?

      Thanks

      • Dan
      posted in BACnet4J general discussion
      D
      drubin
    • RE: Example code?

      Hi all,

      New to bacnet4j. Looking around for documentation or example code? Is there any?

      If not can some kind soul out there send or post example code with a comment or two describing the basic use of LocalDevice and RemoteDevice? My ultimate goal is to write a small test bacnet device and monitor that device using bacnet4j.

      A basic questions, I hope, in the mean time. I don't get the following code I found on here:

      LocalDevice localDevice = new LocalDevice(101, "192.168.1.1");
      localDevice.setPort(47808);
      localDevice.initialize();
      localDevice.getRemoteDevices();

      Get remote devices from where? All I have defined is a local IP and port correct? Also what is the 101?

      Thanks

      • Dan
      posted in BACnet4J general discussion
      D
      drubin