Overview of interaction between the Logic Layer (Schaltwerk) and the System Layer (Zonen), centered on the SEQ Engine.
SEQ Engine
Inputs: AR, ¬I, ΣS
Output: State_ID
State_ID → Zones
Feedback → Engine
IN Zone — Start Button / Sensor
IN_OUT Zone — Cylinder / Actuator
OUT Zone — Lamp / Valve
MEM Zone — Logic / Parameter
SEQ Engine consumes inputs and decides State_ID
Logic interprets feedback and updates engine inputs
Inputs (AR, ¬I, ΣS) are fed to SEQ Engine
SEQ Engine computes State_ID
State_ID is mapped to one or more Zones (IN, IN_OUT, OUT, MEM) to perform actions or read state
Zones produce Feedback that is returned to the Engine and logic layer, closing the loop
SEQ Engine (AR, ¬I, ΣS) → State_ID → Zones (IN / IN_OUT / OUT / MEM) → Feedback → Engine
Last updated 2 months ago
Was this helpful?