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":