| | |
| | | using System.Threading; |
| | | using System.IO; |
| | | using Pub_Class; |
| | | using System.IO.Ports; |
| | | using System.Linq; |
| | | |
| | | namespace WarM |
| | | { |
| | |
| | | public Int64 HSourceEntryID = 0; |
| | | public string HSourceBillNo = ""; |
| | | public string HSourceBillType = ""; |
| | | public Int64 ProcessExchangeInterID = 0; |
| | | public Int64 HProcessExchangeInterID = 0; |
| | | public Int64 HSupID = 0; |
| | | public double HSourceQty = 0; |
| | | public double HMaterWeight = 0; //ç©æå
é |
| | | public string HMaker = DBUtility.ClsPub.CurUserName; |
| | | public Int64 HStockOrgID = DBUtility.ClsPub.HOrgID; |
| | | public DateTime HDate = DateTime.Today; |
| | |
| | | grdMain.DataSource = null; |
| | | grdSub.DataSource = null; |
| | | chkHDYFlag.Checked = true; |
| | | |
| | | //è¯»å æå¼ä¸²å£çé
ç½®ä¿¡æ¯ |
| | | readParams(); |
| | | } |
| | | |
| | | //çªä½å è½½ |
| | |
| | | bool b = false; |
| | | for (int i = 0; i < grdMain.RowCount; i++) |
| | | { |
| | | b = true; |
| | | break; |
| | | b = true; |
| | | break; |
| | | } |
| | | if (b == false) |
| | | { |
| | |
| | | oCn.BeginTran(); |
| | | //çæåºå
¥åºåæ® |
| | | //æå
¥å表 |
| | | oCn.RunProc("EXEC h_p_Kf_ProductInBillSub_Insert_New " + HInterID.ToString() + ",'" + HBillNo + "','" + HSourceBillType + "'"); |
| | | DataSet ds = oCn.RunProcReturn("EXEC h_p_Kf_ProductInBillSub_Insert_New " + HInterID.ToString() + ",'" + HBillNo + "','" + HSourceBillType + "'", "h_p_Kf_ProductInBillSub_Insert_New"); |
| | | if (ds == null || ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | } |
| | | else if (DBUtility.ClsPub.isStrNull(ds.Tables[0].Rows[0][0]) != "OK") |
| | | { |
| | | oCn.RollBack(); |
| | | MessageBox.Show("çæå
¥åºå失败ï¼å½åç§°éè®°å½åè¡¨æ æ°æ®ï¼ä¸å
许æ¢ççæåæ®ï¼", "æç¤º"); |
| | | return false; |
| | | } |
| | | //æå
¥ä¸»è¡¨ |
| | | oCn.RunProc("Insert Into Kf_ICStockBillMain " + |
| | | "(HBillType,HBillSubType,HInterID,HBillNo,HDate,HMainSourceBillType" + |
| | |
| | | + ", " + HStockOrgID.ToString() + "," + HStockOrgID.ToString() + ") "); |
| | | //æ´æ°å
³èæ°é |
| | | oCn.RunProc("exec h_p_Sc_UpDateRelation_ICMOToProductIn_Add " + HInterID.ToString()); |
| | | //åå¡«å·²çåç¶æ |
| | | oCn.RunProc("Update KF_WeighSource_Temp set HRelationInterID=1 where HInterID= " + HInterID.ToString()); |
| | | MessageBox.Show("çæç产å
¥åºåï¼" + HBillNo + " æåï¼", "æç¤º"); |
| | | oCn.Commit(); |
| | | return true; |
| | |
| | | |
| | | private void tc_Click(object sender, EventArgs e) |
| | | { |
| | | this.Close(); |
| | | //éåºæ¶å
³éä¸²å£ |
| | | if (ComDevice != null) |
| | | { |
| | | CloseCom(); |
| | | } |
| | | |
| | | this.Close(); |
| | | } |
| | | |
| | | #endregion |
| | |
| | | //æ¡ç çæå夿 |
| | | private bool Sub_AllowSave() |
| | | { |
| | | //夿å½ååæ®IDæ¯å¦å·²ä¸ä¼ çæåæ® |
| | | DataSet Ds = oCn.RunProcReturn("select top 1 1 from KF_WeighSource_Temp with(nolock) where HInterID=" + HInterID.ToString() + " and HRelationInterID=1 ", "KF_WeighSource_Temp", ref DBUtility.ClsPub.sExeReturnInfo); |
| | | if (Ds == null || Ds.Tables[0].Rows.Count == 0) |
| | | { |
| | | } |
| | | else |
| | | { |
| | | MessageBox.Show("å½åæ¡ç è®°å½å·²æ¢çä¸ä¼ çæåæ®ï¼è¯·éåºåéæ°è¿å
¥è¯¥æ¨¡åè¿è¡æ¡ç çææä½ï¼", "æç¤º"); |
| | | return false; |
| | | } |
| | | |
| | | if (HInterID==0 || HBillNo=="") |
| | | { |
| | | MessageBox.Show("è·åæ¡ç 对åºåæ®IDæåæ®å·å¤±è´¥ï¼è¯·éæ°å·æ°çé¢ï¼", "æç¤º"); |
| | |
| | | else if (DBUtility.ClsPub.isDoule( txtHWeightQyt.Text) == 0) |
| | | { |
| | | MessageBox.Show("请è¾å
¥æ£ç¡®ééï¼", "æç¤º"); |
| | | return false; |
| | | } |
| | | else if (DBUtility.ClsPub.isDoule(txtHQty.Text)- DBUtility.ClsPub.isDoule(txtHKDQty.Text) <= 0) |
| | | { |
| | | MessageBox.Show("è¾å
¥çæ£ç¹æ°ä¸è½å¤§äºç±³æ°ï¼", "æç¤º"); |
| | | return false; |
| | | } |
| | | else if (DBUtility.ClsPub.isInt(txtHBarcodeNo.Text) == 0) |
| | |
| | | MessageBox.Show("ç©æé»è®¤ä»åºå¯ç¨äºä»ä½ï¼ä½æªè®¾ç½®ä»ä½ï¼è·åä»ä½ä¿¡æ¯å¤±è´¥ï¼è¯·å
è®¾ç½®ç©æé»è®¤ä»ä½ï¼", "æç¤º"); |
| | | return false; |
| | | } |
| | | return true; |
| | | |
| | | //å®é
å
é=éé/ç±³æ°*1000ï¼å®é
å
éè¶
åºç©æç»´æ¤å
éçç¾åä¹äºåæä¸è¶³ç©æç»´æ¤å
éçç¾åä¹å
«åï¼é¢è¦æç¤º |
| | | double sQty = 0; //å®é
å
é |
| | | sQty = DBUtility.ClsPub.isDoule(txtHWeightQyt.Text) / DBUtility.ClsPub.isDoule(txtHQty.Text) * 1000; |
| | | |
| | | if (sQty > HMaterWeight * 1.2 || sQty < HMaterWeight * 0.8) |
| | | { |
| | | if (MessageBox.Show("ç©æç»´æ¤å
é为ï¼"+HMaterWeight.ToString()+ "ï¼å®é
å
é为ï¼" + sQty.ToString() + "ï¼æè¾å
¥å®é
å
éè¶
åºç©æç»´æ¤å
éçç¾åä¹äºåæä¸è¶³ç©æç»´æ¤å
éçç¾åä¹å
«åï¼è¯·æ£æ¥è¾å
¥çæ°æ®æ¯å¦æ£ç¡®ï¼", "æç¤º", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK) |
| | | { |
| | | //return true; |
| | | } |
| | | else |
| | | { |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | //æ¡ç çæåæ§å¶å¤æ |
| | | double HNowQty = 0; //ç±³æ° |
| | | double HWeightQyt = 0; //éé |
| | | double HKDQty = 0; //æ£ç¹æ° |
| | | HNowQty = DBUtility.ClsPub.isDoule(txtHQty.Text); |
| | | HWeightQyt = DBUtility.ClsPub.isDoule(txtHWeightQyt.Text); |
| | | HKDQty = DBUtility.ClsPub.isDoule(txtHKDQty.Text); |
| | | |
| | | DataSet oDsCheck = oCn.RunProcReturn("exec h_p_Kf_WeighToBarCode_AddBarCodeCheck " + HInterID.ToString() + "," + HSourceInterID.ToString() + "," + HSourceEntryID.ToString() + "," + HProcessExchangeInterID.ToString() + "," + HSourceQty.ToString() + "," + HNowQty.ToString() + "," + HWeightQyt.ToString() + "," + HKDQty.ToString(), "h_p_Kf_WeighToBarCode_AddBarCodeCheck"); |
| | | // |
| | | if (oDsCheck == null && oDsCheck.Tables[0].Rows.Count == 0) |
| | | { |
| | | MessageBox.Show("æ¡ç çæå夿é误ï¼"); |
| | | return false; |
| | | } |
| | | else if (DBUtility.ClsPub.isStrNull(oDsCheck.Tables[0].Rows[0][0]) == "1") |
| | | { |
| | | MessageBox.Show(DBUtility.ClsPub.isStrNull(oDsCheck.Tables[0].Rows[0]["HRemark"]), "æç¤º"); |
| | | return false; |
| | | } |
| | | else if (DBUtility.ClsPub.isStrNull(oDsCheck.Tables[0].Rows[0][0]) == "2") |
| | | { |
| | | if (MessageBox.Show(DBUtility.ClsPub.isStrNull(oDsCheck.Tables[0].Rows[0]["HRemark"]), "æç¤º", MessageBoxButtons.OKCancel, MessageBoxIcon.Question) == DialogResult.OK) |
| | | { |
| | | return true; |
| | | } |
| | | else |
| | | { |
| | | return false; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | return true; |
| | | } |
| | | } |
| | | |
| | | //çææ¡ç |
| | |
| | | |
| | | string HBarCode = ""; |
| | | string HBarCodeType = ""; |
| | | double HQty = 0; //ç±³æ° |
| | | double HNowQty = 0; //ç±³æ° |
| | | double HMaterialJQty = 0; //éé |
| | | double HMaterialMQty = 0; //æ£ç¹æ° |
| | | double HQty = 0; //æ°é |
| | | Int64 HDeptID = 0; |
| | | string HRemark = ""; |
| | | string HMaterName = ""; |
| | | string HMaterModel = ""; |
| | | string ProcessExchangeBillNo = ""; |
| | | string HProcessExchangeBillNo = ""; |
| | | Int64 HBarcodeNo = 0; //å
æ° |
| | | Int64 HBadReasonID = 0; //ä¸è¯åå ID |
| | | string HCusMaterName = ""; //客æ·ç©æåç§° |
| | | string HCusModel = ""; //客æ·è§æ ¼åå· |
| | | |
| | | HBarCode = TM; |
| | | HBarCodeType = DBUtility.ClsPub.isStrNull(cmbHBarCodeType.Text); |
| | | HQty = DBUtility.ClsPub.isDoule(txtHQty.Text); |
| | | HNowQty = DBUtility.ClsPub.isDoule(txtHQty.Text); |
| | | HMaterialJQty = DBUtility.ClsPub.isDoule(txtHWeightQyt.Text); |
| | | HMaterialMQty = DBUtility.ClsPub.isDoule(txtHKDQty.Text); |
| | | HQty = HNowQty- HMaterialMQty; |
| | | HDeptID = DBUtility.ClsPub.isLong(txtHDeptName.Tag); |
| | | HRemark = DBUtility.ClsPub.isStrNull(txtHRemark.Text); |
| | | HMaterName = DBUtility.ClsPub.isStrNull(txtHMaterName.Text); |
| | | HMaterModel = DBUtility.ClsPub.isStrNull(txtHMaterModel.Text); |
| | | ProcessExchangeBillNo = DBUtility.ClsPub.isStrNull(txtHBillNo.Text); |
| | | HProcessExchangeBillNo = DBUtility.ClsPub.isStrNull(txtHBillNo.Text); |
| | | HBarcodeNo = DBUtility.ClsPub.isLong(txtHBarcodeNo.Text); |
| | | HBadReasonID = DBUtility.ClsPub.isLong(txtHRemark.Tag); |
| | | HCusMaterName = DBUtility.ClsPub.isStrNull(txtHCusMaterName.Text); |
| | | HCusModel = DBUtility.ClsPub.isStrNull(txtHCusModel.Text); |
| | | |
| | | try |
| | | { |
| | | oCn.BeginTran(); |
| | | //åå
¥æ¡ç æ¡£æ¡ |
| | | //åå
¥æ¡ç æ¡£æ¡ (客æ·ç©æåç§°HCusMaterNameåå
¥HMaterialModelåæ®µï¼å®¢æ·è§æ ¼åå·HCusModelåå
¥HCusModelåæ®µï¼ä¸è¯åå IDåå
¥HCustomQty1åæ®µï¼ |
| | | oCn.RunProc("Insert into Gy_BarCodeBill " + |
| | | "(HBarCode,HBarCodeType,HMaterID,HUnitID,HQty" + |
| | | ",HBatchNo,HSupID,HGroupID,HMaker,HMakeDate,HPrintQty,HinitQty" + |
| | | ",HSourceInterID,HSourceEntryID,HSourceBillNo,HSourceBillType,HEndQty " + |
| | | ",HBarcodeQtys,HBarcodeNo,HDeptID,HWhID,HSPID,HRemark " + |
| | | ",HCusID,HCusType,HEndDate,HWorkLineName,HBarCodeDate,HMaterialJQty,HMaterialMQty " + |
| | | ",HCusID,HCusType,HEndDate,HWorkLineName,HBarCodeDate,HMaterialJQty,HMaterialMQty,HNowQty " + |
| | | ",HSTOCKORGID,HOWNERID,HSeOrderBillNo,HInterID,HGiveAwayFlag " + |
| | | ",HOrderInterID,HOrderEntryID,HOrderBillNo,HCustomQty1 " + |
| | | ",HMaterName,HMaterModel,HPinfan,HAuxPropID,HMTONo,HInnerBillNo " + |
| | | ",HOrderInterID,HOrderEntryID,HOrderBillNo,HCustomQty1,HMaterialModel,HCusModel " + |
| | | ",HMaterName,HMaterModel,HPinfan,HAuxPropID,HMTONo,HInnerBillNo,HLogo " + |
| | | ") Values (" |
| | | + "'" + HBarCode + "','" + HBarCodeType + "'," + HMaterID.ToString() + "," + HUnitID.ToString() + "," + HQty.ToString() |
| | | + ",'" + HBatchNo + "'," + HSupID.ToString() + ",0,'" + HMaker + "',getdate(),0," + HQty.ToString() |
| | | + ", " + HSourceInterID.ToString() + "," + HSourceEntryID.ToString() + ",'" + HSourceBillNo + "','" + HSourceBillType + "',''" |
| | | + ", 1," + HBarcodeNo.ToString() + "," + HDeptID.ToString() + "," + HWhID.ToString() + "," + HSPID.ToString() + ",'" + HRemark + "'" |
| | | + ", 0,'',getdate(),'','" + sDate + "'," + HMaterialJQty.ToString() + "," + HMaterialMQty.ToString() |
| | | + ", 0,'',getdate(),'','" + sDate + "'," + HMaterialJQty.ToString() + "," + HMaterialMQty.ToString() + "," + HNowQty.ToString() |
| | | + ", " + HStockOrgID.ToString() + "," + HStockOrgID.ToString() + ",''," + HInterID.ToString() + ",0" |
| | | + ", " + ProcessExchangeInterID.ToString() + ",0,'" + ProcessExchangeBillNo + "'," + HBadReasonID.ToString() |
| | | + ",'" + HMaterName + "','" + HMaterModel + "',''," + HAuxPropID.ToString() + ",'','')"); |
| | | + ", " + HProcessExchangeInterID.ToString() + ",0,'" + HProcessExchangeBillNo + "'," + HBadReasonID.ToString() + ",'" + HCusMaterName + "','" + HCusModel + "'" |
| | | + ",'" + HMaterName + "','" + HMaterModel + "',''," + HAuxPropID.ToString() + ",'','','1')"); |
| | | |
| | | //åå¡«æå¤§æµæ°´å· |
| | | oCn.RunProc("exec h_p_WMS_SetMaxNo_QTY '" + sTMNumber + "',1 "); |
| | | |
| | | //åå¡«æºå临æ¶è¡¨HInterID |
| | | oCn.RunProc("update a set a.HInterID=" + HInterID.ToString() + ",a.HBillNo='" + HBillNo + "' from KF_WeighSource_Temp a where a.HInterID<>" + HInterID.ToString() + " and a.HMaker='" + HMaker + "' and convert(varchar(10),a.HMakeDate,120)=convert(varchar(10),getdate(),120)"); |
| | | oCn.RunProc("update a set a.HInterID=" + HInterID.ToString() + ",a.HBillNo='" + HBillNo +"',a.HRelationInterID= 0 from KF_WeighSource_Temp a where a.HInterID<>" + HInterID.ToString() + " and a.HMaker='" + HMaker + "' and a.HSourceBillNo='" + HProcessExchangeBillNo + "'"); |
| | | |
| | | //åå
¥æ¡ç åºå
¥åºä¸´æ¶è¡¨ |
| | | oCn.RunProc("Insert into KF_PonderationBillMain_Temp " + |
| | |
| | | txtHMaterName.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ç©æåç§°")].Value); |
| | | txtHMaterModel.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("è§æ ¼åå·")].Value); |
| | | txtHBatchNo.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("æ¹å·")].Value); |
| | | txtHCusMaterName.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HCusMaterName")].Value); |
| | | txtHCusModel.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HCusModel")].Value); |
| | | HAuxPropID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HAuxPropID")].Value); |
| | | HUnitID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HUnitID")].Value); |
| | | HWhID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HWhID")].Value); |
| | |
| | | HSourceBillNo = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ç产订å")].Value); |
| | | HSourceBillType = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HSourceBillType")].Value); |
| | | HSourceQty = DBUtility.ClsPub.isDoule(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("æ°é")].Value); |
| | | ProcessExchangeInterID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ProcessExchangeInterID")].Value); |
| | | HProcessExchangeInterID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("ProcessExchangeInterID")].Value); |
| | | HSupID = DBUtility.ClsPub.isLong(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HSupID")].Value); |
| | | HMaterWeight = DBUtility.ClsPub.isDoule(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("HMaterWeight")].Value); |
| | | txtHOrderPickRemark.Text = DBUtility.ClsPub.isStrNull(grdSub.SelectedRows[0].Cells[Fun_GetSubCol("订åå
è£
夿³¨")].Value); |
| | | } |
| | | |
| | | //è¿åæºååè¡¨ä¿¡æ¯ |
| | |
| | | |
| | | |
| | | |
| | | #region 读å设å¤ç§°éä¿¡æ¯ |
| | | |
| | | |
| | | |
| | | private static string repeatData = string.Empty; |
| | | private SerialPort ComDevice = null; |
| | | |
| | | private int HGetWeight = 0; |
| | | private string Message = ""; |
| | | |
| | | private int timeIndex = 0; |
| | | |
| | | private string value_COM = ""; //COM |
| | | private string value_BaudRate = "9600"; //æ¯ç¹ç |
| | | private string value_StopBits = "1"; //åæ¢ä½ |
| | | private string value_Parity = "0"; //æ ¡éªä½ |
| | | private string value_DataBits = "8"; //æ°æ®ä½ |
| | | |
| | | #region æå¼ä¸²å£æé®è§¦åäºä»¶ |
| | | private void button_OpenCom_Click(object sender, EventArgs e) |
| | | { |
| | | value_COM = textBox_COM.Text; |
| | | OpenCom(); |
| | | } |
| | | #endregion |
| | | |
| | | #region æå¼ä¸²å£ |
| | | public void OpenCom() |
| | | { |
| | | //åå§åä¸²å£ |
| | | ComDevice = new SerialPort(); |
| | | ComDevice.DataReceived += new SerialDataReceivedEventHandler(Com_DataReceived);//ç»å®äºä»¶ |
| | | string[] PortNames = SerialPort.GetPortNames(); |
| | | |
| | | if (!ComDevice.IsOpen) |
| | | { |
| | | try |
| | | { |
| | | ComDevice.PortName = value_COM; |
| | | ComDevice.BaudRate = int.Parse(value_BaudRate); |
| | | switch (value_Parity) |
| | | { |
| | | case "0": |
| | | ComDevice.Parity = Parity.None; |
| | | break; |
| | | case "1": |
| | | ComDevice.Parity = Parity.Odd; |
| | | break; |
| | | case "2": |
| | | ComDevice.Parity = Parity.Even; |
| | | break; |
| | | case "3": |
| | | ComDevice.Parity = Parity.Mark; |
| | | break; |
| | | case "4": |
| | | ComDevice.Parity = Parity.Space; |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | | |
| | | ComDevice.DataBits = int.Parse(value_DataBits); |
| | | switch (value_StopBits) |
| | | { |
| | | case "0": |
| | | ComDevice.StopBits = StopBits.None; |
| | | break; |
| | | case "1": |
| | | ComDevice.StopBits = StopBits.One; |
| | | break; |
| | | case "2": |
| | | ComDevice.StopBits = StopBits.Two; |
| | | break; |
| | | case "1.5": |
| | | ComDevice.StopBits = StopBits.OnePointFive; |
| | | break; |
| | | default: |
| | | break; |
| | | } |
| | | |
| | | ComDevice.Open(); |
| | | |
| | | MessageBox.Show("䏲壿弿åï¼"); |
| | | |
| | | //ä¿å串å£çé
ç½®ä¿¡æ¯ |
| | | saveParams(); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MessageBox.Show("æå¼ä¸²å£å¤±è´¥ï¼" + ex.Message, "é误", MessageBoxButtons.OK, MessageBoxIcon.Error); |
| | | return; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region å
³éä¸²å£ |
| | | public void CloseCom() |
| | | { |
| | | if (!ComDevice.IsOpen) |
| | | { |
| | | MessageBox.Show("串å£å
³é失败ï¼å½å䏲壿ªæå¼ï¼"); |
| | | } |
| | | else |
| | | { |
| | | try |
| | | { |
| | | Thread.Sleep(100); |
| | | ComDevice.Close(); |
| | | |
| | | MessageBox.Show("串å£å
³éæåï¼"); |
| | | } |
| | | catch (Exception ex) |
| | | { |
| | | MessageBox.Show(ex.Message, "é误", MessageBoxButtons.OK, MessageBoxIcon.Error); |
| | | return; |
| | | } |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region æ¥æ¶æ°æ® |
| | | private void Com_DataReceived(object sender, SerialDataReceivedEventArgs e) |
| | | { |
| | | if (HGetWeight == 1) |
| | | { |
| | | byte[] ReDatas = new byte[ComDevice.BytesToRead]; |
| | | ComDevice.Read(ReDatas, 0, ReDatas.Length);//è¯»åæ°æ® |
| | | this.AddData(ReDatas);//è¾åºæ°æ® |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region å¤çæ¥æ¶å°çæ°æ® |
| | | public void AddData(byte[] data) |
| | | { |
| | | StringBuilder sb = new StringBuilder(); |
| | | sb.Append(Encoding.ASCII.GetString(data)); |
| | | |
| | | var str = sb.ToString(); |
| | | str = str.Replace("w", "").Replace("n", "").Replace("kg\r\n", ";"); |
| | | |
| | | |
| | | if (str != repeatData) |
| | | { |
| | | repeatData = str; |
| | | string[] strArray = str.Split(';'); |
| | | |
| | | for (int i = 0; i < strArray.Length; i++) |
| | | { |
| | | if (double.TryParse(strArray[i], out double ret))//夿æ¯å¦æ¯æ°å |
| | | { |
| | | //ä¿çä¸ä½å°æ° |
| | | double temp = double.Parse(strArray[i]); |
| | | temp = Math.Round(temp,1); |
| | | |
| | | Message += double.Parse(strArray[i]) + ";"; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region è·åæ°ç»ä¸åºç°é¢çæé«çæ°æ® |
| | | private string getMostStr(string message) |
| | | { |
| | | string[] strArray = message.Split(';'); |
| | | // 使ç¨LINQæ¥è¯¢åºç°æ¬¡æ°æå¤çå
ç´ |
| | | var maxElement = strArray.GroupBy(x => x) |
| | | .OrderByDescending(g => g.Count()) |
| | | .First() |
| | | .Key; |
| | | |
| | | |
| | | return maxElement; |
| | | } |
| | | #endregion |
| | | |
| | | #region 计æ¶å¨è§¦åäºä»¶ï¼ç¨äºè·åæ¶é´é´éå
æ¥æ¶å°çæ°æ® |
| | | private void timer2_Tick(object sender, EventArgs e) |
| | | { |
| | | if (timeIndex == 0) |
| | | { |
| | | timeIndex = 1; |
| | | } |
| | | else |
| | | { |
| | | timer2.Enabled = false; |
| | | |
| | | string str = getMostStr(Message); |
| | | |
| | | txtHWeightQyt.Text = str; |
| | | |
| | | |
| | | Message = ""; |
| | | timeIndex = 0; |
| | | HGetWeight = 0; |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region ç§°éæé®è§¦åäºä»¶ |
| | | private void button_getHWeight_Click(object sender, EventArgs e) |
| | | { |
| | | HGetWeight = 1; |
| | | timer2.Enabled = true; |
| | | } |
| | | #endregion |
| | | |
| | | |
| | | #region ä¿åé
ç½®ä¿¡æ¯ |
| | | //åå
¥é
ç½®åæ° |
| | | private void saveParams() |
| | | { |
| | | //夿æä»¶æ¯å¦åå¨ |
| | | if (!File.Exists(Application.StartupPath + "//Kf_WeightToBarCodeParams.txt")) |
| | | { |
| | | FileStream fs1 = new FileStream(Application.StartupPath + "//Kf_WeightToBarCodeParams.txt", FileMode.Create, FileAccess.Write);//å建åå
¥æä»¶ |
| | | StreamWriter sw = new StreamWriter(fs1); |
| | | sw.WriteLine(value_COM);//å¼å§åå
¥å¼ |
| | | sw.WriteLine(value_BaudRate); |
| | | |
| | | sw.WriteLine(value_StopBits); |
| | | |
| | | sw.WriteLine(value_Parity); |
| | | sw.WriteLine(value_DataBits); |
| | | sw.Close(); |
| | | fs1.Close(); |
| | | } |
| | | else |
| | | { |
| | | FileStream fs1 = new FileStream(Application.StartupPath + "//Kf_WeightToBarCodeParams.txt", FileMode.Create, FileAccess.Write);//å建åå
¥æä»¶ |
| | | StreamWriter sw = new StreamWriter(fs1); |
| | | sw.WriteLine(value_COM);//å¼å§åå
¥å¼ |
| | | sw.WriteLine(value_BaudRate); |
| | | |
| | | sw.WriteLine(value_StopBits); |
| | | |
| | | sw.WriteLine(value_Parity); |
| | | sw.WriteLine(value_DataBits); |
| | | sw.Close(); |
| | | fs1.Close(); |
| | | } |
| | | } |
| | | #endregion |
| | | |
| | | #region 读åé
ç½®ä¿¡æ¯ |
| | | //读åé
ç½®æä»¶ |
| | | private void readParams() |
| | | { |
| | | //å
³éä¸²å£ |
| | | //CloseCom(); |
| | | |
| | | if (File.Exists(Application.StartupPath + "//Kf_WeightToBarCodeParams.txt")) |
| | | { |
| | | //读åæä»¶å¼å¹¶æ¾ç¤ºå°çªä½ |
| | | FileStream fs = new FileStream(Application.StartupPath + "//Kf_WeightToBarCodeParams.txt", FileMode.Open, FileAccess.ReadWrite); |
| | | StreamReader sr = new StreamReader(fs); |
| | | string line = sr.ReadLine(); |
| | | int curLine = 0; |
| | | while (line != null) |
| | | { |
| | | if (++curLine == 1) |
| | | { |
| | | value_COM = line; |
| | | textBox_COM.Text = value_COM; |
| | | } |
| | | else if (curLine == 2) |
| | | { |
| | | value_BaudRate = line; |
| | | } |
| | | else if (curLine == 3) |
| | | { |
| | | value_StopBits = line; |
| | | } |
| | | else if (curLine == 4) |
| | | { |
| | | value_Parity = line; |
| | | } |
| | | else if (curLine == 5) |
| | | { |
| | | value_DataBits = line; |
| | | } |
| | | else |
| | | { |
| | | |
| | | } |
| | | line = sr.ReadLine(); |
| | | } |
| | | sr.Close(); |
| | | fs.Close(); |
| | | } |
| | | } |
| | | #endregion |
| | | #endregion |
| | | } |
| | | } |