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
Implement a failsafe mechanism that triggers after a specified time without receiving a signal. The system should set predefined failsafe values to the outputs when no signal is detected for the specified duration.
This would enhance safety and reliability for projects using SerialIO.
Tasks
Using timing mechanism to check the time the last packed was received, and if no new packet is received for a long time then enable failsafe flag and output failsafe values in the channels.
The text was updated successfully, but these errors were encountered:
Overview
Implement a failsafe mechanism that triggers after a specified time without receiving a signal. The system should set predefined failsafe values to the outputs when no signal is detected for the specified duration.
This would enhance safety and reliability for projects using SerialIO.
Tasks
The text was updated successfully, but these errors were encountered: