diff --git a/Examples.BasicEthernet/Program.cs b/Examples.BasicEthernet/Program.cs index 7ec537c..810981b 100644 --- a/Examples.BasicEthernet/Program.cs +++ b/Examples.BasicEthernet/Program.cs @@ -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) { diff --git a/Examples.WPF/MainWindow.xaml b/Examples.WPF/MainWindow.xaml index 895407b..57867ca 100644 --- a/Examples.WPF/MainWindow.xaml +++ b/Examples.WPF/MainWindow.xaml @@ -8,7 +8,7 @@ mc:Ignorable="d" MinWidth="500" MinHeight="400" - Height="600" + Height="850" Width="800" Title="MewtocolNet WPF Demo"> @@ -100,7 +100,14 @@ - + + + + +