Closed Stenters closed 1 week ago
Hi, there are two things:
First, please always run your core logger. Right now, as soon as it's initialised it will not get called anymore. It should run in every cycle of the PLC. See the first code snippet in the Readme.
Second, if the first suggestion doesn't solve the issue try removing the whitespace from your path.
That was it! I moved the core logger RunLogger() method to the main program, and it works now! Thank you!
This may be a user issue, but I have followed the configuration as per the documentation, and while I can log to ADS, I cannot write logs to the filesystem. Any advice on what the issue may be would be appreciated! My setup is the following:
Main Variable list
Main Body
Main.initialize() Body