wxw
2024-08-30 d9e59ed2e947aff29b7c21a9b0e8b6e12d741692
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()
    {