• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. ramonhl
    3. Controversial

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

    Controversial posts made by ramonhl

    • RE: Master and sockets control

      The problem is solved.
      When we create the master we can see a paramer keepalive in the constructor.

      ModbusMaster master = modbusFactory.createTcpMaster(ipParameters, keepalive);

      I was keepalive=false. If keepalive = false then every time that the client (master) read of the server (slave) the socket is open------close.

      If keepalive = true then the master close the socket at the end of all the readings. But I do not know how the keepalive works exactly, is it parametrizable...

      Do you know How the keepalive works exactly? And Where Can I find Modbus4j documentation?

      Best regards.

      posted in Modbus4J general discussion
      ramonhlR
      ramonhl