Reduction 01 — Representation
It describes behavior
Functional description, functional design specification, requirements document, specification. It describes behavior in natural language. It is not formally checkable, has no authority over runtime and is the first thing lost with every change.Description is not definition.
Reduction 02 — Realization
It produces behavior
PLC code, configuration, parameter settings. It produces behavior. But it cannot be the target and the actual state at the same time.Checking code against code is not verification.
Reduction 03 — Observation
It shows behavior
Test, simulation, virtual acceptance, commissioning, diagnostics, digital twin. It shows behavior. But always only what occurred, and always only at the moment of checking.Observation shows; it does not prove.
Every objection can be classified: "It is all in our functional description" is representation. "It is solved cleanly in the code" is realization. "Our virtual acceptance test and commissioning cover that" is observation. The task is not to refute the objection, but to classify it.