Need Help to understand the query generated by logixdriver #324
mrudulachougule
started this conversation in
General
Replies: 2 comments
-
|
What PLC are you trying to connect to? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Are you trying to connect to a ControlLogix PLC or the RTA Ethernet/IP server? If the latter, you'll want to use the generic CIP driver, not the LogixDriver... |
Beta Was this translation helpful? Give feedback.
0 replies
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 have RTA Ethernet IP server running on my Ubuntu 20.04 OS. I am using LogixDriver from pycomm3. When I tried opening connection, it does not allow. I am getting the below errors. Please share your thoughts on the same. Also would like to now the service code used for connection in LogixDriver,
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "", line 1, in
File "/home/mrudula/.local/lib/python3.8/site-packages/pycomm3/logix_driver.py", line 165, in open
self._initialize_driver(**self._init_args)
File "/home/mrudula/.local/lib/python3.8/site-packages/pycomm3/logix_driver.py", line 174, in _initialize_driver
self._info = self.get_plc_info()
File "/home/mrudula/.local/lib/python3.8/site-packages/pycomm3/logix_driver.py", line 336, in get_plc_info
raise ResponseError("Failed to get PLC info") from err
pycomm3.exceptions.ResponseError: Failed to get PLC info
Beta Was this translation helpful? Give feedback.
All reactions