ohad
Joined:
Jul 2017
Posts:
4
Threads:
1
|
|
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
|
simon
Joined:
Mar 2016
Posts:
2.749
Threads:
127
|
|
|
ohad
Joined:
Jul 2017
Posts:
4
Threads:
1
|
|
[attachment=372 Wrote:Simon pid='2130' dateline='1529843754']Hi,
Please check that link
https://websupport.ewon.biz/support/prod...gix-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)
:
|
simon
Joined:
Mar 2016
Posts:
2.749
Threads:
127
|
|
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
|
ohad
Joined:
Jul 2017
Posts:
4
Threads:
1
|
|
(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.
|
Jean-Yves
Joined:
Mar 2016
Posts:
238
Threads:
47
|
|
01-08-2018, 11:08 AM
(This post was last modified: 01-08-2018, 11:09 AM by Jean-Yves.)
What do you mean by level of hierarchy? give me some example.
|
ohad
Joined:
Jul 2017
Posts:
4
Threads:
1
|
|
Ok
So say I have something like that: system>component>subcomponent>item.
I can read tags from the "system" and "component" levels only.
|
Jean-Yves
Joined:
Mar 2016
Posts:
238
Threads:
47
|
|
As our ABLogix IOserver is normally limited at tag name, it's not so bad and I'm surprised it's working.
|