|
|
@ -930,12 +930,15 @@ namespace DyeingComputer.ViewModel |
|
|
|
} |
|
|
|
if (Pump_M) //主泵状态
|
|
|
|
{ |
|
|
|
Sys_log = Sys_log + "\n" + Resources.PumpSpeed + ":" + string.Format("{0:D3}", Convert.ToInt16(Selet_dtm("1030"))) + "% => [" + Resources.PumpStart+"]";//主泵状态
|
|
|
|
Sys_log = Sys_log + "\n" + Resources.PumpSpeed + ":" + string.Format("{0:D3}", Convert.ToInt16(Selet_dtm("1020"))) + "% => [" + Resources.PumpStart+"]";//主泵状态
|
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
Sys_log = Sys_log + "\n" + Resources.PumpSpeed + ":" + string.Format("{0:D3}", Convert.ToInt16(Selet_dtm("1030"))) + "% => [" + Resources.PumpStops+"]";//主泵状态
|
|
|
|
Sys_log = Sys_log + "\n" + Resources.PumpSpeed + ":" + string.Format("{0:D3}", Convert.ToInt16(Selet_dtm("1020"))) + "% => [" + Resources.PumpStops+"]";//主泵状态
|
|
|
|
} |
|
|
|
Sys_log = Sys_log + "\n-------------------------------------------------------"; |
|
|
|
Sys_log = Sys_log + "\n" + Resources.ClothWheel; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
public static DataTable dt_d = new DataTable("DIO"); |
|
|
|