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
Also known as “graceful degradation”, the control system needs to ensure that when components fail, the system is fail-SAFE (rather than fail-dangerous).
This fault-tolerance strategy and subsequent control system code should take the following approach:
Organize the system into named sub modules.
Identify submodule dependencies / contingencies.
Map out submodule failure and safety strategy in a visual diagram / flow diagram. This also includes the logic that will be turned into code, or circuit elements.
Turn visual diagram into code in Arduino.
Test and ensure modularity of submodules. Map dependencies.
The text was updated successfully, but these errors were encountered:
Also known as “graceful degradation”, the control system needs to ensure that when components fail, the system is fail-SAFE (rather than fail-dangerous).
This fault-tolerance strategy and subsequent control system code should take the following approach:
The text was updated successfully, but these errors were encountered: