• Recent
    • Tags
    • Popular
    • Register
    • Login

    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

    Want to know intrinsic and algorithmic reporting using BACnet4J

    BACnet4J general discussion
    2
    2
    877
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • V
      Vihangi
      last edited by

      Hi,
      I want to know, how to configured intrinsic and algorithmic reporting for remote device objects?

      According to examples, We need to create objects using BACnetObject class and then we can add support of reporting to that object by "supportIntrinsicReporting(int, int, float, float, float, LimitEnable, EventTransitionBits, NotifyType, int)" API.
      But, for the remote device, we already have device objects and we will use that object using ObjectIdentifier. And that will not give mapping to BACnetObject instance. Then, how can we do it for a remote device?

      1 Reply Last reply Reply Quote 0
      • phildunlapP
        phildunlap
        last edited by

        Hi Vihangi,

        I have not tried this myself, but,

        Just as you see the properties being set and added in methods on objects with the supportIntrinsicReporting method, so too you would write those properties on the remote device, as well as writing the object's notification class property to the number of the notification class object on the device. The notification class object defines where to report the event or fault to.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post