Federico Barresi
Federico Barresi
Hi! They are actually all 4 still supported (for backward capability) but for a better understanding I advise to use `ReadFile` and `WriteFile`. The problem with `Read` and `Write` is...
Hi! I suppose the recursive search on the whole PLC program variables I added time ago makes problems in this case. I added a flag that only includes global persistent...
Hi! Thank you for reporting this issue. Actually the software always calls the methods with the "Permanent" flag. ```csharp public IAsyncResult BeginSetNameRequest(PhysicalAddress destination, string name) { byte[] bytes = Encoding.ASCII.GetBytes(name);...
Hi Martin! Thank you for doing the test! You can upload the video on youtube and share it in the conversation.
Hi! You should create a router before you attempt to connect. In the same way you would do with a normal plc. I think the ads ignore all communication attempts...
Hi! Please, apologize my late answer. No, it should not work in this way... Did you make sure you used the json attribute in your structure? Can you post an...
with the json attribute I'm referring to this: https://github.com/fbarresi/BeckhoffJsonReadWriter/tree/master#the-json-attribute
Hi! Can you please explain me your use case? Do you want to connect the software to the twincat engineering?
Hi! Thank you for your explanation. Basically you just have to setup a route on your machine (unidirectional). Then you can setup the other direction of the route for your...
Hi! 0. There is a route already configured, that you see in docker log. I put it as default in [appsettings.json](https://github.com/fbarresi/SoftBeckhoff/blob/master/SoftBeckhoff/appsettings.json) So everybody can see the default structure if starting...