abort — Abort the programProgram & flow

Stop the program with a message.

abort "<message>"

Equivalents: Siemens SETAL

ParameterTypeDefault
messagestringoperator-facing reason

Raises a program-stop alarm carrying `message` — use it to guard a precondition (e.g. a probe result out of tolerance).

See also: warn · probe

← all commands