• 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

    Error when sending WriteProperty request during active ConfirmedCOV subscription

    BACnet4J general discussion
    1
    2
    1.8k
    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.
    • B
      bomato
      last edited by

      Hey there,
      I'm running into a little trouble changing PresentValues of data points while the device which is sending the WritePropertyRequest is also subscribed to Confirmed COV notifications of that data point.

      This is the error my device receives:

      com.serotonin.bacnet4j.exception.ErrorAPDUException: ErrorAPDU(choice=127, errorClass=Device, errorCode=Operational problem)
      	at com.serotonin.bacnet4j.transport.Transport.send(Transport.java:202)
      	at com.serotonin.bacnet4j.LocalDevice.send(LocalDevice.java:370)
      

      I'm not exactly sure what choice=127 means, but for some reason the target device doesn't process the WriteProperty request. Oddly enough, WriteProperty requests which are quickly sent after the first actually are successful.
      Also, when using the UnconfirmedCOV service, WriteProperty requests do not produce any errors, and properties are written without issues.

      Could this be a bug?

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