• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. soulhunt79
    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
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 12
    • Groups 0

    Topics

    • S

      How to get current device time?

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      4
      0 Votes
      4 Posts
      4k Views
      B
      @joolz said in How to get current device time?: For a device object, you can read the Local_Date and Local_Time properties. Is there some kind of LocalDevice/ RemoteDevice method do this ? It is no easy to find.
    • S

      BBMD and Foreign Devices

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      3
      0 Votes
      3 Posts
      4k Views
      M
      BACnet4J does not currently support BBMD.
    • S

      Issue getting RemoteDevices

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      7
      0 Votes
      7 Posts
      4k Views
      S
      Duplicate post.
    • S

      Getting an Object List and Values

      Watching Ignoring Scheduled Pinned Locked Moved BACnet4J general discussion
      5
      0 Votes
      5 Posts
      3k Views
      M
      Too easy. If you can't just ask for the object list (see LocalDevice.sendReadPropertyAllowNull), you can always ask for the length of the object list (element 0), and then individually request each element.