Quellcode durchsuchen

Merge branch 'master' of ssh://10.10.100.21/source/mes-client

Hcsy vor 8 Jahren
Ursprung
Commit
44ee3c3233
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 5 0
      UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

+ 5 - 0
UAS-MES/FunctionCode/Make/Make_PackageCollectionWeigh.cs

@@ -90,6 +90,11 @@ namespace UAS_MES.Make
             catch (Exception) { }
             thread = new Thread(getSerialData);
             try
+            {
+                OutBoxLength.Text = BaseUtil.GetCacheData("OutBoxLength").ToString();
+            }
+            catch (Exception) { }
+            try
             {
                 GetData = true;
                 serialPort1.PortName = ComList.Text;