mirror of
https://github.com/Dev-KATECH/ADM.git
synced 2026-05-17 01:43:59 +09:00
RWA Actuator Fault 시 RWA 1, 2 명령이 0이 되도록 수정
This commit is contained in:
parent
3291e7ac84
commit
975203de85
Binary file not shown.
File diff suppressed because it is too large
Load Diff
18397
GW/Debug_FLASH/GW.srec
18397
GW/Debug_FLASH/GW.srec
File diff suppressed because it is too large
Load Diff
@ -113,4 +113,9 @@ void Output_Data_Set_Logic(void)
|
|||||||
|
|
||||||
if(GV_VCU_RC_RWA1_ECU_Fault_Flag == 1) GV_RWA_040_RackAngleCmd = 0;
|
if(GV_VCU_RC_RWA1_ECU_Fault_Flag == 1) GV_RWA_040_RackAngleCmd = 0;
|
||||||
if(GV_VCU_RC_RWA2_ECU_Fault_Flag == 1) GV_RWA2_040_RackAngleCmd = 0;
|
if(GV_VCU_RC_RWA2_ECU_Fault_Flag == 1) GV_RWA2_040_RackAngleCmd = 0;
|
||||||
|
if(GV_RC_VCU_RWA_Actuator_Fault_Flag == 1)
|
||||||
|
{
|
||||||
|
GV_RWA_040_RackAngleCmd = 0;
|
||||||
|
GV_RWA2_040_RackAngleCmd = 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user