|
|
@@ -361,8 +361,8 @@ namespace VehicleControlSystem
|
|
|
|
|
|
private void ReqAlarmReset()
|
|
|
{
|
|
|
- this.autoManager.IsErrorProcessing = false;
|
|
|
- this.vehicle.VehicleStateProperty = eVehicleState.Idle;
|
|
|
+ //this.autoManager.IsErrorProcessing = false;
|
|
|
+ //this.vehicle.VehicleStateProperty = eVehicleState.Idle;
|
|
|
|
|
|
if ( !this.IO.IsOn( "IN_MC_ON" ) )
|
|
|
{
|
|
|
@@ -371,6 +371,9 @@ namespace VehicleControlSystem
|
|
|
this.IO.WriteOutputIO( "OUT_SAFETY_RESET" , false );
|
|
|
Thread.Sleep( 1000 );
|
|
|
}
|
|
|
+
|
|
|
+ this.autoManager.IsErrorProcessing = false;
|
|
|
+ this.vehicle.VehicleStateProperty = eVehicleState.Idle;
|
|
|
}
|
|
|
|
|
|
private void ReqEStop()
|