wangxinhui
2024-12-26 78b99e5348592a29ca1393a5e13db619cc4eba56
wcs-server-hbf/WIDESEA_WCS/WCSClient/PLCClient.cs
@@ -69,9 +69,13 @@
        /// </summary>
        public bool IsConnected { get; set; } = false;
        public dt_plcinfohead Head { get; set; }
        public List<dt_plcinfodetail> Plcinfodetails { get; set; }
        public PLCClient(dt_plcinfohead head, List<dt_plcinfodetail> plcinfodetails)
        {
            PLCType = head.plcinfo_type;
            Head = head;
            Plcinfodetails = plcinfodetails;
            switch (PLCType)
            {
                case "SiemensPLC":