News:

  • June 28, 2026, 05:58:06 PM

Login with username, password and session length

Author Topic: Remote Access using DoMore Designer  (Read 24708 times)

srjeffers00

  • Newbie
  • *
  • Posts: 2
Remote Access using DoMore Designer
« on: February 07, 2013, 07:33:30 PM »
One of the features I like for DoMore PLC is the ability to access the PLC remotely. Unfortunately, I'm not an IT wizard and I'm having trouble getting connected. 2 questions:
1) Is it possible to setup a demo like the Dl series to allow people to "practice".
2) Anyone using the connect remote feature with success?
Thanks for any help.

Rastus81

  • Jr. Member
  • **
  • Posts: 15
Re: Remote Access using DoMore Designer
« Reply #1 on: February 07, 2013, 10:16:09 PM »
One of the features I like for DoMore PLC is the ability to access the PLC remotely. Unfortunately, I'm not an IT wizard and I'm having trouble getting connected. 2 questions:
1) Is it possible to setup a demo like the Dl series to allow people to "practice".
2) Anyone using the connect remote feature with success?
Thanks for any help.

I have just recently established a remote connection to my c-more hmi, (which is connected to a do-more), I can use the hmi via the internet. Is this what you are trying to do? I couldn't get mine working until i used DHCP addressing on the hmi.

srjeffers00

  • Newbie
  • *
  • Posts: 2
Re: Remote Access using DoMore Designer
« Reply #2 on: February 08, 2013, 11:05:44 AM »
My goal is to be able to monitor the PLC program logic (and state).  I have done some C-more stuff in the past by intranet and would like to get the e-mail function working, but I'm sure that's on my end.

Greg

  • HostTech
  • Host Moderator
  • Hero Member
  • *****
  • Posts: 702
  • Hmmm...
    • Host Engineering, Inc.
Re: Remote Access using DoMore Designer
« Reply #3 on: February 11, 2013, 11:43:03 AM »
srjeffers00, we will probably put an H2-DM1E on the Internet like the DL-PLC we have out there. We just haven't done it yet. But it's on the list to do.  :)
There are two types of people in the world; those that can extrapolate from incomplete data sets.

mhw

  • Hero Member
  • *****
  • Posts: 250
Re: Remote Access using DoMore Designer
« Reply #4 on: September 27, 2013, 04:20:40 PM »
I am trying to connect H2-DM1E using port forwarding. When I click "atuo" on the configure link dialog the application locks. I have force an end to DMD. I am tring to get this going today because I will be out of town this weekend and need to be able to have access. Any ideas?
FYI I am able to reach the C-more on this job via port forwarding.
« Last Edit: September 27, 2013, 04:29:00 PM by mhw »

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: Remote Access using DoMore Designer
« Reply #5 on: September 29, 2013, 04:23:15 PM »
Another Do-More remote access question (though not internet).  I have an application (with a competitive PLC) where the PLC is at a remote location being accessed as a Modbus slave by a PC-based HMI at an office location, via radio modem.  Naturally we wanted to be able to troubleshoot and make program changes from the office as well, but the PLC port could only be configured as a programming port OR a Modbus port, and we certainly didn't want to have to add a second radio.  Turned out in that case, the answer was simple -- since we were on RS485 anyway, all we needed to do was add a second com port to the PLC, and with this PLC, you could add additional ports for like $35 a pop.

Now, naturally, I'd like to do future copies of that project on Do-More, but the program-and-Modbus-on-a-single-wire may be the sticking point.  Adding additional ports to a 205 is not as clean, especially if you want 485 ports.  The lowest-cost and cleanest way I'm aware of would be to buy a SERIO card, plus convert either one of the 232 ports on the SERIO card or the onboard port to 485, then daisy chain the two to the radio, but that still feels pretty kludgey and unnecessarily expensive.  Is there a cleaner way to do this?  Can a serial port in Do-More simultaneously be ready to work as a programming port and a Modbus slave?  I know that's easy with the Ethernet port, do that all the time, but that would require changing the radio, which means I have to change the mated radio, etc., which I really don't want to do.
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: 3827
    • Host Engineering
Re: Remote Access using DoMore Designer
« Reply #6 on: September 29, 2013, 05:18:59 PM »
Now, naturally, I'd like to do future copies of that project on Do-More, but the program-and-Modbus-on-a-single-wire may be the sticking point.  Adding additional ports to a 205 is not as clean, especially if you want 485 ports.  The lowest-cost and cleanest way I'm aware of would be to buy a SERIO card, plus convert either one of the 232 ports on the SERIO card or the onboard port to 485, then daisy chain the two to the radio, but that still feels pretty kludgey and unnecessarily expensive.  Is there a cleaner way to do this?
Absolutely - Ethernet.  Serial Ports are highly limiting - they do 1 thing great.  Why not use Ethernet for this purpose?  The bandwidth is excellent (compared to serial) and you can do multiple tasks remotely.  I know there are radio Ethernet modems available - ADC sells one.  You can use the built-in Ethernet port on a DM1E, or an ECOM100 if that Ethernet port is not available for being on The Internet.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: Remote Access using DoMore Designer
« Reply #7 on: September 29, 2013, 05:30:43 PM »
The whole changing the radios thing.  The radios we're using I don't think are available in an Ethernet version, and I haven't seen any Ethernet ones that are as clean.   I haven't checked out the ADC offering, but will do so.
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: Remote Access using DoMore Designer
« Reply #8 on: September 29, 2013, 05:34:47 PM »
So I haven't looked yet, but assuming I don't like the ADC Ethernet radios, as a plan B, is there any easier way than I outlined to either get two 485 ports on a Do-More or to somehow automatically or remotely get a single port to change back and forth between programming and Modbus mode?  (Doesn't have to do both simultaneously, just be able to accommodate both without physical intervention).  Maybe be able to set a bit via Modbus that puts it in program mode, then time-out or set some data point via DMD to revert it to Modbus mode?

UPDATE:  After checking, it looks like ADC no longer sells radio modems in general, plus the Ethernet one they did have costs about four times as much as the serial ones we're using, plus they all, Ethernet and serial, seem to have been 2.4GHz, and in most of these apps I'm going to want 900MHz for more range.
« Last Edit: September 29, 2013, 05:50:03 PM by Controls Guy »
I retract my earlier statement that half of all politicians are crooks.  Half of all politicians are NOT crooks.  There.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: Remote Access using DoMore Designer
« Reply #9 on: September 30, 2013, 06:21:20 PM »
So assuming ethernet isn't feasible, is there a way to control port configuration remotely or an easier path than the one outlined to get two 485 ports?
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: 3827
    • Host Engineering
Re: Remote Access using DoMore Designer
« Reply #10 on: September 30, 2013, 09:10:30 PM »
The protocol must be fixed/bound on a specific serial port.

Controls Guy

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 3612
  • Darth Ladder
Re: Remote Access using DoMore Designer
« Reply #11 on: September 30, 2013, 09:14:46 PM »
Right, but is there a way to flip the configuration remotely (possibly as detailed before, or via some other method), and if not, is there a simpler way than the one I outlined to get two 485 ports on one Do-More???

For example, in DL Classic, all the port config is stored in special V-Memory.  Thus if it were configured for Modbus, I could either write directly to that register USING Modbus, or to another register to give that transaction time to complete, then change the controlling register via ladder.

How to switch back from ladder mode to Modbus?  Easy, either change the port config using Directsoft or more ladder that monitors the port for activity and reverts to Modbus after some defined period of silence.

Can something like that be done in Do-More?

OR.....just getting two 485 ports which I can daisy-chain to the radio, and have two different port addresses and two different configurations (one Modbus, one DMD).  This should work, but the only way I've thought of to do it is expensive and IMO kludgey, so I was asking for alternate ways of getting two 485 ports in a Do-More.

Any ideas?
« Last Edit: September 30, 2013, 09:23:45 PM by Controls Guy »
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: 3827
    • Host Engineering
Re: Remote Access using DoMore Designer
« Reply #12 on: September 30, 2013, 09:58:38 PM »
No.  Multi-drop 485 needs 1 Master talking 1 protocol with a byte in the Master request packet designating the Slave ID.  Do-more protocol does not look like Modbus, so the various slaves would have a hard time differentiating packets.

Also, there is no System V memory that can be manipulated to dynamically change the protocol on the fly.

You are going to need 2 separately wired networks that talk 2 different protocols.  That's the limitation of serial, and why Ethernet and IP is so powerful for networking (one wire can support hundreds of "ports").

CReese

  • Hero Member
  • *****
  • Posts: 184
Re: Remote Access using DoMore Designer
« Reply #13 on: October 17, 2013, 02:57:20 PM »
Ethernet FTW.