wangxinhui
2026-03-17 febcd0c73b51b17f484ff9a9a189b1f85130c2f7
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":