Admin.NET/WCS.Application/PLC/PLCUtil.cs
@@ -21,9 +21,9 @@ _client = new SiemensClient((SiemensVersion)modPlc.PLCType, modPlc.IP, modPlc.Port); _client.Open(); } public bool Connected() public bool Connected { return _client.Connected; get { return _client.Connected; } } public IoTClient.Result Open() {