| | |
| | | using System.Reflection; |
| | | using System.Text; |
| | | using System.Threading.Tasks; |
| | | using WIDESEAWCS_Common.WeightThicknessEnum; |
| | | using WIDESEAWCS_Communicator; |
| | | using WIDESEAWCS_Core.Helper; |
| | | using WIDESEAWCS_ISystemServices; |
| | |
| | | |
| | | if (a == 1 && b == 1 && c == 1 && d == 1 && e == 1 && f == 1 && g == 1 && h == 1) |
| | | { |
| | | dt_thickness.qualified = 1; |
| | | dt_thickness.qualified = (int)WeightThicknessEnum.yes; |
| | | } |
| | | else |
| | | { |
| | | dt_thickness.qualified = 0; |
| | | dt_thickness.qualified = (int)WeightThicknessEnum.on; |
| | | } |
| | | //åºé´å¼ |
| | | dt_thickness.interval = tza1 + "-" + tza2+","+ tzb1 + "-" + tzb2 + "," + tzc1 + "-" + tzc2 + "," + tzd1 + "-" + tzd2 + "," + tze1 + "-" + tze2 + "," + tzf1 + "-" + tzf2 + "," + tzg1 + "-" + tzg2 + "," + tzh1 + "-" + tzh2; |
| | |
| | | //å¤æåæ ¼ |
| | | if (w>ws1&&w<ws2) |
| | | { |
| | | dt_weight.qualified = 1; |
| | | dt_weight.qualified = (int)WeightThicknessEnum.yes; |
| | | } |
| | | else |
| | | { |
| | | dt_weight.qualified = 0; |
| | | dt_weight.qualified = (int)WeightThicknessEnum.on; |
| | | } |
| | | //åºé´å¼ |
| | | dt_weight.interval = ws1+"-"+ws2; |