News:

  • June 27, 2026, 04:44:16 PM

Login with username, password and session length

Author Topic: multiple Cmores, 1 DoMore  (Read 8019 times)

markbyerley

  • Newbie
  • *
  • Posts: 3
multiple Cmores, 1 DoMore
« on: November 10, 2016, 02:23:04 PM »
I need to interface 3 remote CmoreMicros (EA3-T6CL) to One H2-DM1E system talking to 3 EBCs via an ERM100. I am using the onboard Serial port of the H2-DM1E to interface with a local Cmore using the DoMore programming protocol. The Cmore micros both support ethernet (using the EA-ECOM) and RS-485. I also have a H2-ECOM100 and a Serio-4 in the chassis with the H2-DM1E. Does the DoMore Serial or DoMore Ethernet support multiple Cmore's or will one of the other protocols work?

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3827
    • Host Engineering
Re: multiple Cmores, 1 DoMore
« Reply #1 on: November 10, 2016, 03:31:29 PM »
In order to support multiple masters (i.e. the C-mores), you can use 1 Ethernet port or multiple serial ports.  I would recommend using either the built-in Ethernet port of your Do-more or possibly your ECOM100 module, which also understands Do-more protocol.

I would NOT use the H2-SERIO-4 since it only has one 485 port (but two 232 ports), so you would need two 232/485 converters for the other two ports in the SERIO/4.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: multiple Cmores, 1 DoMore
« Reply #2 on: November 14, 2016, 06:16:05 PM »
I have no idea if C-Mores will do this, but it's common with with many brands for multiple HMI's to have one be the master, and all the others request their data from that one, then it bundles all the data required and gets it all from the PLC in one shot.  That makes the PLC comms more efficient, avoids redundant requests, plus avoiding the potential for collisions between requests from HMI's all acting as comm masters.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

mhw

  • Hero Member
  • *****
  • Posts: 250
Re: multiple Cmores, 1 DoMore
« Reply #3 on: November 15, 2016, 10:06:57 AM »
Quote
I have no idea if C-Mores will do this, but it's common with with many brands for multiple HMI's to have one be the master, and all the others request their data from that one, then it bundles all the data required and gets it all from the PLC in one shot.  That makes the PLC comms more efficient, avoids redundant requests, plus avoiding the potential for collisions between requests from HMI's all acting as comm masters.
Yes they can.

LWgreys

  • Hero Member
  • *****
  • Posts: 117
Re: multiple Cmores, 1 DoMore
« Reply #4 on: November 20, 2016, 10:42:45 PM »
Sure you can use multi C-more Micros on one Do-more. I currently using 2 mixed micros on my Do-more project and planing to install a third one. One of the C-mores is an older mono display with the other a newer color display. I have them connect to the H2-SERIO, not the /4 model. I also using ERM100 connected to multiple EBC also. Then I wrote code for sync the displays for some of the of the display pages and other I left to operate individually.
« Last Edit: November 20, 2016, 10:52:30 PM by LWgreys »