Disable All Advertising
Image
EAN-139780750650151   EAN-13 barcode 9780750650151
Product NameAircraft Engineering Principles
CategoryBook / Magazine / Publication
Short DescriptionPaperback
Amazon.comA Buy on Amazon ~ 075065015X
Price New33.01 US Dollars    (curriencies)
Price Used22.08 US Dollars    (curriencies)
Width1.39 inches    (convert)
Height9.69 inches    (convert)
Length7.44 inches    (convert)
Weight31.04 ounces    (convert)
AuthorLloyd Dingle, Mike Tooley
Page Count656
BindingPaperback
Published01/13/2005
FeaturesUsed Book in Good Condition
Long DescriptionAircraft Engineering Principles is the essential text for anyone studying for licensed A&P or Aircraft Maintenance Engineer status. The book is written to meet the requirements of JAR-66/ECAR-66, the Joint Aviation Requirement (to be replaced by European Civil Aviation Regulation) for all aircraft engineers within Europe, which is also being continuously harmonised with Federal Aviation Administation requirements in the USA. The book covers modules 1, 2, 3, 4 and 8 of JAR-66/ECAR-66 in full and to a depth appropriate for Aircraft Maintenance Certifying Technicians, and will also be a valuabe reference for those taking ab initio programmes in JAR-147/ECAR-147 and FAR-147. In addition, the necessary mathematics, aerodynamics and electrical principles have been included to meet the requirements of introductory Aerospace Engineering courses. Numerous written and multiple choice questions are provided at the end of each chapter, to aid learning.
Similar Items9780750686952: Aircraft Electrical And Electronic Systems
9780750681384: Aircraft Digital Electronic And Computer Systems
9780750681377: Aircraft Communications And Navigation Systems: Principles, Maintenance And Operation
9780582086272: Aircraft Instruments and Integrated Systems
Created02-26-2012 8:29:51pm
Modified05-01-2020 12:34:59am
MD538562e4544d3e698874747d6020dec39
SHA2567b6685424458618e63c68e57db705dfbca402479af9895b36454c22a726f8140
Search Googleby EAN or by Title
Query Time0.0152600

An article of interest

The Main EANData blog

MSI Barcodes

This symbology was developed by the MSI Data Corporation and is based on the Plessey Code symbology. MSI is most often used in warehouses and inventory control.

This is a continuous non-self-checking symbology meaning it has no predetermined length and there is no validation built into the barcode itself. If you want to validate the data stored in the barcode, you would need to use a check digit. Mod 10 is the most common check digit used with MSI but you can also use mod 1010 or mod 1110. It is allowed but generally not a good idea to omit the check digit all together.

There is a start marker which is represented by three binary digits 110 (where 1 is black and 0 is white). There is also a stop marker which is represented by four binary digits 1001. The remaining markers represent the numeric digits 0-9 (no text or special characters) and each digit is represented by twelve binary digits. Below is a table that describes all of the possible markers. The start and stop markers are the main difference between MSI and Plessey. That and the fact that MSI only covers digits 0-9. You can read these stripes as a binary values where 110 is binary 1 and 100 is binary 0. The stop marker simply has an extra bit on the end.

Character Stripe Bits Binary Value
START 110 1
0 100100100100 0000
1 100100100110 0001
2 100100110100 0010
3 100100110110 0011
4 100110100100 0100
5 100110100110 0101
6 100110110100 0110
7 100110110110 0111
8  110100100100 1000
9  110100100110 1001
STOP 1001 0 + extra stripe

 To create a graphical barcode using this process, you can simply string together a series of 1 and 0 graphic images once you have calculated what your barcode should look like using the table shown above. You can view the source code of this page if you want to see how we created the example shown below.

Code [start]375[stop]
Bits: 110 100100110110 100110110110 100110100110 1001
Graphic:

This is just an example of one way to perform the graphic encoding. It is often easier to just draw the lines instead of tacking together individual images. If you would like to create free MSI barcodes, please visit our barcode generator page. You can save the images you make and use them as needed.