Update README.md

This commit is contained in:
Felix Weiß
2022-06-20 17:19:18 +02:00
committed by GitHub
parent 2499ea3a60
commit d34639b1db

View File

@@ -66,7 +66,7 @@ Logger.OnNewLogMessage((date, msg) => {
});
//setting up a new PLC interface
MewtocolInterface interf = new MewtocolInterface("10.237.191.3");
MewtocolInterface interf = new MewtocolInterface("192.168.115.5");
await interf.ConnectAsync();
```
@@ -124,7 +124,7 @@ Logger.OnNewLogMessage((date, msg) => {
});
//setting up a new PLC interface and register collection
MewtocolInterface interf = new MewtocolInterface("192.168.115.3");
MewtocolInterface interf = new MewtocolInterface("192.168.115.5");
TestRegisters registers = new TestRegisters();
//attaching the register collection and an automatic poller