• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Fred
    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
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 36
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Fred

    • F

      BBMD Support

      BACnet4J general discussion
      • • • Fred
      2
      0
      Votes
      2
      Posts
      3.0k
      Views

      F

      Are there any plans to support BBMD in BACnet4J?

      Thanks.

    • F

      IO Exception in seroUtils.jar

      Modbus4J general discussion
      • • • Fred
      2
      0
      Votes
      2
      Posts
      3.4k
      Views

      F

      Matthew,

      I'm getting an exception in seroUtils.jar. Near as I can tell it occurs when there are multiple concurrent requests for values for several different slaves. The exception stack is:

      java.io.IOException: Stream closed.
      at java.net.PlainSocketImpl.available(PlainSocketImpl.java:434)
      at java.net.SocketInputStream.available(SocketInputStream.java:217)
      at java.io.BufferedInputStream.available(BufferedInputStream.java:381)
      at com.serotonin.io.InputStreamListener.run(InputStreamListener.java:67)

      The only way it appears I can correct the problem is to restart the application and everything will work fine so long as I don't hammer the requests concurrently.

      Have you seen this before?

      The version of Modbus4J is 1.02.

      Regards,
      Fred

    • F

      Bacnet4J & Modbus4J GPL v3

      BACnet4J general discussion
      • • • Fred
      3
      0
      Votes
      3
      Posts
      2.9k
      Views

      M

      You can contact Serotonin for information about how to license the products in a more LGPL kind of way.

    • F

      Null Pointer Exception in SequenceOf.write

      BACnet4J general discussion
      • • • Fred
      7
      0
      Votes
      7
      Posts
      4.1k
      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.

    • F

      Removing a Bacnet Object present value property

      BACnet4J general discussion
      • • • Fred
      4
      0
      Votes
      4
      Posts
      3.2k
      Views

      F

      Ah, I got it. Similar to the quality property in OPC.

      Thanks.

    • F

      Modbus 6 digit addressing

      Modbus4J general discussion
      • • • Fred
      6
      0
      Votes
      6
      Posts
      5.4k
      Views

      F

      Ok, I was looking for support pretty much from the slave side only. I assume that would just be to relax the offset validation in the ProcessImage class. I'll try that and see what happens.

      Thanks.

    • F

      SeroUtils.jar management

      Modbus4J general discussion
      • • • Fred
      41
      0
      Votes
      41
      Posts
      43.4k
      Views

      A

      I thougth that the the whole thing is there, to add new DataPoints to RT if the RT is polling the dataPoints.
      with the lock only one Thread can access the add/Remove or pointList.

      I have a lock for the addList (the addList) one for remove and one for the pointList.
      so adding will lock only the addList ...
      If I copy over I must lock all.

      src is here (modified)
      https://scadabr.svn.sourceforge.net/svnroot/scadabr/trunk/scadabr/scadabr/src/main/java/com/serotonin/mango/rt/dataSource/DataSourceRT.java

    • F

      Multiple TCP Modbus Slaves

      Modbus4J general discussion
      • • • Fred
      25
      0
      Votes
      25
      Posts
      14.9k
      Views

      M

      This forum is for discussions around the Modbus4J product, which is used in Mango, but otherwise no associated. It is possible to get Mango to act as a modbus slave, but not trivial. If you need this, please use the contact page to request a quote.

    • F

      BACnet Object Addressing

      BACnet4J general discussion
      • • • Fred
      4
      0
      Votes
      4
      Posts
      8.1k
      Views

      F

      @mlohbihler said:

      Hi Fred,

      That's a good question. I don't believe there are any specified requirements in this regard.

      But when we look at the WhoHas service, there is a device id range (meaning your device id should be consistent), and there is a Choice object which can be either object identifier or name. So, theoretically either should do, but for maximum compatibility they should probably both remain the same for your object.

      I guess what I really need to do (if it's not cost prohibitive) is get a hold of some of the BACnet monitoring tools and see how folks monitor and administer BACnet devices. I would guess the configuration of a hard wire BACnet device rarely changes and one can form dependencies on the object ids. If I need to maintain the mapping between my analog sensors and an arbitrary object instance id, I can do that - I just don't know if it's necessary.

      Regards,
      Fred