• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Valter Henrique
    3. Best

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

    Best posts made by Valter Henrique

    • RE: How read and write values from local devices ?

      Hi everyone,
      i finally found it what was my mistake, so i replace by this and works fine!

      
                  if (i == 4){
                      for (int k = 1; k <=16; k++){
                          setPresentValue(addr, read, oid, new com.serotonin.bacnet4j.type.primitive.Boolean(true) , k); // alternate between true and false input
                      }
                  }
      
      

      Thank you Serotonin by this great project, really thanks!

      posted in BACnet4J general discussion
      V
      Valter Henrique