ARINC 627-2-2002 Programmers Guide for SMART Systems Using ARINC 626 ATLAS《使用ARINC 626 ATLAS 1990维护和修理技术系统指南包括附录1和2》.pdf
《ARINC 627-2-2002 Programmers Guide for SMART Systems Using ARINC 626 ATLAS《使用ARINC 626 ATLAS 1990维护和修理技术系统指南包括附录1和2》.pdf》由会员分享,可在线阅读,更多相关《ARINC 627-2-2002 Programmers Guide for SMART Systems Using ARINC 626 ATLAS《使用ARINC 626 ATLAS 1990维护和修理技术系统指南包括附录1和2》.pdf(451页珍藏版)》请在麦多课文档分享上搜索。
1、PROGRAMMERS GUIDE FORSMART SYSTEMS USINGARINC 626 ATLASARINC REPORT 627-2PUBLISHED: June 30, 2002AN DOCUMENTPrepared byAIRLINES ELECTRONIC ENGINEERING COMMITTEEPublished byAERONAUTICAL RADIO, INC.This document is based on material submitted by variousparticipants during the drafting process. Neither
2、 AEEC norARINC has made any determination whether these materials couldbe subject to valid claims of patent, copyright or other proprietaryrights by third parties, and no representation or warranty, expressor implied, is made in this regard. Any use of or reliance on thisdocument shall constitute an
3、 acceptance thereof “as is” and besubject to this disclaimer.Copyright 2002 byAERONAUTICAL RADIO, INC.2551 Riva RoadAnnapolis, Maryland 21401ARINC REPORT 627-2PROGRAMMERS GUIDE FOR SMART SYSTEMSUSING ARINC 626 ATLASPublished: June 30, 2002Prepared by the Airlines Electronic Engineering CommitteeRepo
4、rt 627 Adopted by the Airlines Electronic Engineering Committee: January 2, 1990Report 627 Adopted by the Industry: February 23, 1990Summary of Document SupplementsSupplement Adoption Date PublishedReport 627-1 July 24, 1992 August 18, 1992Report 627-2 April 15, 1996 June 30, 2002FOREWORDActivities
5、of AERONAUTICAL RADIO, INC. (ARINC)and thePurpose of ARINC Reports and SpecificationsAeronautical Radio, Inc., is a corporation in which the United States scheduled airlines are theprincipal stockholders. Other stockholders include a variety of other air transport companies, aircraftmanufacturers an
6、d non-U.S. airlines.Activities of ARINC include the operation of an extensive system of domestic and overseasaeronautical land radio stations, the fulfillment of systems requirements to accomplish ground and airbornecompatibility, the allocation and assignment of frequencies to meet those needs, the
7、 coordination incident tostandard airborne communications and electronics systems and the exchange of technical information.ARINC sponsors the Flight Simulator Engineering and Maintenance Conference (FSEMC), composed ofairline technical personnel. The FSEMC formulates Flight Training Device (FTD) st
8、andards for electronicequipment and systems for the airlines. The establishment of Equipment Characteristics is a principalfunction of this Committee.It is desirable to reference certain general ARINC Specifications or Report which are applicable tomore than one type of equipment. These general Spec
9、ifications and Reports may be considered assupplementary to the Equipment Characteristics in which they are referenced. They are intended to setforth the desires of the airlines pertaining to components and general design, construction and test criteria,in order to insure satisfactory operation and
10、the necessary interchangeability in airline service. The releaseof a Specification or Equipment Characteristics should not be construed to obligate ARINC or any airlineinsofar as the purchase of any components or equipment is concerned.An ARINC Report ( Specification or Characteristic) has a twofold
11、 purpose, which is:(1) To indicate to the prospective manufacturers of airline electronic equipment the consideredopinion of the airline technical people, coordinated on an industry basis, concerningrequisites of new equipment, and(2) To channel new equipment designs in a direction which can result
12、in the maximum possiblestandardization of those physical and electrical characteristics which influenceinterchangeability of equipment without seriously hampering engineering initiative.iiARINC REPORT 627TABLE OF CONTENTSITEM SUBJECT PAGEiii1.0 INTRODUCTION 11.1 Purpose of this Document 11.2 Backgro
13、und 11.3 Goals of ARINC 626 ATLAS 21.4 ARINC Report 627 Overview 21.4.1 Introduction - Section 1 31.4.2 ATLAS Test Program Structure - Section 2 31.4.3 Good Programming Practices - Section 3 31.4.4 Operator Interface - Section 4 31.4.5 Guidance for Using Selected ARINC 626 ATLAS Constructs - Section
14、 5 31.4.6 Documentation - Section 6 31.4.7 Test Unit Adapters (TUA) and TUA Directive Files - Section 7 31.4.8 ATLAS Main Program Template (MAIN) 41.4.9 Additional ATLAS Libraries 41.4.10 Software Development Tools 41.4.11 Program Examples 41.4.12 Standardized Non-ATLAS Module Procedure Calls 41.4.1
15、3 Graphical Functions 41.4.14 Glossary 41.5 Relationship Between ATLAS Test Specification and ATLAS Test Program 51.6 Related Documents 52.0 ATLAS TEST PROGRAM STRUCTURE 62.1 Introduction 62.2 The Benefits of a Standard Test Program Structure2.2.1 Design and Development Phase 62.2.2 Test and Repair
16、Phase 62.2.3 Program Maintenance Phase 62.3 The TPS Template 62.3.1 Description of the TPS Template 72.3.2 Guidance in Using the TPS Template 72.3.3 The Standard, User, and UUT Libraries 92.3.4 Test Executive Built-In Procedures 132.3.5 Procedures Accessible to the TPS Programmer 132.3.6 Library and
17、 Test Executive Global Stores 132.3.7 Signal Modules 183.0 GOOD PROGRAMMING PRACTICES 193.1 Introduction 193.2 Test Objectives 193.3 Preparation for ATLAS Test Program Development 203.4 Use of Virtual Resources 203.5 Proper Test Sequence 213.6 Test Program Maintainability 223.6.1 Configuration Contr
18、ol 223.6.2 Use of Commentary 223.6.3 Meaningful Labels 223.6.4 Test Organization 223.6.5 Conversion of Digital Words 233.7 Complete and Partial Testing 233.7.1 Selective Testing Using Entry Points 233.7.2 Selective Testing Using BLOCK Structures 243.7.3 Use of Entry Points 243.8 Diagnostics 243.9 Pr
19、ogramming Methodology 243.9.1 Test Program Development 253.9.2 Overview of Technical Activities 264.0 OPERATOR INTERFACE 344.1 Introduction 344.2 Operator Skill Level 344.3 Operator Directive Messages 344.4 PASS/FAIL Messages 354.5 Use of INPUT/OUTPUT Statements 354.5.1 Output Messages 364.6 Long Te
20、st Execution Time 364.7 Consistency 37ARINC REPORT 627TABLE OF CONTENTSITEM SUBJECT PAGEiv4.8 Standardized Test Reports 374.9 Use of Graphics Within SMART 375.0 GUIDANCE FOR USING SELECTED ARINC 626 CONSTRUCTS 395.1 Use of EXTEND ATLAS Noun 395.1.1 Management of the EXTEND ATLAS Facility 395.1.2 Res
21、ponsibility for the Management of Extensibility 405.2 Manometrics and Fluid Signals 415.3 Digital Testing 415.4 Bus Testing 415.4.1 Protocol Establishment 415.4.2 Exchange Data 425.4.3 DO EXCHANGE Statement 435.5 Use of NON-ATLAS Modules in Digital Testing 435.5.1 General 435.5.2 Portability 445.6 T
22、he DEFINE DRAWING Statement 445.6.1 Completeness of the Drawing Information 455.6.2 Use of the DEFINE DRAWING Statement 455.6.3 Use of the APPLY DRAWING Statement 455.6.4 Use of the REMOVE DRAWING Statement 465.6.5 Use of the MONITOR Statement 465.6.6 Notes and Examples 465.6.7 Signal Conditioners 4
23、65.7 Implementation of Decimal and Integer 465.8 Implementation Differences Between ARINC 626 and SMART 476.0 DOCUMENTATION 536.1 Introduction 536.2 CMM Documentation 536.3 ATE Documentation 536.4 TPS Documentation 536.4.1 The ATLAS Test Program 546.4.2 Supplementary Documentation 546.4.2.1 Addition
24、al TPS Information 546.4.2.1.1 DEFINE DRAWING 556.4.2.1.2 Extended ATLAS Vocabulary 556.4.2.1.3 NON-ATLAS Modules 556.4.2.1.4 Data Bus 556.4.2.2 Operator Actions 556.4.2.3 TUA Directive Files 566.4.2.4 External Data Files 567.0 TUA AND TUA DIRECTIVE FILES 577.1 Relationship Between ATLAS And Test Un
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ARINC62722002PROGRAMMERSGUIDEFORSMARTSYSTEMSUSINGARINC626ATLAS 使用 ARINC626ATLAS1990 维护 修理 技术 系统 指南 包括

链接地址:http://www.mydoc123.com/p-429513.html