-
I'm using the deviceinfo.py code for reading the device info of the plc..I'm using CX9020 plc
IP Address of PLC: 192.168.0.60
amsnetid : 5.35.137.56.1.1
port: 801
from pyads import *
with Ads…
-
In your library the amsPort has to be in the range (801-891) but mi IIS assign me the port 35347. So when I try to run the example I have the next error: "TAME library error: AMS Port Number (35347) i…
-
Hi,
First of all, thank you for sharing this amazing project. :+1:
I have been using your package successfully in Ubuntu 16.04 and I have managed to both read and write variables to my Beckhoff…
-
Hi,
First of all, thank you so much for sharing this library. It's an amazing effort and it has made my life so much easier... at least on Windows! :wink:
I have a Beckhoff CX9020 running with …
-
After moving my code from Windows to Linux I get crashes after the second notification. Both running pyads 2.2.5
**This is an example of code that works on Windows but crashes on Linux:**
```
imp…
-
I get the following error when trying to open the "test explorer" after installing the GoogleTestAdapter. The problem goes away if I disable the plugin.
I attach the information I can extract about…
-
Hi, I noticed that there is no support for the computer running your library to have multiple network interfaces, each with ads machines on.
For example two networks cards, each with an ADS machine…
-
Hey!
Thanks for a great plugin.
I have problems reading from OPC server it gets "Connection erro" after 60 seconds. Writing is no trouble.
in debug
----------------------------------------------…
-
Hi,
I'm trying to get this going again, I'm having trouble getting it to work, connecting to a TwinCAT 3 PLC.
Here is my code:
```
from pyads import *
with AdsDevice(amsTarget="169.254.70.86.1.1:85…
-
I cloned the latest version into a VMware with TC2 v2.11.2248 installed. It compiled smoothly with no error.
So I tried to run the example with necessary changes:
- at line #193, I changed from AMSP…