News:

  • July 07, 2026, 02:09:48 AM

Login with username, password and session length

Author Topic: Please help me interface a Cmore micro to the do more  (Read 15145 times)

AustinT

  • Full Member
  • ***
  • Posts: 35
Please help me interface a Cmore micro to the do more
« on: February 27, 2016, 07:50:18 PM »
Hello,

   I have tried for a few hours to connect a c more micro to a do more and am not having success.   I have used the C more with other plc's with success .   This is my first time to try the do More PLC.   
I am using the H2-DM1E with a serial cable between the CPU and PORT 2 on the C more.  The config in the do more is set to MODBUS RTU Slave, 9600,8,n,1,unconditional, follows transmitter.

The c more is a EA3-T6CL  9600,8,n,1 station 1, RS 485 -no, timeout --40 , port time 0, memory version 1. 

I am getting receives on the do more but its not talking back

Thanks


Mike Nash

  • Hero Member
  • *****
  • Posts: 652
Re: Please help me interface a Cmore micro to the do more
« Reply #1 on: February 27, 2016, 08:07:44 PM »
This works for me.


BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Please help me interface a Cmore micro to the do more
« Reply #2 on: February 27, 2016, 08:40:10 PM »
The H2-DM1E's port is RS232...not RS485.
"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

AustinT

  • Full Member
  • ***
  • Posts: 35
Re: Please help me interface a Cmore micro to the do more
« Reply #3 on: February 27, 2016, 08:54:39 PM »
The H2-DM1E's port is RS232...not RS485.

Thank you both for the quick reply.  I probably was not very clear when I wrote " RS 485 -no"
I am using 232.   Can you think of anything else I could be missing ?


Thanks

AustinT

  • Full Member
  • ***
  • Posts: 35
Re: Please help me interface a Cmore micro to the do more
« Reply #4 on: February 27, 2016, 09:03:02 PM »
Thank You Mike Nash,

It was the Do-More programming selection that I was missing.   In one of the automation direct videos they used the RTU slave so I always just left it on that setting.   It is working great now.

Its nice to have a forum that has good quick responses.  Thank you all

BobO

  • Host Moderator
  • Hero Member
  • *****
  • Posts: 6164
  • Yes Pinky, Do-more will control the world!
Re: Please help me interface a Cmore micro to the do more
« Reply #5 on: February 27, 2016, 09:08:47 PM »
Thank You Mike Nash,

It was the Do-More programming selection that I was missing.   In one of the automation direct videos they used the RTU slave so I always just left it on that setting.   It is working great now.

Its nice to have a forum that has good quick responses.  Thank you all


Sorry, I know next to nothing about C-more. Glad it's working though! Ask something about Do-more and I have a decent chance of knowing the answer. ;)
"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

AustinT

  • Full Member
  • ***
  • Posts: 35
Re: Please help me interface a Cmore micro to the do more
« Reply #6 on: February 27, 2016, 10:26:34 PM »
Thanks BobO
I will take you up on that :)

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3619
  • Darth Ladder
Re: Please help me interface a Cmore micro to the do more
« Reply #7 on: February 28, 2016, 12:44:07 PM »
Wait, if the C-More was set to talk to a Modbus/RTU slave, why would the Do-More port config want to be set as a programming port and not a Modbus slave?

Or was the C-More set for Do-More protocol and the Do-More was on Modbus/RTU?
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

franji1

  • Bit Weenie
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 3833
    • Host Engineering
Re: Please help me interface a Cmore micro to the do more
« Reply #8 on: February 28, 2016, 05:39:19 PM »
Wait, if the C-More was set to talk to a Modbus/RTU slave, why would the Do-More port config want to be set as a programming port and not a Modbus slave?

Or was the C-More set for Do-More protocol and the Do-More was on Modbus/RTU?

It shouldn't.  However, at the initial release of Do-more back a few years (Do-more shipped in 2012), C-more did not yet have a Do-more driver, so you had to use either a Modbus driver or a DL driver.  Hence, there are probably some old videos/web pages out there that show "here's how to connect a C-more to the new Do-more PLC", with it showing Modbus/RTU as the "driver".  C-more has had a Do-more driver for a number of years now, so the legacy DL and Modbus mechanisms are no longer required (although you COULD still use the Modbus or DL serial driver if your C-more masters on a 485 with multi-drops to legacy DL PLCs XOR Modbus/RTU slaves along with a Do-more PLC).

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3619
  • Darth Ladder
Re: Please help me interface a Cmore micro to the do more
« Reply #9 on: February 29, 2016, 11:50:44 AM »
Quote
However, at the initial release of Do-more back a few years (Do-more shipped in 2012), C-more did not yet have a Do-more driver, so you had to use either a Modbus driver or a DL driver.  Hence, there are probably some old videos/web pages out there that show "here's how to connect a C-more to the new Do-more PLC", with it showing Modbus/RTU as the "driver".  C-more has had a Do-more driver for a number of years now, so the legacy DL and Modbus mechanisms are no longer required (although you COULD still use the Modbus or DL serial driver if your C-more masters on a 485 with multi-drops to legacy DL PLCs XOR Modbus/RTU slaves along with a Do-more PLC).

Ah, got it.   I tend to like to use Modbus as my comms protocol regardless of whose PLC and HMI I'm using, even if they're the same brand, because it modularizes the app.  EVERYBODY talks Modbus -- Even AB, the last holdout, finally caved and supports it on many of their PLC's and HMI's.  If I do the app again and one of the components isn't available or I no longer want to use it, I can easily swap it out with minimal impact on the other black box.  I assumed that was what he was doing.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.