Fix multiple poller situational problems

This commit is contained in:
Felix Weiß
2023-07-27 19:03:02 +02:00
parent 1f33ebb8d3
commit 38b83affd7
32 changed files with 1243 additions and 130 deletions

View File

@@ -67,9 +67,6 @@ internal class Program {
plc.ConfigureConnection("192.168.178.55", 9094);
await plc.ConnectAsync();
//await plc.SendCommandAsync($"%EE#RR0000100");
//await plc.SendCommandAsync($"%EE#RCCR09030903");
await plc.SendCommandAsync($"%EE#RP0000000067");
}