mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 11:11:23 +00:00
Fix queue and dc issues
This commit is contained in:
@@ -26,7 +26,6 @@ internal class Program {
|
||||
|
||||
//connect async to the plc
|
||||
await plc.ConnectAsync();
|
||||
await plc.SendCommandAsync($"%EE#RP0000000004");
|
||||
|
||||
//check if the connection was established
|
||||
if (!plc.IsConnected) {
|
||||
|
||||
Reference in New Issue
Block a user