-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix on all Diagnostic error #471
Fix on all Diagnostic error #471
Conversation
Add mspassed to State::justLOST Fix errors with service category passed, time from last contact and can mapping in canmonitor errors Fix Config constexpr, Initialize boards2report as boards2touch periodofreport params not updated to prv var boards2report now initialized to zero as for boards2touch instead of to be re-initialized at each CANmonitor.tick() call initially set as _config.target and cleaned at CANmonitor.stop() Now the diagnostic maps are filled correctly. Clean boads2report when inside the check and reset periodofreport to 10 sec
Hi @MSECode, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catches!!! @MSECode already tested on a setup.
need to update new versions of the fw to have the build aligned |
Need to update the new fw versions for the boards so that they are aligned with the build |
emBODY/eBcode/arch-arm/board/ems004/appl/v2/src/eoappservices/embot_app_eth_CANmonitor.h
Show resolved
Hide resolved
emBODY/eBcode/arch-arm/board/ems004/appl/v2/src/eoappservices/embot_app_eth_CANmonitor.cpp
Show resolved
Hide resolved
emBODY/eBcode/arch-arm/board/ems004/appl/v2/src/eoappservices/embot_app_eth_CANmonitor.cpp
Show resolved
Hide resolved
14aa0f9
to
3fa8b83
Compare
Add mspassed to State::justLOST
Fix errors with service category passed, time from last contact and can mapping in canmonitor errors Fix Config constexpr, Initialize boards2report as boards2touch periodofreport params not updated to prv var
boards2report now initialized to zero as for boards2touch instead of to be re-initialized at each CANmonitor.tick() call initially set as _config.target and cleaned at CANmonitor.stop()
Now the diagnostic maps are filled correctly.
Clean boads2report when inside the check and reset periodofreport to 10 sec.
Report all fixes: