• 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

    COV for Analog Input

    BACnet4J general discussion
    4
    5
    3.6k
    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.
    • J
      jeremie
      last edited by

      Hi,

      In BACNet4J, COV is not allowed for Analog Input, whereas it should.
      I think we have to add :

             
          static {
              supportedObjectTypes.add(ObjectType.accessDoor);
      ...
              **supportedObjectTypes.add(ObjectType.analogInput);**
              
              supportedPropertyIdentifiers.add(PropertyIdentifier.presentValue);
      ...
          }
      
      
      

      in com.serotonin.bacnet4j.obj.ObjectCovSubscription class.

      Regards,

      Jérémie

      1 Reply Last reply Reply Quote 0
      • M
        mlohbihler
        last edited by

        Hi Jérémie,

        Strictly speaking, all analog types should be added there, as well as some others. But support of COV - to my reading of the spec - is optional to the implementation. There should be nothing preventing you from sending a COV subscription request from BACnet4J. It's just that the software will not accept a COV subscription request on its analogs.

        This can be changed, but not simply by declaring analogs as supported; there is code that needs to be added to actually implement the support. If this is what you need, you can use the contact page to request a quote for the work.

        Best regards,
        Matthew

        1 Reply Last reply Reply Quote 0
        • C
          cepheid
          last edited by

          Hi,

          Could you be more clear on your suggestion of "use the contact page to request a quote for the work" ? I would really like to support the COV analog input if possible. Can you give me pointers to where else in the source code that I need to make changes to ?

          Thanks!

          1 Reply Last reply Reply Quote 0
          • A
            Agnes32Tait Banned
            last edited by

            It's just that the software will not accept a COV subscription request on its analogs.

            Thanks,

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