Serial / UDP / Modbus actions
Test Sequencer
YAML test sequences → execution → pass/fail judgment → audit-ready HTML reports.
What brings you here.
The situations this instrument was built for — and what it does about each one.
Bench testing lives in a spreadsheet and a pair of hands — which does not survive the person leaving.
A sequence is a YAML file you keep in version control; running it produces a report you can put in a report pack.
The commercial test executives cost more than the project.
One self-contained executable covering serial, Modbus and UDP actions with deterministic pass/fail judgment.
A skipped step quietly reported as a pass is how bad units ship.
A skipped step is not a pass: if a step never ran, the run failed.

Pure-function judgments: limits, tolerance, regex
Deterministic logs and reports
What you'll see.
Describe a sequence of steps in a text file — talk to a serial instrument, read a Modbus register, send a UDP frame, ask the operator — and each step is judged against a rule you state. A sequence is a file you keep in version control, and running it produces a document you can put in a report pack.
The sequencer after a passing run
Steps light up as they execute, with the measurement, the rule it was judged against, and the verdict. Judgement is a pure function of (rule, measurement) — two runs over the same readings cannot disagree.

A failing run: abort, skip, teardown still running
A skipped step is not a pass. If a step never ran, the run failed — reporting an unknown as a pass is the exact failure this kind of tool exists to prevent.

A report you can hand to someone
Save report writes a self-contained HTML report and a CSV side by side, produced deterministically: the same measurements always produce the same verdicts.

NK-03 datasheet
One file.
Copy it and run.
No installer, no package manager, no service account. Move the executable onto the air-gapped machine and open your work.
Quick answers
Does Test Sequencer work offline?
Yes. Like every NOKTRA instrument it is offline-first: no cloud services, no telemetry, and any AI runs locally on your own machine. It is built for air-gapped networks.
What platform does Test Sequencer run on?
Windows 10/11 x64. It ships as a single executable — no runtime install.
Is Test Sequencer available for download now?
Not yet — it is in development. It is listed with no promised date, until a build exists you can run.