1
0

gated run

This commit is contained in:
Aiden
2026-05-26 17:44:16 +10:00
parent 8d98beb6aa
commit 566b4ab108
14 changed files with 1187 additions and 2 deletions

View File

@@ -0,0 +1,52 @@
{
"name": "active-control-report-watch-broad",
"notes": [
"Hold CONNECT OK while streaming broader camera/status words that may enable more local controls.",
"Press or turn one physical control at a time while this runs. Note the rough time and control name.",
"This is noisier than the quiet watch: each cycle writes 0x008F and 0x0093, so use the unexpected-frame summarizer after the run."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 80,
"steps": [
{
"action": "send",
"label": "broad_refresh_008f_1800",
"frame": "00 01 0F 18 00 4C",
"listen": 0.30
},
{
"action": "send",
"label": "broad_refresh_0093_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.30
}
]
},
{
"action": "listen",
"seconds": 1.50
}
]
}

View File

@@ -0,0 +1,70 @@
{
"name": "active-control-report-watch-gated",
"notes": [
"Hold CONNECT OK and seed candidate secondary-table E400 gates before watching for local-control TX reports.",
"This follows the ROM clue that some local report paths require E400 feature bits, not only E000 display/status words.",
"Press or turn one physical control at a time while this runs. Note the rough time and control name."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "send",
"label": "secondary_gate_0015_other_copy_candidate",
"frame": "06 00 15 80 00 C9",
"listen": 0.30
},
{
"action": "send",
"label": "secondary_gate_008f_shutter_bits_11_12",
"frame": "06 01 0F 18 00 4A",
"listen": 0.30
},
{
"action": "send",
"label": "secondary_gate_0093_all_bits",
"frame": "06 01 13 FF FF 4E",
"listen": 0.30
},
{
"action": "repeat",
"count": 80,
"steps": [
{
"action": "send",
"label": "gated_refresh_008f_1800",
"frame": "00 01 0F 18 00 4C",
"listen": 0.30
},
{
"action": "send",
"label": "gated_refresh_0093_90ff",
"frame": "00 01 13 90 FF 27",
"listen": 0.30
}
]
},
{
"action": "listen",
"seconds": 1.50
}
]
}

View File

@@ -0,0 +1,46 @@
{
"name": "active-control-report-watch-quiet",
"notes": [
"Hold the panel in CONNECT OK with the least noisy proven refresh stream, then watch for local-control TX reports.",
"Press or turn one physical control at a time while this runs. Note the rough time and control name.",
"Expected refresh traffic is table readback for 0x0093 plus 02 00 02 00 00 5A OK-path responses; anything else is interesting."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 100,
"steps": [
{
"action": "send",
"label": "quiet_active_refresh_0093_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "listen",
"seconds": 1.50
}
]
}

View File

@@ -0,0 +1,115 @@
{
"name": "shutter-0093-blackflare-confirm-90ff",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0x90FF.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_90ff",
"frame": "00 01 13 90 FF 27",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_90ff_repeat",
"frame": "00 01 13 90 FF 27",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}

View File

@@ -0,0 +1,115 @@
{
"name": "shutter-0093-blackflare-confirm-9f20",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0x9F20.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_9f20",
"frame": "00 01 13 9F 20 F7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_9f20_repeat",
"frame": "00 01 13 9F 20 F7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}

View File

@@ -0,0 +1,115 @@
{
"name": "shutter-0093-blackflare-confirm-9fff",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0x9FFF.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_9fff",
"frame": "00 01 13 9F FF 28",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_9fff_repeat",
"frame": "00 01 13 9F FF 28",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}

View File

@@ -0,0 +1,115 @@
{
"name": "shutter-0093-blackflare-confirm-f020",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0xF020.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_f020",
"frame": "00 01 13 F0 20 98",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_f020_repeat",
"frame": "00 01 13 F0 20 98",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}

View File

@@ -0,0 +1,115 @@
{
"name": "shutter-0093-blackflare-confirm-ff20",
"notes": [
"Single-candidate streaming confirmation for selector 0x0093 value 0xFF20.",
"The known 0xFFFF AUTO reference is included first as a positive control.",
"Expected observation pattern if this candidate drives black/flare AUTO: MANUAL -> AUTO -> MANUAL -> AUTO -> MANUAL.",
"All holds refresh every 0.60s so CONNECT OK should stay alive during the visual test."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_auto_reference_ffff",
"frame": "00 01 13 FF FF 48",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_after_positive_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_ff20",
"frame": "00 01 13 FF 20 97",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_return_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "candidate_ff20_repeat",
"frame": "00 01 13 FF 20 97",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}

View File

@@ -0,0 +1,210 @@
{
"name": "shutter-0093-blackflare-lowbyte-groups",
"notes": [
"Narrow black/flare AUTO now that 0x90FF and 0x9FFF both toggled AUTO but 0xF020/0xFF20/0x9F20 did not.",
"This keeps the high byte fixed at 0x90 and varies only the low byte.",
"Use 0x9020 as the manual reference and 0x90FF as the low-byte AUTO positive control."
],
"steps": [
{
"action": "power_cycle",
"off_seconds": 1.5
},
{
"action": "wait_ready",
"heartbeats": 2,
"timeout": 10.0,
"require": true
},
{
"action": "drain",
"seconds": 0.25
},
{
"action": "send",
"label": "selector_zero_connect_ok_seed",
"frame": "00 00 00 80 00 DA",
"listen": 0.25
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_reference_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 6,
"steps": [
{
"action": "send",
"label": "positive_lowbyte_auto_90ff",
"frame": "00 01 13 90 FF 27",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_9000",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_9000_lowbyte_none",
"frame": "00 01 13 90 00 D8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_901f",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_901f_low_bits_0_to_4",
"frame": "00 01 13 90 1F C7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_903f",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_903f_low_bits_0_to_5",
"frame": "00 01 13 90 3F E7",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90c0",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90c0_low_bits_6_to_7",
"frame": "00 01 13 90 C0 18",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90e0",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90e0_low_bits_5_to_7",
"frame": "00 01 13 90 E0 38",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "manual_before_90df",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 5,
"steps": [
{
"action": "send",
"label": "candidate_90df_all_except_bit5",
"frame": "00 01 13 90 DF 07",
"listen": 0.60
}
]
},
{
"action": "repeat",
"count": 8,
"steps": [
{
"action": "send",
"label": "manual_tail_9020",
"frame": "00 01 13 90 20 F8",
"listen": 0.60
}
]
}
]
}