KhronosGroup / KSCAF_DocGuidelines

Khronos Safety Critical Advisory Forum’s guidelines for developing a safety critical technology specification.
1 stars 2 forks source link

Development out of context #29

Open irudkin opened 7 years ago

irudkin commented 7 years ago

New chapter 'Development out of context'

For many domains like avionics, automotive or medicine there is a whole supply chain from the low level components to the component that is the complete item; a car or plane. The safety standards for those domains want the process of quality control to be applied to all parts of the supply chain. Hazard analysis is carried out and safety goals identified in the context of the use of the item. However, for lower level component makers, who create discrete smaller parts whether hardware or software, there are often no clearly defined user cases. They do not know how their parts would be used in the final vehicle and what other components and systems they would have to interact with.

The ISO 26262 standard tries to address this by introducing the concept of safety element out of context (SEooC). This concept asks you to list the assumptions that have been made to support the safety goals of the item out of context. It is the responsibility of the OEM or tier 1 supply to define the safety goals and functional safety concept and communicate that down the supply chain.

However, it may be often the case that there is not yet a tier 1 type client driving the development for a complete item and so the sub-item is to be developed with no guidance from above. From the perspective of the SC API implementer the safety mechanisms must be created yet be adaptable so when the customer appears those mechanisms can be modified to fit the client’s use cases. The target is to avoid making assumptions that lead to inflexibility with yet unknown use cases and the safety standards that apply.

The documentation to support the assumptions needs to be comprehensive. It needs to cover:

The Khrono SC API itself is very much SEooC and it has to designed to be robust yet flexible enough to accommodate the implementers with their unique safety goals and assumptions.

seoocdevprocessscapi

irudkin commented 7 years ago

Text entered and needs to be reviewed