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.

  • 0 Votes
    3 Posts
    11k Views
    M
    Hi Ed, There are currently no plans to support FDR. If this is something you require please contact us about custom development and support.
  • Device object

    3
    0 Votes
    3 Posts
    10k Views
    M
    Hi Robert, Yes, this is fine. I've added it to the codebase. Thanks for pointing it out.
  • Exception reading the properties of an AccessDoor Bacnet Object

    12
    0 Votes
    12 Posts
    6k Views
    M
    Right you are. The change has been added to the code.
  • Getting an Object List and Values

    5
    0 Votes
    5 Posts
    3k Views
    M
    Too easy. If you can't just ask for the object list (see LocalDevice.sendReadPropertyAllowNull), you can always ask for the length of the object list (element 0), and then individually request each element.
  • Modbus - Create slave monitor points

    4
    0 Votes
    4 Posts
    3k Views
    F
    I got it, I was looking for it at modbus serial help.
  • PACS not implemented in BACnet4J?

    4
    0 Votes
    4 Posts
    3k Views
    J
    Wow, at least 3 years to approve :-/ I pick up the date in this official document : http://www.bacnet.org/Bibliography/BACnet-Today-06/28889-Ritter.pdf Thank you for these precisions Matthew!
  • 0 Votes
    4 Posts
    3k Views
    P
    Thanks for the reply. My question is how to setup the VTS IP port since there is no Internet connect... I guess maybe the question should not be in this forum but any chance you know the answer? Thanks a lot!
  • No sequence definition found for vendorId=8

    14
    0 Votes
    14 Posts
    6k Views
    B
    Works like a charm. Thanks!
  • License update

    2
    0 Votes
    2 Posts
    3k Views
    M
    The license for BACnet4J has been updated from LGPL to GPL v3.0. Users of BACnet4J that use the product for commercial purposes may purchase a license from Serotonin that permits them to continue to use it as such. Please use the Contact Us page to inquiry of the details.
  • Testing: retry problems within bacnet4j

    4
    0 Votes
    4 Posts
    5k Views
    M
    Throwing exceptions is fine in exception cases. What is to be avoided is throwing exceptions in normal cases. I'd say that a segment timeout should be more of an exception case, and so it is ok to throw. If segment timeouts are common, you need a better network.
  • Execute multiple bacnet services

    7
    0 Votes
    7 Posts
    4k Views
    M
    I don't understand how segments are assign to message when they are received not in order. It's been a while since i wrote that stuff, but it works. Does any of that segments could be assigned to wrong message or even ommited (and corrupt whole RequestServiceAck)? Sure, stuff could get corrupted, but it should be handled properly. If you find otherwise, let me know.
  • Example of bacnet/IP

    2
    0 Votes
    2 Posts
    3k Views
    I
    I am new in bacnet devloppment, i develop a bacnet driver Bacnet/IP. and i search for an example of creation connection Bacnet/IP and test creation BacnetObject I use the VTS stack to test thanks
  • 0 Votes
    7 Posts
    4k Views
    M
    Oops. That was test code that wasn't supposed to be there. It's been removed now.
  • Java 1.5

    4
    0 Votes
    4 Posts
    3k Views
    C
    thank you very much :)
  • For Backup a device

    5
    0 Votes
    5 Posts
    3k Views
    M
    Do you have the same addendum? I used this one: http://www.bacnet.org/Addenda/Add-135-2008n.pdf
  • Read a encodable value in a array

    15
    0 Votes
    15 Posts
    8k Views
    J
    Thanks it's help !
  • APDU timeouts

    9
    0 Votes
    9 Posts
    8k Views
    M
    Sweet. Thanks for reporting the problem Steve.
  • Null Pointer Exception in SequenceOf.write

    7
    0 Votes
    7 Posts
    5k Views
    M
    If it's any consolation, the ANT scripts in the repo are what i use to create the builds, so you'll get from that exactly what you'd get from me.
  • Serialization

    4
    0 Votes
    4 Posts
    3k Views
    J
    Thank you ! it's work !
  • Bacnet Client Exception

    15
    0 Votes
    15 Posts
    8k Views
    R
    :-) absolutely - i am happy it works.