|
|
|
@ -133,17 +133,17 @@ namespace Mesnac.Action.ChemicalWeighing.Report
|
|
|
|
|
|
|
|
|
|
private static void FeededDry(int deviceno, ReportDosEntity entity)
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
DB2107WriteHelper.CleanSpare(deviceno);
|
|
|
|
|
int no = deviceno * 2;
|
|
|
|
|
if (entity.eqNo == 1)
|
|
|
|
|
{
|
|
|
|
|
no = no - 1;
|
|
|
|
|
}
|
|
|
|
|
var actValue = Convert.ToInt32(entity.actValue);
|
|
|
|
|
string logName = $"螺旋{deviceno}向湿混机 [{no}] 投料 {actValue}";
|
|
|
|
|
string logName = $"用户[{UserInfo.Instance.UserName}] 螺旋{deviceno}向湿混机 [{no}] 投料 {actValue}";
|
|
|
|
|
LoggingService<ReportReadDb>.Info(logName);
|
|
|
|
|
LjLogControl.ManualLogControl(logName, actValue, 4, no, 2);
|
|
|
|
|
DB2107WriteHelper.CleanSpare(deviceno);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static void ReadReport()
|
|
|
|
|