News:

  • July 04, 2026, 05:44:32 AM

Login with username, password and session length

Author Topic: Programming Do-More through ECOM100  (Read 7447 times)

davidbgtx

  • Hero Member
  • *****
  • Posts: 215
  • Host be the Most
Programming Do-More through ECOM100
« on: September 14, 2015, 12:17:24 PM »
Just to be certain before I design another system - I can program the Do-More through an ECOM100 located in the same rack as the Do-More, yes/no?
 I believe using the Do-More ethernet port for my remote bases, and then using an ECOM100 for programming from my office and modbus communincations to a sql server database and/or other PLC's , would be best for keeping network traffic low on I/O, is the also the best way to go??
 Would you then suggest my C-More, which needs to talk to the Do-More, but also be programmed from my office, be on the remote base network or the programming/modbus network?

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Programming Do-More through ECOM100
« Reply #1 on: September 14, 2015, 12:21:50 PM »
I use an ECOPM100 for my Cmore comms, you can program through it as well. The ECOM cannot be used for custom TCP protocols though.
Circumstances don't determine who we are, they only reveal it.

~Jason Wolthuis
Premier Systems Integration, LLC
http://premiersi.com

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Programming Do-More through ECOM100
« Reply #2 on: September 14, 2015, 12:52:00 PM »
Just to be certain before I design another system - I can program the Do-More through an ECOM100 located in the same rack as the Do-More, yes/no?
 I believe using the Do-More ethernet port for my remote bases, and then using an ECOM100 for programming from my office and modbus communincations to a sql server database and/or other PLC's , would be best for keeping network traffic low on I/O, is the also the best way to go??
 Would you then suggest my C-More, which needs to talk to the Do-More, but also be programmed from my office, be on the remote base network or the programming/modbus network?

You can. Older ECOM100s required a firmware update, so if it doesn't seem to be working, make sure it is up to date.
 
Running I/O with the on-board port and programming/HMI through the ECOM100 is an excellent approach. The on-board port can generally handle both at once, but you tend to get a higher retry frequency on the I/O, which is obviously undesirable, and may even be unacceptable depending on the app. Depending on your overall network use and saturation, the possibility exists of an extreme data storm causing a complete I/O failure...which depending on your I/O setup, could drop the controller into program mode. In a properly managed network the probability is very low, but we always recommend splitting if there is concern or doubt.
"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: Programming Do-More through ECOM100
« Reply #3 on: September 14, 2015, 12:56:37 PM »
Thanks to all