Replies: 2 comments 1 reply
-
Use Wireshark and compare the capture of pycomm3 reading the same data. The |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, I've seen this suggestion in the other discussion, however we are not allowed to install and use Wireshark or similar software in the company. That's why I decided to drop a post with details of the settings, hoping there’s a chance you might notice something improperly configured that I may have overlooked. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm a member of software team which is responsible for collecting data from PLCs (we don't have physical access to them).
We already use digital petri library and read a data from devices where backplane slot = 0 and works as expected.
Connection settings are like below:
Now we want to connect to new PLC which has backplane slot = 1 and I'm able to connect to this device, but I can't read tags.
I searched through discussions already and did some tests by changing the backplane in PaddedEPath parameter to 1:
PaddedEPath connectionPath = new PaddedEPath(new PortSegment(1, new byte[]{(byte) 1}));
I have also tested when it is empty:
However I observe errors like below, depends on which test case I run:
I'm almost sure that the PLC is setup correctly, because I'm able to read a tag from it using pycomm3 lib in python with connection path "ip_address/backplane/1".
PLC info I got from ListIdentity when connected:
I don't have access to EDS files yet.
Any advice welcome,
Thanks,
Jarek
Beta Was this translation helpful? Give feedback.
All reactions