News:

  • July 01, 2026, 04:04:22 AM

Login with username, password and session length

Author Topic: Do-more ethernet modbus etc  (Read 7669 times)

azeotrope

  • Jr. Member
  • **
  • Posts: 10
Do-more ethernet modbus etc
« on: April 09, 2015, 09:08:06 PM »
Hello all,

I have do-more's on an ethernet loop; works fine and if I have AD drivers (like for Durapulse drives) everything is really  easy.

I have other equipment that I would like to use to supply information to on or several do more units.
I have some EH flowmeters attached through a FXA520 fieldgate

http://www.endress.com/en/Tailor-made-field-instrumentation/level-measurement/20288

The fieldgate takes HART data and makes it available through a webserver, all well and good.

I want to send this data to a DO-more I talked to the EH guys and they are not much help for non EH items; they mentioned having the PLC poll the fieldgate but I have had no luck yet.

Anyone have some ideas?

Thanks,

Tom J.

plcnut

  • Hero Member
  • *****
  • Posts: 814
    • premiersi.com
Re: Do-more ethernet modbus etc
« Reply #1 on: April 10, 2015, 06:48:26 AM »
I do not have the time to study the gateway documentation to see what all it can output. It does appear that it can serve XML data from the webserver. If you can configure the webserver to serve the desired data in xml style, then you can set up your Do-More something like this:
1) OPENTCP GatewayConnection to the Gateways IP and the proper port.
2)STREAMOUT This should be a string something like this: "http://10.0.0.21:80/MyConfiguresPageData.xml
3) GatewayConnection.InQueue != 0 THEN STREAMIN to MyIncomingBufferName
4) CLOSE GatewayConnection
5) Trigger a new program/task to parse the xml data (We can help you work through this once you get the previous steps working).
Circumstances don't determine who we are, they only reveal it.

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

ATU

  • Internal Dev
  • Hero Member
  • ****
  • Posts: 2126
  • YKPAIHA
    • ATU, Inc.