Skip to content

ARINC 717

Flight data acquisition and recording interface commonly associated with DFDAU-to-DFDR streams.

Status Examples Runtime example Source posture
draft-structure-only synthetic/passive docs-only atlas metadata plus public/tooling cross-checks

Identity

Flight data acquisition and recording interface commonly associated with DFDAU-to-DFDR streams.

What This Protocol Teaches

  • Some buses are not for control; they are for memory.
  • It teaches how to inspect frames/subframes, words per second, sync words without mistaking field extraction for meaning.
  • It keeps observer inference separate from system truth.

Operational Context

ARINC 717 appears in commercial-aviation, flight-data contexts and is modeled in the atlas at the data-link, recording layer(s). The binder treats it as an inspection surface: what evidence appears, what timing matters, and what outside authority is required before assigning meaning.

Draft status

draft-structure-only: this is not yet a final-copy binder page. It has an atlas-grounded teaching hook and source notes, but still needs a stronger worked trace, page-specific ambiguity case, and reviewer-validated visual before promotion.

A Concrete Artifact

# synthetic flight-data frame shape
subframe=1 word[001]=0x0123 word[002]=0x0456 ...

Synthetic

Synthetic offline sample for explanation; not a real operational trace or live-system instruction.

Worked Decode

  1. Treat subframe=1 as the boundary of one synthetic flight-data-recording fragment.
  2. word[001]=0x0123 and word[002]=0x0456 are position-indexed words, not named measurements.
  3. Subframe and word index are the first authority hook: meaning depends on a frame map for the installation.
  4. The ellipsis is a deliberate cue that a recorder frame is bigger than this teaching artifact.
  5. A passive observer can discuss subframe cadence and missing words without assigning flight parameters.

Field Layout / Anatomy

Element Shape Inspection meaning
frames/subframes artifact-specific evidence Inspect with timing and source context before naming meaning.
words per second artifact-specific evidence Inspect with timing and source context before naming meaning.
sync words artifact-specific evidence Inspect with timing and source context before naming meaning.
recorder stream artifact-specific evidence Inspect with timing and source context before naming meaning.
semantic authority external source Dictionary, profile, map, or integration document that turns evidence into named meaning.
timing context cadence / gap / slot / timestamp Freshness and ordering evidence for observer reconstruction.

Visual Model

flowchart LR raw["Raw evidence"] --> structure["Field structure"] structure --> timing["Timing / cadence"] timing --> authority["Semantic authority"] authority --> inference["Observer state hypothesis"]

Timing And Authority

Timing and authority depend on the flight-data-recording-bus role: scheduled, polled, arbitrated, transmitted, or logged evidence should not be read as the same kind of truth. Semantic authority is external to the raw artifact unless the artifact is itself a description or capture format; even then, provenance determines whether the description should be trusted.

Semantic authority

Bytes rarely explain themselves. Name the source that defines meaning before naming engineering values: standard metadata, label table, DBC, PGN/SPN definition, object dictionary, register map, DID catalog, LDF, ARXML, channel metadata, or vendor profile.

Failure And Ambiguity

  • A word index is not a parameter without the frame map.
  • Recorder cadence can hide mode-dependent subframes or missing segments.
  • A copied frame layout from another aircraft can create plausible false measurements.

Observer Lesson

A passive observer can usually infer artifact boundaries, repeated structure, cadence, missingness, and candidate state transitions. The observer usually cannot prove physical truth, application intent, complete system state, or engineering-unit meaning without semantic authority and timing provenance.

Python Model

No current runtime example is claimed for this draft page. Keep reader claims at the artifact and source level until a separate implementation plan adds a tested model.

Local Teaching Notes

Simplification

The artifact and diagrams are synthetic teaching material. The page intentionally omits conformance timing tables, electrical design detail, proprietary configuration, and exhaustive standard behavior.

Source Confidence

Source confidence is high for scope and terminology, with semantic claims limited to public metadata, public source notes, and synthetic teaching artifacts.

Source Notes

Field Value
Governance tier Tier 2 Field Note
Canonical source status yes
Public explainer status no current public explainer retained
Open-source tool status no
Sample-data status none listed; use synthetic teaching artifacts
Confidence high
Citation specificity document-metadata-level
Canonical source(s) ARINC 717 Flight Data Acquisition and Recording System (SAE ITC / ARINC; ARINC 717; paywalled; metadata-only)
Public explainer/tooling source(s) none retained after source check
Open-source tool references none listed in atlas

References

Public Sources