Please reach us at if you cannot find an answer to your question.
Vista Engineering for Aviation provider of high-quality, professional DER Services and Training for safety critical systems. Engineering consulting services for FAA/EASA certification and design for aviation related systems.
Aerospace and Avionics including EVTOL/UAS/UAV (DO-178, DO-254, DO-326/355/356; SAE ARP-4754, SAE ARP-4761, DO-160, DO-200, DO-278, DO-297 and MIL-STDS), Automotive (ISO26262), and Process Controls (IEC and EN standards).
Whether your project is large or small, our team of experts can provide the resources and solutions you need to get the job done right.
Our record of accomplishment for consistency, timely service, and subject matter expertise makes insurmountable tasks possible to overcome.
Our multifaceted company is here to assist by providing a wide range of trainings and services at affordable prices.
Vista Engineering for Aviation provides a comprehensive range of full life cycle solutions for your safety Critical systems. Aerospace and Avionics, UAS/UAV, EVTOL, Automotive, Medical, Rail, and Process Control. Our goal is to provide the absolute best service in Design and development, verification and test and Certification of your project. Because our quality control standards are high, our experienced experts are among the best in the business. Our goal is to always deliver the best solution to our clients. .
At Vista Engineering for Aviation, Certification support and Designated Engineering Representatives (DERs), and Subject Matter Experts (SME) are necessary for all commercial and military avionics. Avionics Subject Matter Experts (SME) and DERs for your systems, software, or hardware on an as-needed basis.
Development Support
Reliable products require reliable software engineering. And we know that Safety-Critical systems require expertly designed and developed embedded software & hardware.
Engineering expertise covers:
What is RTCA/ DO-178?
RTCA/DO-178, also known as Eurocae ED-12: “Software Considerations in Airborne Systems and Equipment Certification:. RTCA is the acronym for Radio Technical Commission for Aeronautics and is located at 1828 L Street, NW, Suite 805, Washington, D.C. 20036. RTCA/DO-178 was developed by the commercial avionics industry to establish software guidelines for avionics software developers. The first version, DO-178 covered the basic avionics software lifecycle. The second version, DO-178A, added avionics software criticality level details and emphasized software component testing to obtain quality. The current version is Do-178C and, DO-178 has evolved so it contains objectives and guidance for new technologies used in development, like OOA/OOD, MBD (Model based Development), formal Methods, and software configuration and quality via added planning, continuous quality monitoring, and verification and testing in real-world conditions. Technically, DO-178 is merely a guideline. In reality, it is a strict requirement. At around 100 pages, DO-178 is all things to all people, which means it is quite broad in nature and requires in-depth understanding of intent, voluminous ancillary documentation, and case studies to be properly used.
What is DO-254?
DO-254 (also known as DO254, D0254 and Eurocae ED-80) is a formal avionics standard which provides guidance for design assurance of airborne electronic hardware. DO-254 provides information from project conception, planning, design, implementation, testing, and validation, including DO-254 Tool Qualification considerations. DO-254 and DO-178 are actually quite similar, with both having major contributions via personnel with formal software process expertise. Today, avionics systems are comprised of both hardware and software, with each having near-equal effect upon airworthiness. Now, most avionics projects adhere to DO-254 certification or compliance. Additional information can be found via DO-254 training provided by the DO-254 trainers. For information on DO254 training options simply contact admin@vistaEservices.com.
What is a DER?
A DER (Designated Engineering Representative) is an appointed engineering resource who has the authority to pass judgment on aviation-related design/development. An avionics software Designated Engineering Representative may be appointed to act as a Company DER and/or a Consultant DER. A Company DER can act as a Designated Engineering Representative for his/her employer and may only approve or recommend approval of technical data to the FAA for that company. A Consultant DER is an individual appointed to act as an independent consultant DER to approve or recommend approval of technical data to the FAA. Avionics Systems and Software DERs can be contacted via our network; simply contact admin@vistaEservices.com
What is DO-178C?
RTCA DO-178C is the latest revision to DO-178; DO178C was initiated in 2005 with formal publication in 2013. Our DERs have provided input to DO178C and also participate in the ongoing committee meetings. D0-178C will have the following key attributes which differ, or clarify DO-178B: improved clarification on avionics object oriented technology; formal avionics software modeling; avionics systems versus software boundaries; more consistency across the avionics software lifecycle; and consolidate various RTCA avionics documents. Otherwise, D0178C will maintain most of the principles of its predecessor. For more information on DO-178C, simply contact admin@vistaEservices.com
What is the added DO-178 cost?
DO-178 can add 30-150% to avionics software development costs. It should only add 25%-40%, if basic plans and approaches to software engineering principles are used from the onset. Our team can show how to minimize avionics software development costs (admin@vistaEservices.com).
What are the DO-178 certification risks?
You can have a budget over run of 30-100% if the appropriate steps are not taken in performing activities during design and development of a project that has to comply with 178. With expert DO-178 Training and FAA Training, this can be eliminated. Some of the risks are:
Our team can show how to minimize avionics software development costs (admin@vistaEservices.com).
Can you apply DO-178 reverse engineering to your existing software?
Yes, while DO-178 applies principally to new, custom software, there are provisions to apply DO-178 reverse-engineering to previously developed software, preserving most of the already completed work. For information on DO-178 reverse engineering, simply contact admin@vistaEservices.com
What is DO-178 Tool Qualification?
Software development requires many tools including design tools, code generation tools, compilers/linkers, libraries, test tools, and structural coverage tools. DO-178 tool qualification pertains to development and testing tools. Different qualification criteria apply to each and most tools do NOT need to be qualified. When required, DO-178 tool qualification utilizes a subset of DO-178. For information on DO-178 Tool Qualification, simply contact admin@vistaEservices.com
What is DO-178 Roadmap and GAP Analysis?
DO178 Gap Analysis is an evaluation of your current avionics software engineering process and artifacts as contrasted to those required by DO-178. While DO-178 was principally written to cover original, custom developed avionics software, there is recognition that previously developed software can be DO-178 certified. In many cases, particularly military avionics software, DO-178 Compliance is used instead of DO-178 certification. DO-178 Compliance is near-certification but does not require FAA involvement and several of the formal DO-178 requirements are lessened. DO-178 Gap Analysis is typically performed by trained DO-178 consultants or Designated Engineering Representatives. The resultant DO-178 Gap Analysis Roadmap assesses all of the software processes and artifacts. It provides details for filling the gap to meet DO-178 compliance or certification requirements. For information on DO-178 Roadmaps and Analysis, simply contact admin@vistaEservices.com
What is MC/DC?
The official definition of MCDC, (Modified Condition/Decision Coverage) is Every point of entry and exit in the program has been invoked at least once, every condition in a decision in the program has taken on all possible outcomes at least once, and each condition has been shown to affect that decision outcome independently. A condition is shown to affect a decisions outcome independently by varying just that decision while holding fixed all other possible conditions. The key to successful, and accurate, MCDC testing is to analyze each source code construct for potential MCDC applicability and then develop sufficient test cases to ensure that each condition in that construct is independently verified per the aforementioned MC/DC definition. MC/DC analysis is primarily done with the assistance of DO-178 qualified structural coverage analysis tools.
What is avionics dead code?
DO-178 dead code is executable (binary) software that will never be executed during runtime operations. Dead code has no requirements! D0178B generally does not allow for the presence of dead code: it must be removed. Dead code does not trace to any software requirements, hence does not perform any required functionality. Note that unreferenced variables or functions which are not called (hence are unreferenced) elsewhere in the program are usually removed via the compiler or linker. Since they are not present in the binary executable load image, they are not dead code per DO-178.
What is avionics deactivated code?
DO-178 deactivated code is executable (binary) software that will not be executed during runtime operations of a particular software version within a particular avionics box; however the code may be executed during ground maintenance or special operations or be executed within a different or future version of the software within a different configuration or avionic box. Unlike dead code (see above), deactivated code may be left in the source baseline. Special DO-178 deactivated code aspects must be followed. These are fully described in our DO-178 classes; simply contact admin@vistaEservices.com
What is DO-178 Requirements Traceability?
D0178 requirements traceability pertains to the correlation of individual requirements to the design, code, and test elements affiliated with implementing and verifying each requirement. Requirements traceability can be many-to-one, and one-to-many. Requirements traceability needs to be from top-to-bottom (requirements to design to code, and requirements to test). This proves that all requirements have corresponding design elements, source code, and tests. Requirements traceability also needs to be bottom-to-up (tests to requirements, code to design, and design to requirements). This proves that all code, design, and test elements are necessary and have requirements which they implement or verify. For information on tools for requirements traceability and templates to fully handle your productivity and tracking needs, simply contact admin@vistaEservices.com
Which software language is best for avionics software?
High order languages (requiring a compiler with complex syntax construction capabilities) are strongly preferred as they are simply safer. Safe avionics software? Yes, DO-178 emphasizes code consistency, visibility, determinism, defensive coding, robustness, requirements and design traceability, software peer reviews per detailed checklists, thorough testing via structural coverage and real-world asynchronous testing.
Per the above, avionics code is best written in Ada, C and C++. With all languages, a safe subset should be used. Ada was the former defacto avionics language standard, and Ada95 improved the Objected Oriented capabilities. However, the tide is behind C and C++; not because of inherent superiorities, but rather the wider availability of development tools and engineers able to develop real-time embedded C and C++. For more information on Avionics software languages/coding standards, simply contact admin@vistaEservices.com
Which DO-178 Configuration Management (CM) tools are best?
DO-178 requires configuration management of all software lifecycle artifacts including requirements, design, code, tests, documentation, etc. However, DO178 does not require specific tools, not even for avionics configuration management. Hence, avionics configuration management can be performed manually and even via a purely paper-based system. However, virtually all avionics and DO-178 software projects would be better served via configuration management tool. Simple tools (free or low-cost: $0 - $200/user) provide for basic software version control, check-in/check-out, and document management. Higher cost tools provide more complexity and automation of the required DO-178 configuration management processes including problem tracking, version branching, reviews/statusing, metrics, etc. No commercially available FAA CM tool known to us, however, performs all of the required DO-178 configuration management process steps. In particular, data security, offsite backups, peer reviewing each change, and ensuring no unwarranted changes were made, are all DO-178 configuration management process steps that are typically performed outside the scope of an avionics configuration management tool. For more information on DO-178 software tool recommendations, simply contact admin@vistaEservices.com
What is a DO-178 Checklist?
Checklists are used to ascertain and track DO-178 compliance. DO-178 checklists are available from public domain information if you have the time to assemble it (no such checklist is really proprietary or trade-markable), or from private sources who have merely assembled public domain information; simply contact admin@vistaEservices.com for options.
What is DO-178 Independence?
DO-178 independence is the attribute of separate development and review authority applied to different DO-178 lifecycle process steps. Development refers to origination of a DO-178 required artifact (requirements, design, code, test, etc). Review authority refers to an individual tasked with the required DO-178 compliance review of that artifact. The tables in the back of DO-178 describe which artifacts must be reviewed. The tables also cite the level of DO-178 independence to be applied to each review. These independence levels are dictated by the criticality level associated with each review protocol. Additional information, practical examples, and clear case studies are provided via DO-178 training; simply contact admin@vistaEservices.com
What is a DO-178 Criticality Level?
There are five DO-178 criticality levels, with DO-178 Level A being most critical and DO-178 Level E being least critical. The DO-178 criticality level is based upon the contribution of the associated software to potential failure conditions. DO-178 failure conditions are determined by the FAA system safety assessment process. Each avionics system has one defined criticality level (and must be approved by the FAA); however different components within that system can have differing criticality levels subject to certain guidelines. The higher the DO-178 criticality level, the greater the amount of software development effort required. Our DO-178 Training provides additional details on DO-178 criticality levels and how to determine, apply and optimize. Additional information on each DO-178 critical level are provided in DO-178 training; simply contact admin@vistaEservices.com
What is DO-178 Level A?
DO-178 Level A software is software whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a catastrophic failure condition for the aircraft. Failure of DO-178 Level A software could be typified by total loss of life.
What is DO-178 Level B?
DO-178 Level B software is software whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a hazardous/severe-major failure condition for the aircraft. Failure of DO-178 Level B software could be typified by some loss of life.
What is DO-178 Level C?
DO-178 Level C software is software whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a major failure condition for the aircraft. Failure of DO-178 Level C software could be typified by serious injuries.
What is DO-178 Level D?
DO-178 Level D software is software whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a minor failure condition for the aircraft. Failure of DO-178 Level D software could be typified by minor injuries.
What is DO-178 Level E?
DO-178 Level E software is software whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function with no effect on aircraft operational capability or pilot workload. Failure of DO-178 Level E software would have no impact on passenger or aircraft safety. Approximately 10% of avionics systems and 5% of avionics software code must meet DO-178 Level E criteria (note however that the amount of DO-178 Level E source code is increasing due to passenger entertainment and internet communications subsystems that are currently designated Level E; it is deemed likely by us that the criticality levels of these systems will increase due to integration with other, more critical, avionics systems).
What is Tool Qualification, DO-330?
For the construction and safety certification of airborne systems software, the software tools used to build this software generally needs to be qualified. Tool qualification is the process whereby software development and verification tools are assessed to determine if formal qualification is required. There are multiple types of qualification: DO-178/DO-330 development tool (Category 1) qualification, Category 2 tools are verification tools that automate the verification activities, but their output may be used to add development or verification activities, and DO-178/DO-330 verification tool (Category 3) qualification. Development tools provide outputs which are actually present in the embedded operational avionics software. Tools which meet these criteria and which automate or replace process steps cited by DO-178/DO-330 must be qualified. DO-178/DO-330 Tool Qualification details are provided in DO-178 Training courses, simply contact admin@vistaEservices.com
Depending on the tool criteria and design assurance level of the application, the tool will need to be qualified to one of the five new Tool Qualification Levels. The new Tool Qualification Levels under DO-178C are TQL1 (highest) to TQL5 (lowest). The new tool qualification approach under DO-178C also recognizes the different responsibilities of Tool User and Tool Developer in the guidance provided. DO-330, the Tool Qualification guidance, provides objectives for each of the tool qualification levels for both tool user and tool developer. for more information simply contact admin@vistaEservices.com
What is Avionics Software Structural Coverage?
RTCA/DO-178 structural coverage requirements pertain to the proof that formal software verification test cases fully covered the applicable software structures (conditions and paths). DO-178 structural coverage is not required for Level E and Level D software; it is required in increasing degrees for Level C, Level B, and Level A software. DO-178 statement coverage is required for Level C; this essentially requires each code statement to be executed by formal test cases. DO-178 decision condition coverage is required for Level B; this essentially requires each code branch to be executed by formal test cases. DO-178 modified condition decision coverage is required for Level A; this essentially requires each condition within each decision statement to be independently verified for its effect on that statement. DO-178 structural coverage is complex and is a primary cost driver on avionics project. DO-178 structural coverage tools exist from many vendors to assist in verification. We can provide detailed DO-178 structural coverage seminars, tools and Training Programs; for more information simply contact admin@vistaEservices.com
What is DO-178 Certifiability?
DO-178 Certifiability is the designation of an avionics component to meet a defined subset of the DO-178 certification requirements, with the remaining certification requirements to be achieved subsequently. DO-178 certification pertains to individual systems, hence requires all software components of a system to be completed, with each component, and the system, fully meeting all DO-178 requirements. However, in the absence of a completed system, an individual software component (RTOS, graphics library, communications protocol, etc) can be designated certifiable by subjecting that component to all DO-178 requirements. Ask our experts to provide DO-178 certifiability gap analysis/roadmaps and DO178 certifiability kits to enable software component developers to achieve DO-178 certifiability of their products; simply contact admin@vistaEservices.com
What is DO-178 Compliance (DO-178 for UAV or UAS, and Military)?
UAVs or UAS and Military DO178 is a subset of DO-178. Until recently, aerospace and military software standards emphasized documentation consistency rather than the modern software lifecycle attributes associated with avionics software safety (SEI CMM and CMMI). For most Military programs, there has been gradual adoption of DO-178 to emulate the commercial aviation industry. However, Military DO-178 does not require FAA and Designated Engineering Representative involvement, and certain DO-178 objectives may not apply! Also in many UAV/UAS projects a similar step has been initiated. (Even though in the near future the ruling for UAV/UAS may become more clarified by the DOT and the FAA) The resultant process is thus called DO-178 Compliance rather than DO-178 Certification. Our experts provide Military DO-178 Compliance training, templates, and compliance kits; simply contact admin@vistaEservices.com
What is a Certifiable products and RTOS?
Please contact us for additional information on DO-178 certifiable products and RTOS's from team and experts; simply contact admin@vistaEservices.com
What is a DO-178 Software Peer Review?
Please contact us for additional information on DO-178 Software Peer Reviews; simply contact admin@vistaEservices.com
What is Software Safety?
Please contact us for additional information on DO-178 Software Safety, Avionics ARP-4761, ARP-4754, failure modes effect analysis (FMEA), Safety Assessments, and Functional Hazard Analysis (FHA); simply contact admin@vistaEservices.com
What is Safe Coding?
Please contact us for additional information on DO-178 Safe Coding; simply contact admin@vistaEservices.com
What is ARINC-653?
ARINC 653 (Avionics Application Standard Software Interface) is a software specification for space and time partitioning in Safety-Critical avionics Real-time operating systems. It allows to host multiple applications of different software levels on the same hardware in the context of an Integrated Modular Avionics (IMA) architecture. Please contact us for additional information on ARINC653; simply contact admin@vistaEservices.com
What are the issues and advantages of DO-178 Code Generation?
Please contact us for additional information on DO-178 Code Generation; simply contact admin@vistaEservices.com
How do I become an avionics DER?
Please contact us for additional information on becoming a Designated Engineering Representative (DER) for DO-178 or DO-254; simply contact admin@vistaEservices.com
What is UAS/UAV DO-178 Certification?
Unmanned Aircraft Systems (UAS) also known as Unmanned Aircraft Vehicle (UAV) are quickly becoming a reality of life. Not only has the military expanded their use, the civilian sector is now developing UAS for missions, ranging from agriculture to law enforcement to search and rescue, without risking lives and injury. Congress has approved widespread UAS use by late 2015. As a result, the FAA is working to mandate guidance for their use in civilian airspace. Please contact us for additional information on UAV Certification per DO-178; simply contact admin@vistaEservices.com
What is Job AID?
The Job Aid will assist engineers and inspectors in working together to perform a software review prior to certification. The goal of the software review is to assess whether or not the software developed for a project complies with the objectives of RTCA DO-178, “Software Considerations in Airborne Systems and Equipment Certification.
What is DO-254?
DO-254 (also known as DO254, D0254 and Eurocae ED-80) is a formal avionics standard which provides guidance for design assurance of airborne electronic hardware. DO-254 provides certification information from project conception, planning, design, implementation, testing, and validation, including DO-254 Tool Qualification considerations. DO-254 and DO-254 are actually quite similar, with both having major contributions via personnel with formal hardware process expertise. Until recently, avionics hardware certification did not require the same strict avionics certification standards as did hardware via DO-254. Today, avionics systems are comprised of both hardware and hardware, with each having near-equal effect upon airworthiness. Now, most avionics projects come under a DO-254 certification or compliance mandate. Additional information can be found via formal DO-254 training provided by the DO-254 trainers. For information on DO254 training options simply contact admin@vistaeservices.com .
What is a DER?
A DER (Designated Engineering Representative) is an appointed engineering resource who has the authority to pass judgment on aviation-related design/development. An avionics hardware Designated Engineering Representative may be appointed to act as a Company DER and/or a Consultant DER. A Company DER can act as a Designated Engineering Representative for his/her employer and may only approve or recommend approval of technical data to the FAA for that company. A Consultant DER is an individual appointed to act as an independent consultant DER to approve or recommend approval of technical data to the FAA. Avionics Systems and Hardware DERs can be contacted via our network; simply contact admin@vistaeservices.com .
Can you apply DO-254 reverse engineering to your existing hardware?
While DO-254 applies principally to new, custom hardware, there are provisions to apply DO-254 reverse-engineering to previously developed hardware, preserving most of the already completed work. For information on DO-254 reverse engineering, simply contact admin@vistaeservices.com
What is DO-254 Tool Qualification?
Hardware development requires many tools including design tools, implementation generation tools, synthesis, simulation, libraries, test tools, and structural coverage tools. DO-254 tool qualification pertains to development and testing tools. Different qualification criteria apply to each and most tools do NOT need to be qualified. When required, DO-254 tool qualification utilizes a subset of DO-254. For information on DO-254 Tool Qualification, simply contact admin@vistaeservices.com
What is DO-254 GAP Analysis?
DO254 Gap Analysis is an evaluation of your current avionics hardware engineering process and artifacts as contrasted to those required by DO-254. While DO-254 was principally written to cover original, custom developed avionics hardware, there is recognition that previously developed hardware can be DO-254 certified. In many cases, particularly military avionics hardware, DO-254 Compliance is used instead of DO-254 certification. DO-254 Compliance is near-certification but does not require FAA involvement and several of the formal DO-254 requirements are lessened. DO-254 Gap Analysis is typically performed by trained DO-254 consultants or Designated Engineering Representatives. The resultant DO-254 Gap Analysis RoadMap assesses all of the hardware processes and artifacts. It provides details for filling the gap to meet DO-254 compliance or certification requirements. For information on DO-254 Gap Analysis, simply contact admin@vistaeservices.com
What is DO-254 Requirements Traceability?
D0254 requirements traceability pertains to the correlation of individual requirements to the design, implementation, and test elements affiliated with implementing and verifying each requirement. Requirements traceability can be many-to-one, and one-to-many. Requirements traceability needs to be from top-to-bottom (requirements to design to implementation, and requirements to test). This proves that all requirements have corresponding design elements, implementation, and tests. Requirements traceability also needs to be bottom-to-up (tests to requirements, implementation to design, and design to requirements). This proves that all implementation, design, and test elements are necessary and have requirements which they implement or verify. For information on tools from our teams for requirements traceability and templates to fully handle your productivity and tracking needs, simply contact admin@vistaeservices.com
Which DO-254 Configuration Management (CM) tools are best?
DO-254 requires configuration management of all hardware lifecycle artifacts including requirements, design, implementation, tests, documentation, etc. However, DO254 does not require specific tools, not even for avionics configuration management. Hence, avionics configuration management can be performed manually and even via a purely paper-based system. However, virtually all avionics and DO-254 hardware projects would be better served via configuration management tool. Simple tools (free or low-cost: $0 - $200/user) provide for basic hardware version control, check-in/check-out, and document management. Higher cost tools provide more complexity and automation of the required DO-254 configuration management processes including problem tracking, version branching, reviews/statusing, metrics, etc. No commercially available FAA CM tool known to us, however, performs all of the required DO-254 configuration management process steps. In particular, data security, offsite backups, peer reviewing each change, and ensuring no unwarranted changes were made, are all DO-254 configuration management process steps that are typically performed outside the scope of an avionics configuration management tool. For more information on DO-254 hardware tool recommendations, simply contact admin@vistaeservices.com
What is a DO-254 Checklist?
Checklists are used to ascertain and track DO-254 compliance. DO-254 checklists are available from public domain information if you have the time to assemble it, or from private sources; simply contact admin@vistaeservices.com for options.
What is DO-254 Independence?
DO-254 independence is the attribute of separate development and review authority applied to different DO-254 lifecycle process steps. Development refers to origination of a DO-254 required artifact (requirements, design, implementation, test, etc). Review authority refers to an individual tasked with the required DO-254 compliance review of that artifact. The tables in the back of DO-254 describe which artifacts must be reviewed. The tables also cite the level of DO-254 independence to be applied to each review. These independence levels are dictated by the criticality level associated with each review protocol. Additional information, practical examples, and clear case studies are provided via DO-254 training; simply contact admin@vistaeservices.com
What is a DO-254 Criticality Level?
There are five D0/254 criticality levels, with DO-254 Level A being most critical and DO-254 Level E being least critical. The DO-254 criticality level is based upon the contribution of the associated hardware to potential failure conditions. DO-254 failure conditions are determined by the FAA system safety assessment process. Each avionics system has one defined criticality level (and must be approved by the FAA); however different components within that system can have differing criticality levels subject to certain guidelines. The higher the DO-254 criticality level, the greater the amount of hardware development effort required. Our DO-254 Training provides additional details on DO-254 criticality levels and how to determine, apply and optimize. Additional information on each DO-254 critical level are provided in DO-254 training; simply contact admin@vistaeservices.com
What is DO-254 Level A?
DO-254 Level A hardware is hardware whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a catastrophic failure condition for the aircraft.
What is DO-254 Level B?
DO-254 Level B hardware is hardware whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a hazardous/severe-major failure condition for the aircraft.
What is DO-254 Level C?
DO-254 Level C hardware is hardware whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a major failure condition for the aircraft.
What is DO-254 Level D?
DO-254 Level D hardware is hardware whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function resulting in a minor failure condition for the aircraft.
What is DO-254 Level E?
DO-254 Level E hardware is hardware whose anomalous behavior, as shown by the system safety assessment process, would cause or contribute to a failure of system function with no effect on aircraft operational capability or pilot workload. Failure of DO-254 Level E hardware would have no impact on passenger or aircraft safety.
What is DO-254 Tool Qualification?
DO-254 tool qualification is the process whereby hardware development and verification tools are evaluated to determine if formal qualification is required. There are two types of qualification: DO-254 development tool qualification and DO-254 verification tool qualification. DO-254 development tools provide outputs which are actually present in the embedded operational avionics hardware. Such tools must apply DO-254 hardware lifecycle aspects to ensure integrity. DO-254 verification tools are used to assist DO-254 verification. Tools which meet these criteria and which automate or replace process steps cited by DO-254 must be qualified. DO-254 Tool Qualification details are provided in DO-254 Training courses, our information and papers on DO-254 Tool Qualification, or simply contact admin@vistaeservices.com
What is DO-254 Certifiability?
DO-254 Certifiability is the designation of an avionics component to meet a defined subset of the DO-254 certification requirements, with the remaining certification requirements to be achieved subsequently. DO-254 certification pertains to individual systems, hence requires all hardware components of a system to be completed, with each component, and the system, fully meeting all DO-254 requirements. However, in the absence of a completed system, an individual hardware component (ASIC, FPGA, PLD, board, etc) can be designated certifiable by subjecting that component to all DO-254 requirements. our information provide DO-254 certifiability roadmaps and DO254 certifiability kits to enable hardware component developers to achieve DO-254 certifiability of their products; simply contact admin@vistaeservices.com
What is DO-254 Compliance (DO-254 for Military)?
Military DO254 is a subset of DO-254. Until recently, aerospace and military hardware standards emphasized documentation consistency rather than the modern hardware lifecycle attributes associated with avionics hardware safety (SEI CMM and CMMI). Led by the U.S. Military, there has been gradual adoption of DO-254 to emulate the commercial aviation industry. However, Military DO-254 does not require FAA and Designated Engineering Representative involvement, and certain DO-254 requirements are lessened. The resultant process is thus called DO-254 Compliance rather than DO-254 Certification. our information provide Military DO-254 Compliance training, templates, and compliance kits; simply contact admin@vistaeservices.com
What is a DO-254 Hardware Peer Review?
Please contact us for additional information on DO-254 Hardware Peer Reviews; simply contact admin@vistaeservices.com
What is Hardware Safety?
Please contact us for additional information on DO-254 Hardware Safety, Avionics ARP-4761, ARP-4754, failure modes effect analysis (FMEA), Safety Assessments, and Functional Hazard Analysis (FHA); simply contact admin@vistaeservices.com
How do I become an avionics DER?
Please contact us for additional information on becoming a Designated Engineering Representative (DER) for DO-178 or DO-254; simply contact admin@vistaeservices.com
What is Job AID?
The Job Aid will assist engineers and inspectors in working together to perform a hardware review prior to certification. The goal of the review is to assess whether or not the hardware developed for a project complies with the objectives of RTCA DO-254.
The concept of integrated modular avionics came due to the huge advancements in the electronics industry, increased functional complexity in the avionics systems and need for smart integrated and modular systems. The concept of integrated modular avionics came in mid-90 due to huge investments made by the airline industries on more integrated platforms. The basic concept behind IMA is sharing the common set of “cabinets” with ARINC 653 specifications that are connected simultaneously with other secondary equipment through number of multiple access network which are based on ARINC 664 specifications. Each cabinet is a high-power computing hub which substitutes a number of avionics applications. Each cabinet has an adequate processing and interface capability to maintain the required integration of avionics functionality. The system specific application software is designed to conform the appropriate standards of the application executive interface specification (APEX). Thus this application standard also allows the application software reusability on processors of diverse hardware designs.
RTCA DO-326A, “Airworthiness Security Process Specification” is the de facto industry standard for cybersecurity in aircrafts. It provides guidance on how to systematically avoid and mitigate malicious interference with aircraft systems, also known as “Intentional Unauthorized Electronic Interaction” (IUEI) or cybersecurity threats. It is often referred to in the industry as “an intro to aviation cybersecurity”.
DO-326A represents the official European compliance requirements for all aircraft, engines, rotorcraft, and propellers. The contents of the standard explore what it means to create an ecosystem of secure safety, while outlining compliance objectives and data requirements for manufacturers. The primary focus of DO-326A is outlining how to prevent malware infecting the avionics systems during development and flight operations, when an attack could severely affect the way the aircraft is supposed to work, and endanger passenger and operator safety.
Our project management team can help you manage all aspects of your engineering project, from planning and design to construction and implementation. We can help you ensure that your project is completed on time, within budget, and to your specifications.
Copyright © 2024 Vista Engineering for Aviation - All Rights Reserved.
Powered by GoDaddy
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.