S19 Reading Log Entries from a PLC

This example shows how to connect to a PLC, read back the logger names and then get the log entries for a particular logger. It also demonstrates how to handle asyncronous services.

To run the example, just add the attached code to any of your plugins and call the top-most method "GetLogEntries()" from one of your commands (or a button on the user interface). You will also need to add references to the interfaces as indicated by the using directives.

Once your build succeeds, you just have to start CODESYS, open any existing IEC project, select the PLC in the device tree and trigger the code.

LoggerExample.cs

7 KB

14.04.2021