abort — Abort the programProgram & flow
Stop the program with a message.
abort "<message>"Equivalents: Siemens SETAL
| Parameter | Type | Default | |
|---|---|---|---|
message | string | — | operator-facing reason |
Raises a program-stop alarm carrying `message` — use it to guard a precondition (e.g. a probe result out of tolerance).