|
|
|
@ -205,7 +205,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliverControlBoard
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLCA, DB191.ControlPanel_A.siloLamp3);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLDA, DB191.ControlPanel_A.siloLamp4);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StartLightA, DB191.ControlPanel_A.startLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightA, DB191.ControlPanel_A.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightA, false, DB191.ControlPanel_A.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.RoadCorrectA, DB191.ControlPanel_A.pathOkLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.TubeCleanA, DB191.ControlPanel_A.cleanLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.ActionBottleFullA, DB191.ControlPanel_A.siloFullLamp);
|
|
|
|
@ -224,7 +224,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliverControlBoard
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLCB, DB191.ControlPanel_B.siloLamp3);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLDB, DB191.ControlPanel_B.siloLamp4);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StartLightB, DB191.ControlPanel_B.startLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightB, DB191.ControlPanel_B.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightB, false, DB191.ControlPanel_B.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.RoadCorrectB, DB191.ControlPanel_B.pathOkLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.TubeCleanB, DB191.ControlPanel_B.cleanLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.ActionBottleFullB, DB191.ControlPanel_B.siloFullLamp);
|
|
|
|
@ -243,7 +243,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDeliverControlBoard
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLCC, DB191.ControlPanel_C.siloLamp3);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.SLDC, DB191.ControlPanel_C.siloLamp4);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StartLightC, DB191.ControlPanel_C.startLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightC, DB191.ControlPanel_C.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.StopLightC, false, DB191.ControlPanel_C.stopLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.RoadCorrectC, DB191.ControlPanel_C.pathOkLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.TubeCleanC, DB191.ControlPanel_C.cleanLamp);
|
|
|
|
|
ControlsImprot.SetSwitchLight(SwitchLightE.ActionBottleFullC, DB191.ControlPanel_C.siloFullLamp);
|
|
|
|
|