• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. joolz
    3. Best

    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
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 18
    • Posts 50
    • Best 1
    • Controversial 0
    • Groups 0

    Best posts made by joolz

    • RE: Creating a Schedule Object in BACnet4j

      I have, but BACnet4j doesn't make it straight forward.

      First you need to subclass BACnetObject and make a Schedule object class.
      In that schedule object class, have a local variable for schedule default property.
      In the constructor, set the present value and schedule default properties with this value:
      new AmbiguousValue(new ByteQueue(new byte[]{0}))

      Then override the get() and set() methods, so that if the schedule default property is being set/retrieved, you get it from your local variable instead of the property map.

      posted in BACnet4J general discussion
      J
      joolz