Modbus TCP multiple connections slow

Forum Home Forums Communicating with Devices Modbus Modbus TCP multiple connections slow

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1085
    fahrur
    Participant

    i have 7 multiple device, and planning to add 250 devices in the future.
    the problem is, when 1 or 2 devices have communication issues :
    ______________________
    2016-05-06 07:03:57 Establish a TCP connection with 172.16.1.61:502
    Error establishing TCP connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 172.16.1.61:502
    2016-05-06 07:04:18 Unable to communicate with the device because connection is not established
    _____________________
    the other devices connections stuck and wait the establish connection process on error device till finish, it’s still fast to get realtime data in 7 connection devices, i cant imagine when it’s reach 250 devices or more.

    thanks.

    #1089
    Mikhail
    Moderator

    As an option you can split polling into several communication lines to communicate in parallel.

    How long does it wait if connection can’t be established?

    #1090
    Mikhail
    Moderator

    I think it will be good idea to implement connection timeout. It will be done in a one of the future version of Rapid SCADA. Also this work can be accelerated on commercial basis.

    #1103
    fahrur
    Participant

    Thank you for fast respond, now i split polling into several communication lines. Its collecting without problems 😀

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.