operator - Operator Test

Instruct the operator to perform a manual test step, then present the operator with a Pass/Fail prompt on the PLT display. The step’s result is determined entirely by the operator’s response: choosing Pass passes the step, choosing Fail fails it.

Usage:

- command: operator <message>
  [retry: <retryCount>]

Argument

Description

message

Message to show on the PLT display, instructing the operator what to check or do

retryCount

Number of times to retry the test step (optional); this is the generic retry: step field, not specific to operator

If the operator does not respond within the timeout (30 seconds by default; override with a timeout: step field), the step fails.

Examples