WP6-22: Difference between revisions
Line 45: | Line 45: | ||
==Design and Implementation== | ==Design and Implementation== | ||
The solution is developed in C language and has been implemented for UPBoard hardware platform. |
Revision as of 09:04, 12 July 2022
SelfTestTool
ID | WP6-SelfTestTool |
Contributor | IKERLAN |
Levels | Tool |
Require | - |
Provide | TODO |
Input | n.a. |
Output | faults report |
C4D tooling | n.a. |
TRL | 5 |
License | Proprietary |
Detailed Description
SelfTestTool is a system start-up and runtime test tool compatible with an external monitoring tool. Looking from a Safety operation perspective, the onboard test system performs different start-up analyses and runtime tests of the correct operation, checking for the presence of random hardware failures and reporting them to the external monitorization tool. Because of the nature of the tool itself, it is strongly related to the hardware where it is executed. Anyway, the tool is implemented for performing tests on different hardware platforms.
The system will be composed of two main elements. The first one will consist of a self-test checking tool, boarded on the drone device. That tool will perform different system checks when the main application starts and will also perform runtime diagnostics during normal operation. The second element will be a system monitorization element developed in WP and used in conjunction with the self-test checking tool. This part of the system will be the responsible of reporting the faults as soon as they are detected to the final user.
Contribution and Improvements
SelfTestTool provides some mechanisms to detect different types of random hardware failures. The tool executes some tests at the start-up of the system, generating a .json file in order to notify and monitor externally the results.
Self-test requirements for safety systems are required by IEC 61508-7 A.3.1, A.3.2 and A.3.3), ISO 26262 (ISO 26262-5 D.2.3.1), and other regulations. This tools helps on the compliance of those safety standards. It is considered that an effort reduction for the certification has been done.
Interoperability with other C4D tools
It has interoperability with other tools such as: AsyncCommsTool and Kibana, a data visualization dashboard software.
Current Status
The developed solution is implemented for a specific hardware platform. In case other platforms are required, modifications should be applied.
Design and Implementation
The solution is developed in C language and has been implemented for UPBoard hardware platform.