Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,25 @@ It turns a repetitive manual lab workflow into a layered application:

## Demo

Watch the point-by-point operator console demo on YouTube:
[https://youtu.be/fYokRzNnm84](https://youtu.be/fYokRzNnm84)

[![Auto-Load-off-Test point-by-point operator console replay](docs/images/auto-load-off-test-point-replay-demo.png)](https://youtu.be/fYokRzNnm84)

This capture shows the real Tkinter operator console replaying a deterministic 72-point fixture
point by point. It demonstrates the UI, plotting, progress/status updates, source receipt, and export
workflow without connected instruments.

It is labeled `No hardware - simulated fixture`: the production AWG/oscilloscope adapters are not used
in this demo, and it is not live hardware validation.

Local fallback:

<video controls poster="docs/images/auto-load-off-test-point-replay-demo.png" src="docs/images/auto-load-off-test-point-replay-demo.mp4">
<a href="docs/images/auto-load-off-test-point-replay-demo.mp4">Watch the point-by-point fixture replay demo</a>
</video>

[Open the demo video](docs/images/auto-load-off-test-point-replay-demo.mp4) |
[Open the local MP4 fallback](docs/images/auto-load-off-test-point-replay-demo.mp4) |
[View the poster frame](docs/images/auto-load-off-test-point-replay-demo.png)

## Why It Exists
Expand Down
Loading