- fixes #11
- fixes #12
- fixes #13
- fixes #14
This commit is contained in:
Felix Weiß
2023-11-13 10:08:06 +01:00
parent 6dd2a1688a
commit 19db0a9daa
8 changed files with 58 additions and 31 deletions

View File

@@ -14,6 +14,7 @@ internal class Program {
//the library provides a logging tool, comment this out if needed
Logger.LogLevel = LogLevel.Critical;
Logger.OnNewLogMessage((t, l, m) => { Console.WriteLine(m); });
//create a new interface to the plc using ethernet / tcp ip
//the using keyword is optional, if you want to use your PLC instance