From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f7a41d3c64d000b9 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1995-01-04 10:43:19 PST Path: nntp.gmd.de!Germany.EU.net!howland.reston.ans.net!gatech!bloom-beacon.mit.edu!world!blanket.mitre.org!linus.mitre.org!spectre!eachus From: eachus@spectre.mitre.org (Robert I. Eachus) Newsgroups: comp.lang.ada Subject: Re: Avionic Proximity Warning Date: 03 Jan 1995 23:33:50 GMT Organization: The Mitre Corp., Bedford, MA. Message-ID: References: <9412311351.AA10354@eurocontrol.de> NNTP-Posting-Host: spectre.mitre.org In-reply-to: Bob Wells #402's message of Sat, 31 Dec 1994 14:51:52 +0100 Date: 1995-01-03T23:33:50+00:00 List-Id: In article <9412311351.AA10354@eurocontrol.de> Bob Wells #402 writes: > What is the name of this piece of equipment that tells a pilot the > evasive action he should take to avoid a possible collision with > another detected plane? Such advice is given locally, and is totally > independent of any ATC instruction (making it a bit dangerous IMHO). TCAS, and yes, the air traffic controllers don't like it one bit, but the pilots love it. Since the pilot has "total responsibility for the safety of the aircraft," he can (and many would say automatically should) choose to follow a TCAS directive instead of ATC instruction. But this can mess up all the ATCs nice pretty plans for lots of airplanes. Fortunately, this seems to be an administrative issue so far. I don't think there are any cases where TCAS is alleged to have made the safety situation worse, just that "false" TCAS alerts cause extra workloads for the ATC system and for the controllers. > Anyone know what language it was written in? Bsst! Wrong question. TCAS is really an implementation independent protocol, you would have to ask the manufacturers of avionics equipment what they used for their TCAS boxes. I wouldn't be surprised if you find Ada implementations, as well as others. -- Robert I. Eachus with Standard_Disclaimer; use Standard_Disclaimer; function Message (Text: in Clever_Ideas) return Better_Ideas is...