• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. kishorevenki
    3. Topics

    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
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 16
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by kishorevenki

    • K

      Network based discovery (Who-Is-Router-To-Network)

      BACnet4J general discussion
      • • • kishorevenki
      1
      0
      Votes
      1
      Posts
      685
      Views

      No one has replied

    • K

      BACnet/IPV6

      BACnet4J general discussion
      • • • kishorevenki
      1
      0
      Votes
      1
      Posts
      822
      Views

      No one has replied

    • K

      Present_Value and other proeprties are not writeable

      BACnet4J general discussion
      • • • kishorevenki
      1
      0
      Votes
      1
      Posts
      564
      Views

      No one has replied

    • K

      local Device is not updated with the properties set and objects added to it

      BACnet4J general discussion
      • • • kishorevenki
      7
      0
      Votes
      7
      Posts
      1.7k
      Views

      K

      Hi Philip,

      I got the issue, If the local device is bind to other than 0.0.0.0 say for example 192.168.1.133 with the correct broadcast address 192.168.1.255, local device is not responding with I-Am. Local Device expects bind address should be 0.0.0.0. But every time we cannot set 0.0.0,.0 as bind address if we have multiple IP port, and would prefer to bind it one one particular address.

      After some search, I noticed that same issue has been discussed in detail in the following post: https://forum.infiniteautomation.com/post/23468

      However I am not finding the fix for the issue in that thread. In that thread it was mentioned that issue#43 is fix for it. But after understanding the description, fix for issue#43 is not the for for the current issue So please share the fix for the issue mentioned in the above thread.

      Thanks & Regards,
      Kishore

    • K

      LocalDevice.initialize() throws exception

      BACnet4J general discussion
      • • • kishorevenki
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      K

      Yes, you are right. somehow port is blocked. After killing the process and the running the app, initialize() command was executed successfully.

      Thanks.

      Regards,
      Kishore

    • K

      Unsolved Does BACnet4J support Bitstring-Value Object?

      User help
      • • • kishorevenki
      4
      0
      Votes
      4
      Posts
      1.1k
      Views

      phildunlapP

      I believe so, yes. The method in AnalogInputObject to support intrinsic reporting is a convenience to pass the necessary information and add the right mixin. There is a class https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/eventAlgo/ChangeOfBitstringAlgo.java which would serve as the event algorithm one would pass into the mixin, https://github.com/infiniteautomation/BACnet4J/blob/master/src/main/java/com/serotonin/bacnet4j/obj/mixin/event/IntrinsicReportingMixin.java as is done in the AnalogInputObject class. One would simply instantiate the BACnetObject class, and work from there.