|
|
@ -127,7 +127,9 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
|
|
|
|
McControllist = GetAllDbMCControlsByOption(DbOptionTypes.InitData);
|
|
|
|
McControllist = GetAllDbMCControlsByOption(DbOptionTypes.InitData);
|
|
|
|
_McControllist = GetAllDbMCControlsByOption(DbOptionTypes.Modify);
|
|
|
|
_McControllist = GetAllDbMCControlsByOption(DbOptionTypes.Modify);
|
|
|
|
allControl = GetAllControls();
|
|
|
|
allControl = GetAllControls();
|
|
|
|
|
|
|
|
|
|
|
|
FillHslSwitch();
|
|
|
|
FillHslSwitch();
|
|
|
|
|
|
|
|
|
|
|
|
WaterActualValue1 = GetBaseControl("WaterActualValue1");
|
|
|
|
WaterActualValue1 = GetBaseControl("WaterActualValue1");
|
|
|
|
WaterActualValue2 = GetBaseControl("WaterActualValue2");
|
|
|
|
WaterActualValue2 = GetBaseControl("WaterActualValue2");
|
|
|
|
WaterActualValue3 = GetBaseControl("WaterActualValue3");
|
|
|
|
WaterActualValue3 = GetBaseControl("WaterActualValue3");
|
|
|
@ -636,7 +638,6 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
|
|
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReadHslSwithch();
|
|
|
|
ReadHslSwithch();
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -789,13 +790,10 @@ namespace Mesnac.Action.ChemicalWeighing.ManualControl
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ReadHslSwithch();
|
|
|
|
ReadHslSwithch();
|
|
|
|
|
|
|
|
|
|
|
|
//DefaultSwitch
|
|
|
|
//DefaultSwitch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
private void ReadHslSwithch()
|
|
|
|
private void ReadHslSwithch()
|
|
|
|