MIL-STD-1553 is a military standard published by the United States Department of Defense that defines the mechanical, electrical, and functional characteristics of a serial data bus. It was originally designed as an avionic data bus for use with military avionics, but has also become commonly used in spacecraft on-board data handling (OBDH) subsystems, both military and civil, including use on the James Webb space telescope. It features multiple (commonly dual) redundant balanced line physical layers, a (differential) network interface, time-division multiplexing, half-duplex command/response protocol, and can handle up to 31 Remote Terminals (devices); 32 is typically designated for broadcast messages. A version of MIL-STD-1553 using optical cabling in place of electrical is known as MIL-STD-1773.

MIL-STD-1553 was first published as a U.S. Air Force standard in 1973, and first was used on the F-16 Falcon fighter aircraft. Other aircraft designs quickly followed, including the F/A-18 Hornet, AH-64 Apache, P-3C Orion, F-15 Eagle and F-20 Tigershark. It is widely used by all branches of the U.S. military and by NASA. Outside of the US it has been adopted by NATO as STANAG 3838 AVS. STANAG 3838, in the form of UK MoD Def-Stan 00-18 Part 2, is used on the Panavia Tornado; BAE Systems Hawk (Mk 100 and later); and extensively, together with STANAG 3910 "EFABus", on the Eurofighter Typhoon. Saab JAS 39 Gripen uses MIL-STD-1553B. The Russian made MiG-35 also uses MIL-STD-1553. MIL-STD-1553 is being replaced on some newer U.S. designs by IEEE 1394 (commonly known as FireWire).

Revisions

MIL-STD-1553B, which superseded the earlier 1975 specification MIL-STD-1553A, was published in 1978. The basic difference between the 1553A and 1553B revisions is that in the latter, the options are defined rather than being left for the user to define as required. It was found that when the standard did not define an item, there was no coordination in its use. Hardware and software had to be redesigned for each new application. The primary goal of the 1553B was to provide flexibility without creating new designs for each new user. This was accomplished by specifying the electrical interfaces explicitly so that electrical compatibility between designs by different manufacturers could be assured.

Six change notices to the standard have been published since 1978. For example, change notice 2 in 1986 changed the title of the document from "Aircraft internal time division command/response multiplex data bus" to "Digital time division command/response multiplex data bus".

MIL-STD-1553C is the last revision made in February 2018. Revision C is functionally equivalent to Revision B but contains updated graphics and tables to ease readability of the standard.

The MIL-STD-1553 standard is maintained by both the U.S. Department of Defense and the Aerospace branch of the Society of Automotive Engineers.

Physical layer

A single bus consists of a wire pair with 70–85 Ω impedance at 1 MHz. Where a circular connector is used, its center pin is used for the high (positive) Manchester bi-phase signal. Transmitters and receivers couple to the bus via isolation transformers, and stub connections branch off using a pair of isolation resistors and, optionally, a coupling transformer. This reduces the impact of a short circuit and ensures that the bus does not conduct current through the aircraft. A Manchester code is used to present both clock and data on the same wire pair and to eliminate any DC component in the signal (which cannot pass the transformers). The bit rate is 1.0 megabit per second (1-bit per μs). The combined accuracy and long-term stability of the bit rate is only specified to be within ±0.1%; the short-term clock stability must be within ±0.01%. The peak-to-peak output voltage of a transmitter is 18–27 V.

The bus can be made dual or triply redundant by using several independent wire pairs, and then all devices are connected to all buses. There is provision to designate a new bus control computer in the event of a failure by the current master controller. Usually, the auxiliary flight control computer(s) monitor the master computer and aircraft sensors via the main data bus. A different version of the bus uses optical fiber, which weighs less and has better resistance to electromagnetic interference, including EMP. This is known as MIL-STD-1773. NASA's "AS 1773" experiment has a dual rate of 1 Mbit/s or 20 Mbit/s – probably a predecessor of STANAG 3910.

Bus protocol

A MIL-STD-1553 multiplex data bus system consists of a Bus Controller (BC) controlling multiple Remote Terminals (RTs) all connected together by a data bus providing a single data path between the BC and all the associated RTs. There may also be one or more Bus Monitors (BMs). BMs are specifically not allowed to take part in data transfers, and are only used to capture or record data for analysis, etc. In redundant bus implementations, several data buses are used to provide more than one data path, i.e. dual redundant data bus, tri-redundant data bus, etc. All transmissions onto the data bus are accessible to the and all connected s. Messages consist of one or more 16-bit words (command, data, or status). The 16 bits comprising each word are transmitted using Manchester code, where each bit is transmitted as a high and low for a logical 1 or a low-high sequence for a logical 0. Each word is preceded by a sync pulse ( low plus high for data words and the opposite for command and status words, which cannot occur in the Manchester code) and followed by an odd parity bit. Practically each word could be considered as a word: for sync, for payload and for odd parity control. The words within a message are transmitted contiguously and there has to be a minimum of a gap between messages. However, this inter-message gap can be, and often is, much larger than , even up to with some older bus controllers. Devices are required to start transmitting their response to a valid command within and are considered to not have received a command or message if no response has started within .

Command sequence

All communication on the bus is under the control of the using commands from the BC to the s to receive or transmit. The sequence of words is in the form of and is a notation similar to Communicating Sequential Processes (CSP). For transfer of data from the BC to a RT the sequence is:

:master.command(terminal) terminal.status(master) master.data(terminal) master.command(terminal) terminal.status(master)

For RT to RT communication it is:

:master.command(terminal_1) terminal_1.status(master) master.command(terminal_2) terminal_2.status(master) master.command(terminal_1) terminal_1.data(terminal_2) master.command(terminal_2) terminal_2.status(master)

This means that during a transfer, all communication is started by the , and a terminal device cannot start a data transfer on its own.

The sequences ensure that the terminal is functioning and able to receive data. The status word at the end of a data transfer sequence ensures that the data has been received and that the result of the data transfer is acceptable. It is this sequence that gives MIL-STD-1553 its high integrity.

However, the standard does not specify any particular timing for any particular transfer — that's up to the system designers.

Whilst s cannot start a transfer directly on their own, the standard does include a method for when an RT needs to transmit data that is not automatically scheduled by the BC.

Six types of transactions are allowed between the BC and a specific RT or between the Bus Controller and a pair of RTs:

thumb|500px|Figure 6: Information transfer formats. Note: "TRANSMIT COMMAND" equals "command word"

MIL-STD-1553B

MIL-STD-1553B introduced the concept of optional broadcast transfers, in which data is sent to all s that implement the option, but to which no RTs respond, as this would cause conflicts on the bus. These can be used where the same data is sent to multiple RTs, to reduce the number of transactions and thus reduce the loading on the data bus. However, the lack of explicit responses by the RTs receiving these broadcasts means that these transfers cannot be automatically re-tried in the event of an error in the transaction.

Four types of broadcast transactions are allowed between the and all capable s. All are sent to the broadcast address (31):

thumb|500px|Figure 7: Broadcast information transfer formats

Command word

The command word is built as follows. The most significant 5 bits are the RT address. Bit 10 is 0 for receive or 1 for transmit. The next 5 bits indicate the location (sub-address) to hold or get data on the terminal. The last 5 bits indicate the number of words to expect. In the case of a mode code, these bits indicate the mode code number (e.g., initiate self test and transmit BIT word).

Status word

The status word decodes as follows. The first 5 bits are the address of the RT that is responding. The rest of the word is single bit condition codes, with bits 5-7 reserved and set to zero. A flag set to one indicates the condition is true. More than one condition may be true at the same time.

Example

The image below exemplifies many of the protocol and physical layer concepts explained above. For example, the command word in binary is 000 the address contained in the command word has a value of 0x3 (in range of 0 to 31). The sixth bit is 1, indicating a transmit from the RT. The sub-address is 0x01. The last 5 bits indicate the number of words requested, which has a value of 1. The RT responds with a status word (binary 000) containing its address (0x3, as the BC requested), and the reserved bits zeroed and all status flags set to false, followed by the single word of data requested (which had a value of 2).

center|A RT to BC Transfer, with 1 Data Word

Conceptual description

thumb|499x499px|: Sample MIL-STD-1553B Multiplex Data Bus Architecture

Figure 1 shows a sample MIL-STD-1553B system that consists of:

  • Redundant MIL-STD-1553B buses.
  • A Bus Controller.
  • A Backup Bus Controller.
  • A Bus Monitor.
  • A standalone Remote Terminal with one or more subsystems communicating with it.
  • A subsystem with an embedded Remote Terminal.

Bus controller

There is only one Bus Controller (BC) at a time on any MIL-STD-1553 bus. It initiates all message communication over the bus. The 1553B spec dictates that all devices in the system be connected to a redundant pair of buses to provide an alternate data path in the event of damage or failure of the primary bus. Bus messages only travel on one bus at a time, determined by the .

Backup Bus Controller

While there may be only one BC on the bus at any one time, the standard provides a mechanism for handover to a Backup Bus Controller (BBC), using flags in the status word and Mode Codes. This may be used in normal operation where handover occurs because of some specific function, e.g. handover to or from a BC that is external to the aircraft, but connected to the bus. Procedures for handover in fault and failure conditions generally involve discrete connections between the main and s, and the backup monitoring the actions of the main BC during operation. For example, if there is a prolonged quiescence on the bus indicating that the active BC has failed, the next highest priority BBC, indicated by the discrete connections, will take over and begin operating as the active BC.

Bus monitor

A Bus Monitor (BM) cannot transmit messages over the data bus. Its primary role is to monitor and record bus transactions, without interfering with the operation of the Bus Controller or the RTs. These recorded bus transactions can then be stored, for later off-line analysis.

Ideally, a captures and records all messages sent over the 1553 data bus. However, recording all of the transactions on a busy data bus might be impractical, so a is often configured to record a subset of the transactions, based on some criteria provided by the application program.

Alternatively, a is used in conjunction with a . This allows the BBC to take over immediately if it is called upon to become the active Bus Controller.

Remote terminal

A Remote Terminal (RT) can be used to provide:

  • An interface between the MIL-STD-1553B data bus and an attached subsystem.
  • A bridge between a MIL-STD-1553B bus and another MIL-STD-1553B bus.

For example, in a tracked vehicle, an might acquire data from an inertial navigational subsystem, and send that data over a 1553 data bus to another RT, for display on a crew instrument. Simpler examples of RT might be interfaces that switch on the headlights, the landing lights, or the annunciators in an aircraft.

Test plans for remote terminals

Bus hardware characteristics

The bus hardware encompasses:

Cabling

The industry has standardized the cable type as a twinax cable with a characteristic impedance of , which is almost the midpoint of the specification range of .

MIL-STD-1553B does not specify the length of the cable. However, the maximum length of cable is directly related to the gauge of the cable conductor and time delay of the transmitted signal. A smaller conductor attenuates the signal more than a larger conductor. Typical propagation delay for a 1553B cable is . Thus, the end-to-end bus would have a propagation delay, which is equal to the average rise time of a 1553B signal. According to MIL-HDBK-1553A, when a signal's propagation delay time is more than 50% of the rise or fall time, it is necessary to consider transmission line effects. This delay time is proportional to the distance propagated. Also, consideration must be given to the actual distance between the transmitter and receiver, and the individual waveform characteristics of the transmitters and receivers.

MIL-STD-1553B specifies that the longest stub length is for transformer coupled stubs, but can be exceeded. With no stubs attached, the main bus looks like an infinite length transmission line with no disturbing reflections. When a stub is added, the bus is loaded and a mismatch occurs with resulting reflections. The degree of mismatch and signal distortion due to reflections are a function of the impedance presented by the stub and terminal input impedance. To minimize signal distortion, it is desirable that the stub maintain high impedance. This impedance is reflected back to the bus. At the same time, however, the impedance must be kept low so that adequate signal power will be delivered to the receiving end. Therefore, a tradeoff between these conflicting requirements is necessary to achieve the specified signal-to-noise ratio and system error rate performance (for more information, refer to MIL-HDBK-1553A).

Stubbing

thumb|200px|Figure 9: Data bus interface using transformer coupling

Each terminal, , , or , is connected to the bus through a stub, formed of a length of cable of the same type as the bus itself. MIL-STD-1553B defines two ways of coupling these stubs to the bus – transformer coupled stubs and direct coupled stubs. Transformer coupled stubs are preferred for their fault tolerance and better matching to the impedance of the bus, and consequent reduction in reflections, etc. The appendix to MIL-STD-1553B (in section 10.5, Stubbing) states "The preferred method of stubbing is to use transformer coupled stubs… This method provides the benefits of DC isolation, increased common mode rejection, a doubling of effective stub impedance, and fault isolation for the entire stub and terminal. Direct coupled stubs… should be avoided if at all possible. Direct coupled stubs provide no DC isolation or common mode rejection for the terminal external to its subsystem. Further, any shorting fault between the subsystems [sic] internal isolation resistors (usually on a circuit board) and the main bus junction will cause failure of that entire bus. It can be expected that when the direct coupled stub length exceeds , that it will begin to distort the main bus waveforms."

The use of transformer coupled stubs also provides improved protection for 1553 terminals against lightning strikes. Isolation is even more critical in new composite aircraft where the skin of the aircraft no longer provides an inherent Faraday shield as was the case with aluminum skinned aircraft.

In a transformer coupled stub, the length of the stub cable should not exceed , but this may be exceeded "if installation requirements dictate." The coupling transformer has to have a turns ratio of 1:1.41 ± 3.0%. The resistors R both have to have a value of , where is the characteristic impedance of the bus at .

thumb|200px|Figure 10: Data bus interface using direct coupling

In a direct coupled stub, the length of stub cable should not exceed 1-foot, but again this may be exceeded if installation requirements dictate. The isolation resistors R have to have a fixed value of .

Bus couplers

Stubs for RTs, the BC, or BMs, are generally connected to the bus through coupling boxes, which may provide a single or multiple stub connections. These provide the required shielding () and, for transformer coupled stubs, contain the coupling transformers and isolation resistors. They have two external connectors through which the bus feeds, and one or more external connectors to which the stub or stubs connect. These stub connectors should not be terminated with matching resistors, but left open circuit when not used, with blanking caps where necessary. One of the bus connectors may be terminated where the bus coupler is physically at the end of the bus cable, i.e. it is not normally considered essential to have a length of bus cable between the last bus coupler and the termination resistor.

Cable termination

Both ends of the bus, whether it includes one coupler or a series of couplers connected together, must be terminated (in accordance with MIL-STD-1553B) with "a resistance, equal to the selected cable nominal characteristic impedance () ± 2.0 percent." This is typically . The purpose of electrical termination is to minimize the effects of signal reflections that can cause waveform distortion. If terminations are not used, the communications signal can be compromised causing disruption or intermittent communications failures.

Connectors

The standard does not specify the connector types or how they should be wired, other than shielding requirements, etc. In lab environments concentric twinax bayonet style connectors are commonly used. These connectors are available in standard (BNC size), miniature and sub-miniature sizes. In military aircraft implementations, MIL-DTL-5015 and MIL-DTL-38999 circular connectors are generally used.

Evolution

STANAG 3910 (EFABus) mates a 1553 or 1773 link with additional high-speed buses, either optical or electrical. In the STANAG form, the 1553/1773 low-speed link serves as the control channel for the high speed link. In the EFABus Express (EfEx) form, the high-speed link acts as its own control channel. Either way, high and low-speed buses share the same addressing model and can communicate with each other.

STANAG 7221 (E1553) expands a 1553 link with the capability to carry a signal on the same wire without interfering with old signaling. The concept is similar to how ADSL avoids voice frequencies, but done at higher bandwidths. In addition to 1553B, it also runs over coax, twisted pair, Power-Line Carrier, and existing ARINC 429 links.

Similar systems

DIGIBUS (or Digibus, GAM-T-101) is the French counterpart to MIL-STD-1553. It is similar to MIL-STD-1553 in the same notion of Bus Controller, Remote Terminal, monitor, same transmission speed, but the difference is that DIGIBUS uses separate links for data and commands.

GOST () 26765.52-87 and its descendant GOST R 52070-2003 are the Soviet and Russian, respectively, equivalents of MIL-STD-1553B. The encoding, data rate, word structure, and control commands are fully identical.

GJV289A is the Chinese equivalent of MIL-STD-1553. Aircraft utilizing this system can reportedly use both Soviet (GOST bus) and western (MIL-STD-1553 bus) weapons.

H009 (also called MacAir H009), introduced by McDonnell in 1967, was one of the first avionics data buses. It is a dual redundant bus controlled by a Central Control Complex (CCC), with up to 16 Peripheral Units (PUs), synchronously communicating using a clock. H009 was used in early F-15 fighter jets, but due its noise sensitivity and other reliability issues was replaced by MIL-STD-1553.

Hardware

Intel M82553 Protocol Management Unit (PMU) using the CHMOS III technology. This device meets full bus interface protocol standard.

See also

  • MIL-STD-1760
  • MIL-STD-704
  • Aircraft flight control systems
  • Fly-by-wire
  • Avionics Full-Duplex Switched Ethernet (AFDX) – a faster Ethernet-based technology
  • ARINC 429 Commercial Avionics Counterpart
  • Bus coupler – A brief description of bus coupler
  • TTEthernet – Time-Triggered Ethernet (SAE AS6802)
  • SpaceWire

Sources

  • MIL-STD-1553C: Digital Time Division Command/Response Multiplex Data Bus. United States Department of Defense, February 2018.
  • SAE AS15531: Digital Time Division Command/Response Multiplex Data Bus.
  • SAE AS15532: Data Word and Message Formats.
  • SAE AS4111: RT Validation Test Plan.
  • SAE AS4112: RT Production Test Plan.

References

  • MIL-STD-1553, Digital Time Division Command/Response Multiplex Data Bus. United States Department of Defense, February 2018.
  • MIL-STD-1773, Fiber Optics Mechanization of an Aircraft Internal Time Division Command/Response Multiplex Data Bus. United States Department of Defense, October 1989.
  • MIL-STD-1553 Tutorial from AIM, Avionics Databus Solutions, Interface Boards for MIL-STD-1553/1760
  • MIL-STD-1553 Tutorial from Avionics Interface Technologies (registration required)
  • MIL-STD-1553 Tutorial (video) from Excalibur Systems Inc.
  • MIL-STD-1553 Couplers Tutorial (video) from Excalibur Systems Inc.
  • MIL-STD-1553 Tutorial by GE Intelligent Platforms (registration required)
  • MIL-STD-1553 Tutorial and References from Ballard Technology (includes MIL-STD-1553B & MIL-HDBK-1553A Notice2)
  • MIL-STD-1553 Designer's Guide from Data Device Corporation
  • MIL-STD-1553 Tutorial and Reference from Alta Data Technologies
  • INTRODUCTION TO THE MIL-STD-1553B SERIAL MULTIPLEX DATA BUS by D. R. Bracknell, Royal Aircraft Establishment, Farnbourogh, 1988.
  • Introduction to MIL-STD-1553 Short Course from Georgia Tech Professional Education
  • MIL-STD-1553 Complete online reference from Data Device Corporation
  • Military Computer with MIL-STD-1553 Interface from AMDTEC Defence