Syntec Ide Jun 2026

The IDE was built around a reactive kernel . Changes in the diagrammatic state machine editor instantly updated the textual Esterel or Lustre code, and vice versa. There was no "save → compile → view" cycle; it was continuous, thanks to an incremental formal verification engine running in the background.

| Language | Use Case | Example | | :--- | :--- | :--- | | | Basic contouring | G01 X100 F2000 | | Syntec Macro B | Conditional logic, loops, math | #101 = #102 + 5 IF [#101 GT 10] GOTO 100 | | Ladder Diagram | I/O control, safety interlocks | Normally open contact (X0.0) energizing coil (Y0.1) | | ST (Structured Text) | Complex arithmetic, array handling | FOR i:=1 TO 10 DO #500[i]:=0; | syntec ide