Before you can read the parent note, you need the vocabulary. This page assumes you know nothing and builds each term from a picture. Read top to bottom — each idea uses only the ones above it.
Look at the figure: every box (radar, nav, weapons) hangs off the same pair of wires. There is no private cable between two devices — they all share one line. That is why taking turns is the whole problem 1553 must solve.
Why the topic needs it: if we didn't share wires, we'd need a separate cable between every pair of 20 boxes — that's 220×19=190 cables. A shared bus needs one.
Single-ended means: measure one signal wire against ground. The parent note writes this as
Vsignal=VA+ΔV
Read this in plain words: the voltage we see (Vsignal) equals the voltage we sent (VA) plus whatever noise (ΔV) leaked in. The Greek letter Δ ("delta") means "a small added amount of" — here, the added noise.
Why the topic needs it: this is the bad method. Understanding why it fails motivates the next idea.
WHAT: both wires get the same noise bump ΔV (grey wiggle).
WHY subtract: the receiver computes Vdiff=VA−VB.
WHAT IT LOOKS LIKE: the two noise bumps line up perfectly and vanish when subtracted.
Vdiff=(VA+ΔV)−(VB+ΔV)=VA−VB
The two ΔV terms have opposite signs after subtraction, so they add to zero. We use subtraction specifically because it is the operation that kills anything common to both wires — that shared part is called common-mode noise.
The three logic cases in 1553 (covering every possibility):
Vdiff
Meaning
+10V
Logic 1
−10V
Logic 0
near 0V (within ±1.4V)
undefined / no valid bit
The symbol ±1.4V ("plus-or-minus") means "anywhere from −1.4V to +1.4V". A receiver ignores anything in that dead band, so tiny leftover noise never gets mistaken for a bit.
Why the topic needs it: this is the physical-layer principle. Without it, a jet's electrical storm would scramble every message.
The problem with the naive scheme (NRZ): if you just hold the wire high for a "1" and low for a "0", then 100 ones in a row = 100 μs with no edges at all. The receiver's clock drifts free for that whole stretch.
Manchester II encoding fixes this by forcing an edge in the middle of every single bit:
Logic 1 = LOW→HIGH transition at bit-center (upward mid-bit edge).
Logic 0 = HIGH→LOW transition at bit-center (downward mid-bit edge).
Because every bit has a mid-bit edge, the longest gap between edges is
Tmax=2T=21μs=0.5μs
We divide by 2 because the guaranteed edge sits exactly halfway through the bit — so worst case, the receiver waits only half a bit for its next heartbeat. See Manchester Encoding for the full picture.
Why the topic needs it: guaranteed edges = no drift = the deterministic timing the whole standard promises.
The symbol p here is a probability: a number between 0 (never) and 1 (always). If p=0.001, then p2=0.000001 — a thousand-times-safer bus.
Why the topic needs it: determinism + redundancy are the two selling points that keep 1553 flying while faster buses stay grounded. Certifying that safety is the job of DO-178C Certification.
Each box on the left is something this page defined; the arrows show which foundation feeds the final topic. If any left-hand box feels shaky, re-read that section before opening the parent note: MIL-STD-1553.