hwh
2024-08-30 e9367782f0aba66b787adecd7584b1b23e5fd5bc
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()
    {