|
|
@ -340,10 +340,11 @@ namespace DyeingComputer.Windows |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
private readonly string[] id_dat = {"001","007","008","013","015" ,"017", "020", "022", "031", "035", "036", "039", "040", "041", "049", "050", |
|
|
|
"051", "054", "055", "056","064","065","066","067","090","091","093","094" }; |
|
|
|
private readonly string[] id_datp = {" ","001","007","008","013","015" ,"017", "020", "022", "031", "035", "036", "039", "040", "041", "049", "050", |
|
|
|
"051", "054", "055", "056","064","065","066","067","090","091","093","094" }; |
|
|
|
private readonly string[] id_dat = {"001","007","008","013","015" ,"017", "020", "022", "031", "035", |
|
|
|
"036", "039", "040", "041", "049", "050", "051", "054", "055", "056","064","065","066","067","090", |
|
|
|
"091","093","094" }; |
|
|
|
private readonly string[] id_datp = {" ","015" ,"017", "050", "051", "064", "066","067","090","091", |
|
|
|
"093","094" }; |
|
|
|
|
|
|
|
private void Form1_Load() |
|
|
|
{ |
|
|
@ -377,29 +378,12 @@ namespace DyeingComputer.Windows |
|
|
|
this.boxID.Items.Add(Properties.Resources.PHControl);//ph控制094
|
|
|
|
|
|
|
|
|
|
|
|
this.boxIDp.Items.Add("");//温度控制001
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.TemperatureControl);//温度控制001
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.AddWater + "(" + Properties.Resources.WaterLevel + ")");//水位进水007
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.AddWater + "(" + Properties.Resources.Flowmeter + ")");//流量进水008
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Washing + "(" + Properties.Resources.WaterLevel + ")");//水位水洗013
|
|
|
|
this.boxIDp.Items.Add("");//
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Washing + "(" + Properties.Resources.Overflow + ")");//溢流水洗015
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Washing + "(" + Properties.Resources.Cooling + ")");//降温水洗017
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Drainage);//排水020
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.PumpDrainage);//主泵排水022
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.RunningTime);//运转031
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.ClothIntake);//入布035
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.OutTheCloth);//出布036
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.CallWorkers);//呼叫操作员039
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Sampling);//取样040
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.End);//程序结束041
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Await);//等待049
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Pressurized);//加压050
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Depressurized);//减压051
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.Pump + "/" + Properties.Resources.Blower);//泵风机速度054
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.PumpStart);//泵启动055
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.PumpStops);//泵停止056
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.PrepareMedications);//备药064
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.AddTheMedicine);//加药065
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.CallDistribution);//呼叫输送066
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.CallPreparation);//呼叫准备067
|
|
|
|
this.boxIDp.Items.Add(Properties.Resources.RapidAcidAddition);//快速加酸090
|
|
|
|