-
Hello Federico, I could write to you in Italian, as I guess you are from Italy, but for letting more people understand I will use my basic English. First of all many compliments for all your projects. They are all impressive. I will study each line of code of all them. If I am not wrong what you are doing with SoftBeckhoff is a C# .NET ADS Server that will be able to expose variables through symbols. I have some skills in PLC programming and in 'classic' C# programming. I am a little late with my skills in the new .NET core flavour. I have no skills in web technologies (REST, containers, ASP .NET, ...): I am trying to fill the gap. So, let's go to the question... I am quite sure that any skilled 'web' programmer will fix this in microseconds. But I still have to study a lot... May you help me (and every one else with the same issue)? Thank you in advance. Ciao Alberto Utili |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi Alberto! I'm really sorry, I forgot to reply you. 😭 I will write a reply this evening! Best regards, |
Beta Was this translation helpful? Give feedback.
-
Hi Federico,
thank you very much.
In the meanwhile I am studying parts of your code.
Really interesting the possibility to expose
symbols also from .net ads servers.
Best regards
Alberto
|
Beta Was this translation helpful? Give feedback.
-
Ok, Alberto! Here a quick guide about how to run the software. DisclaimerThe software ist still under development: It may be buggy. Prerequisites
Build and run the code
Now you have SoftBeckhoff running on your PC! 🥳 I'm assuming your are running the software locally, so you would not need a Twincat ADS Router. Setup a SymbolYou would see the API Addresses opened by the software in the console: Start a Client
I hope you can get started with this quick guide. |
Beta Was this translation helpful? Give feedback.
Ok, Alberto!
Here a quick guide about how to run the software.
Disclaimer
The software ist still under development: It may be buggy.
In case of errors please keep calm and open an issue in Github.
Prerequisites
Build and run the code
cd SoftBeckhoff
dotnet run SoftBeckhoff.csproj --add-router=false --urls=http://localhost:5000
Now you have SoftBeckhoff running on your PC! 🥳
I'm assuming your are running…