Switch to desktop version  
Polling data from AB PLC with CIP - Printable Version

+- Ewon Technical Forum (https://techforum.ewon.biz)
+-- Forum: Development (https://techforum.ewon.biz/forum-50.html)
+--- Forum: Ewon Embedded Technology (https://techforum.ewon.biz/forum-51.html)
+---- Forum: Field Data Acquisition (https://techforum.ewon.biz/forum-2.html)
+---- Thread: Polling data from AB PLC with CIP (/thread-653.html)



Polling data from AB PLC with CIP - ohad - 24-06-2018

Hi
I'm trying to poll data from a micrologix5000 PLC 
the tags are arranged in a hierarchical order like so:
ProjectName/main/input/whatever
the protocol is Ethernet IP/CIP


RE: Polling data from AB PLC with CIP - simon - 24-06-2018

Hi,

Please check that link
https://websupport.ewon.biz/support/product/slc-plc5-micrologix-family/slc-plc5-micrologix-family

Simon


RE: Polling data from AB PLC with CIP - ohad - 25-06-2018

[attachment=372 Wrote:Simon pid='2130' dateline='1529843754']Hi,

Please check that link
https://websupport.ewon.biz/support/product/slc-plc5-micrologix-family/slc-plc5-micrologix-family

Simon

thank you
but can't I poll these tags the same easy way I do with my HMI (Jmobile):

  jmobiletagsexample.JPG (Size: 62,72 KB / Downloads: 16)
:


RE: Polling data from AB PLC with CIP - simon - 27-06-2018

I think no.
However, have you tried the IOServer "ABLOGIX". This one uses EthernetIP protocol but Tags are defined with Tag names (not Tag addresses like DF1).
This is not supposed to be the right one for this PLC but you could try anyway ;-)

Simon


RE: Polling data from AB PLC with CIP - ohad - 29-07-2018

(27-06-2018, 05:31 PM)Simon Wrote: I think no.
However, have you tried the IOServer "ABLOGIX".  This one uses EthernetIP protocol but Tags are defined with Tag names (not Tag addresses like DF1).
This is not supposed to be the right one for this PLC but you could try anyway ;-)

Simon

Doesn't completely work. It wil allow me to read tags only at the first and second level of the hierarchy.


RE: Polling data from AB PLC with CIP - Jean-Yves - 01-08-2018

What do you mean by level of hierarchy?  give me some example.


RE: Polling data from AB PLC with CIP - ohad - 16-08-2018

Ok
So say I have something like that: system>component>subcomponent>item.
I can read tags from the "system" and "component" levels only.


RE: Polling data from AB PLC with CIP - Jean-Yves - 17-08-2018

As our ABLogix IOserver is normally limited at tag name, it's not so bad and I'm surprised it's working.