• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. NAguillon
    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
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 12
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by NAguillon

    • N

      ¿Does anybody else get Response times of this magnitude?

      Modbus4J general discussion
      • • • NAguillon
      2
      0
      Votes
      2
      Posts
      1.7k
      Views

      N

      Hi.

      I made a software to get some values from my PLC and it is certainly ok.. but I get response times mostly of 50 ms (although somethimes they vary between 9 to 60 ms). This was my first time working with an industrial protocol and I'm not sure if this results are "the expected ones" or if I'm doing something wrong. I'll leave some images of my results using the CurrentTimeInMillis() method.

      Thanks.

      Attachment: download link

    • N

      Write several float registers

      Modbus4J general discussion
      • • • NAguillon
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      N

      Hi mlohbihler
      I recently figured out how to write several registers in one request but I can't find how to change data types too, is it even posible?
      Thank you.

    • N

      Writing multiple registers at once

      Modbus4J general discussion
      • • • NAguillon
      2
      0
      Votes
      2
      Posts
      1.8k
      Views

      N

      Hi mlohbihler
      That's my doubt. How can I write a bunch of registers at once. I was looking at WriteRegistersRequest and WriteRegistersResponse but I don't know.
      Thank you.

    • N

      SetParity(int parity) method

      Modbus4J general discussion
      • • • NAguillon
      2
      0
      Votes
      2
      Posts
      2.1k
      Views

      N

      Hi, I have a little doubt with setParity parameters.. I wanna know how to set non parity and I don't really see how.

      Is it 0 = none, 1 = odd, 2 = even, 3 = mark, 4 = space? thx

    • N

      Request for multiple-register reading example

      Modbus4J general discussion
      • • • NAguillon
      4
      0
      Votes
      4
      Posts
      2.3k
      Views

      N

      Hey thanks :D. And I don't feel bad 'cause that code is really strange to me. I'd never figured it out by myself.