• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. lovefamilyC
    3. Posts

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

    Posts made by lovefamilyC

    • missing-required-parameter

      I need help. when i got ObjectType.analogInput's PropertyIdentifier.presentValue error.

              RemoteDevice rd = findRemoteDevice(address, 10, transport, ld);
              
              ObjectIdentifier objectIdentifier = new ObjectIdentifier(ObjectType.analogInput,0);
      //        ObjectIdentifier objectIdentifier = new  ObjectIdentifier(ObjectType.device,10)
              Map<PropertyIdentifier, Encodable> values = RequestUtils.getProperties(ld, rd,
                     objectIdentifier ,
                      null,
                      PropertyIdentifier.presentValue);
      
      
              System.out.println(values);
      

      Error message:

      Exception in thread "main" com.serotonin.bacnet4j.exception.BACnetException: property: missing-required-parameter
      	at com.serotonin.bacnet4j.transport.ServiceFutureImpl.result(ServiceFutureImpl.java:85)
      	at com.serotonin.bacnet4j.transport.ServiceFutureImpl.get(ServiceFutureImpl.java:64)
      	at com.serotonin.bacnet4j.util.RequestUtils.sendOneAtATime(RequestUtils.java:429)
      	at com.serotonin.bacnet4j.util.RequestUtils.readProperties(RequestUtils.java:400)
      	at com.serotonin.bacnet4j.util.RequestUtils.readProperties(RequestUtils.java:258)
      	at com.serotonin.bacnet4j.util.RequestUtils.getProperties(RequestUtils.java:142)
      	at com.serotonin.bacnet4j.util.RequestUtils.getProperties(RequestUtils.java:136)
      	at com.serotonin.bacnet4j.TestMy1.main(TestMy1.java:74)
      

      vts message:
      0_1573813832699_20191115182653.png

      posted in BACnet4J general discussion
      L
      lovefamilyC