From d34639b1dbdb26868af84d5f6fa67ff60fc1f73b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Mon, 20 Jun 2022 17:19:18 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6dc8c5..41596b5 100644 --- a/README.md +++ b/README.md @@ -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