Hi
When I check event logs after doing a fail safe check, I get
157 Throttle Gone In Fail Safe and then
158 Receiver Signal Off.
Given that the events are logged sequentially, could you please change it so that "Receiver Signal Off" is logged before "Throttle Gone
In Fail Safe"? After all fail safe should only occur after signal loss.
Thank you for considering.
Like many other routines, the routines that handle the signal received from the receivers are asynchronous routines because they are immediately handled by interrupts the moment a signal from the receiver is received, so the reception of a fail safe signal information can occur at any time.
Instead, event memory management is handled sequentially in the main loop.
Which of the two events is written first depends on where the main loop routine is at the end of a generated receiver interrupt.
However, the writing of these two events occurs within a microsecond of each other.
What problem does it cause you if these two events are written first one or first the other?
Thanks for the reply. It is simply from a logic viewpoint that a fail safe should only be triggered after a signal fail has occurred.
Regards
Acrow