-
I can't open a project for windows 10 64 bits, through 32 bit libraries, what would be the way to open *. project with its corresponding libraries for 64 bits?
-
I'm learning how to use ADS and I have a bit of C++ code that works well, but when I transfer it to C# I'll get the error "Ads-Error 0x701 : Service is not supported by server". Beckhoff's website lis…
-
I'm trying to write a plugin for our data collection tool to pull data out of a Twincat system, I have to confess to not being a Twincat user so the issue is almost certainly my understanding or lack …
-
I was building a Test Method a function block with CASEs. To be able to check how the function block loops through the cases, it was possible to enter the FB multiple times. For a certain CASE, i did …
-
I have created a **testing project** to run unit tests using **TCunit framework** and wanted to link files from **development project** worked by another colleague.
But there is only Add option when …
-
When running the example project (simple) with 4020.32 the following result is returned:
==========TESTS FINISHED RUNNING==========
Test suites: 0 …
-
Hi there, I apologise if this is really simple to solve. However, I can't manage to get the examples working.
I'm using TwinCat 3. I've created the ADS server and it works. This can be confirmed a…
-
Hi,
trying to run the C++ example (on macOS) to connect to your "PLC-TestProject" on TwinCAT 3 running on a Windows 10 Laptop.
Connecting seems to work (ping and telnet is fine, output below say…
-
Dear,
I'm working on implementation of reading PLC with TwinCAT 2 from .NET application.
On windows, I succeed, and all is good.
But on Linux (using mono) I cannot connect to PLC.
I installed…
-
When running on linux using the Connection class:
```python
import ads
import time
pyads.open_port()
pyads.set_local_address('192.168.27.2.1.1')
pyads.close_port()
plc = pyads.Connection(…