1
0
Files
h8-536-decoder/scenarios/copy-repeat-006d-3x-006c.json
2026-05-26 16:01:20 +10:00

60 lines
1.3 KiB
JSON

{
"name": "copy-repeat-006d-3x-006c",
"notes": [
"Recover to CONNECT OK, send 006D three times one second apart, then send 006C.",
"Tests whether repeated in-progress selectors can keep the copy state alive longer than the single-start window."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"timeout": 10.0,
"heartbeats": 2,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "ok_baseline_1",
"frame": "04 00 00 80 00 DE",
"listen": 0.7
},
{
"action": "send",
"label": "ok_baseline_2",
"frame": "04 00 00 80 00 DE",
"listen": 1.0
},
{
"action": "send",
"label": "copy_start_006d_1",
"frame": "05 00 6D 00 00 32",
"listen": 1.0
},
{
"action": "send",
"label": "copy_start_006d_2",
"frame": "05 00 6D 00 00 32",
"listen": 1.0
},
{
"action": "send",
"label": "copy_start_006d_3",
"frame": "05 00 6D 00 00 32",
"listen": 1.0
},
{
"action": "send",
"label": "copy_complete_candidate_006c",
"frame": "05 00 6C 00 00 33",
"listen": 10.0
}
]
}