You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
me->HVILOverride = (IO_RTC_GetTimeUS(me->timeStamp_HVILOverrideCommandReceived) < 1000000); in motorController.c is driven TRUE after ~30 seconds (for 1 second, and reverts back to FALSE) post-startup on the TTC 60. This behavior causes the VCU to drive the motor controller's relay on and then off which isn't desired. The relay should be off during idle.
There doesn't seem to be a ghost 0x5FF debug message being displayed on the CAN bus, so it's likely related to the incorrect RTC usage or RTC library bug.
The text was updated successfully, but these errors were encountered:
Temporarily disabled HVILOverride conditional statement. TTC60 basic functionality still operational without this feature, but might be worth looking into further debugging the HVILOverride
me->HVILOverride = (IO_RTC_GetTimeUS(me->timeStamp_HVILOverrideCommandReceived) < 1000000);
in motorController.c is driven TRUE after ~30 seconds (for 1 second, and reverts back to FALSE) post-startup on the TTC 60. This behavior causes the VCU to drive the motor controller's relay on and then off which isn't desired. The relay should be off during idle.There doesn't seem to be a ghost 0x5FF debug message being displayed on the CAN bus, so it's likely related to the incorrect RTC usage or RTC library bug.
The text was updated successfully, but these errors were encountered: