SoftBeckhoff icon indicating copy to clipboard operation
SoftBeckhoff copied to clipboard

Virtual Beckhoff PLC for local testing with docker support

Results 5 SoftBeckhoff issues
Sort by recently updated
recently updated
newest added

hey @fbarresi thanks for this amazing docker. i want to connect to this docker via [pyads](https://pypi.org/project/pyads/). the pyads' documentation provides a simple code example: ```py import pyads # Connection(ams_net_id: str...

enhancement
question

How to test, how to use twincat client to read test data

Hello, I am trying your virtual-plc and I have an issue. When I start the program on my machine everything works fine and I can read and write values in...

I have started the docker container, and can connect to the swagger API using a web browser, but I don't know how to add a route to the softBeckhoff PLC....

documentation

In the default server, calling [GET: /symbols/test3](http://localhost:8080/symbols/test3) results in 500 Server error. I would have expected a 404. `System.ArgumentException: Symbol not found! at SoftBeckhoff.Services.BeckhoffServer.ReadSymbol(String name) in /app/Services/BeckhoffServer.cs:line 67 at SoftBeckhoff.Services.BeckhoffService.GetSymbol(String...

enhancement