I want to build a standalone small application in C# which can listen to messages from the PLC. We use Twincat.
Is there a way I can read messages send via ADSLOGSTR from the PLC to the application? (Or which way others...)
We need this kind of tracing to troubleshoot issues in the PLC software on a running machine. When it can be done live, it's saves a lot of timeloss.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to build a standalone small application in C# which can listen to messages from the PLC. We use Twincat.
Is there a way I can read messages send via ADSLOGSTR from the PLC to the application? (Or which way others...)
We need this kind of tracing to troubleshoot issues in the PLC software on a running machine. When it can be done live, it's saves a lot of timeloss.