浏览代码

彩盒称重重量单位设置

Hcsy 8 年之前
父节点
当前提交
b5f0021a23
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      UAS-MES/FunctionCode/Make/Make_ColorBoxWeigh.cs

+ 2 - 0
UAS-MES/FunctionCode/Make/Make_ColorBoxWeigh.cs

@@ -161,6 +161,8 @@ namespace UAS_MES.Make
                             try
                             {
                                 weight.Text = Regex.Replace(serialPort1.ReadLine(), "\\D+", "");
+                                if (pr_colorboxunit.Text == "kg")
+                                weight.Text = (float.Parse(weight.Text) / 1000).ToString();
                             }
                             catch (Exception)
                             {