News:

  • June 30, 2026, 01:01:11 PM

Login with username, password and session length

Author Topic: Do-More peer link to ThinkNdo WINPLC ?  (Read 8401 times)

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Do-More peer link to ThinkNdo WINPLC ?
« on: March 03, 2015, 05:19:39 PM »
Can Do-More do peer link with  ThinkNdo on a WINPLC? Please say yes, can't replace all my WINPLC's at once that need to talk to each other.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Do-More peer link to ThinkNdo WINPLC ?
« Reply #1 on: March 03, 2015, 08:33:26 PM »
Would love to say yes, but I would be lying.

Does T&D support Modbus/TCP?
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Re: Do-More peer link to ThinkNdo WINPLC ?
« Reply #2 on: March 04, 2015, 08:05:38 AM »
T&D documentation doesn't state that (that I can find), but I log data to a SQl database with KepServerEX from T&D WINPLC using converted T&D tags to modbus addressing. So I tried a MRX and "IT JUST WORKS" (don't even need KepServer as a "go between". Haven't tried MWX yet, but it should work as well. Need 1 Do-More to read/write a few tags (about once per second)to each of about 24 WINPLC's (to start, will gradually decrease as I replace WINPLC's with Do-Mores'), do you think it will "bog down" the Do-More?

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Do-More peer link to ThinkNdo WINPLC ?
« Reply #3 on: March 04, 2015, 08:53:30 AM »
Bog down at once per second? No. To be most efficient, create a Modbus/TCP Client for each target. If you use the same client for each connection, the controller has to connect and disconnect from each T&D device, which causes a bunch of unnecessary overhead.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Re: Do-More peer link to ThinkNdo WINPLC ?
« Reply #4 on: March 05, 2015, 02:27:38 PM »
Bog down at once per second? No. To be most efficient, create a Modbus/TCP Client for each target. If you use the same client for each connection, the controller has to connect and disconnect from each T&D device, which causes a bunch of unnecessary overhead.
Thanks for advice, I would have thought just the opposite and only used 1 Modbus/TCP client. Seems this old dog, still has some new tricks to learn.

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Do-More peer link to ThinkNdo WINPLC ?
« Reply #5 on: March 05, 2015, 02:36:08 PM »
There is some additional overhead to servicing the Do-more client drivers, but it ends up being far less than establishing and terminating a TCP connection to each client each time you talk to it.
"It has recently come to our attention that users spend 95% of their time using 5% of the available features. That might be relevant." -BobO