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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,49dfdc6354253834 X-Google-Attributes: gid103376,public From: Joseph P Vlietstra Subject: Re: Mil-std 1553 Date: 1999/04/15 Message-ID: <3716CCF8.839328EF@concentric.net>#1/1 X-Deja-AN: 467012281 Content-Transfer-Encoding: 7bit References: <7encug$d1e$1@nnrp1.dejanews.com> To: imohammed@mailexcite.com X-Accept-Language: en Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Organization: Mojave Systems Mime-Version: 1.0 Reply-To: joevl@concentric.net Newsgroups: comp.lang.ada Date: 1999-04-15T00:00:00+00:00 List-Id: imohammed@mailexcite.com wrote: > I am trying to write driver for 1553 for VxWorks system. I was wondering if > there is any book or paper available that could be helpful Just about every MIL-STD-1553 vendor provides introductory material on the the 1553 data bus. SBS avionics provides a nice 1553 tutorial, available at: ftp://ftp.sbse.com/web_files/pdf/general/1553Interpretation.pdf My personal favorite is the DDC 1553 Designer's Guide, available at: http://www.ilcddc.com/products/databus/ There's an unofficial version of MIL-STD-1553B, Notice 4, retyped into Microsoft Word available somewhere on the net. (I have it, just can't remember where I got it.) Also, if you can get a copy of MIL-HDBK-1553, grab it. Official 1553 documentation can be purchased from the Society of Automotive Engineers (www.sae.org). The Aeronautical Systems section of SAE is responsible for 1553 standards development. The offical standard is AS-11553, there's a couple of good handbooks (AS-12 and AS-19), and standard test plans (don't recall the AS numbers). One of the handbooks (AS-12 or AS-19) is called "MIL-STD-1553 Reorganized" reorganizes the standard in a more orderly fashion and provides annotation and reasoning. Finally, since this is the comp.lang.ada newsgroup after all, you may want to pick up a copy of the Ada 1553 driver/bindings from Noetic Software. The device driver was written for a DDC 1553 card, but we were able to easily modify it to run an EDT 1553 card. The CD from Noetic costs $150 (or $500, can't remember). Hope this helps, Joe Vl