1
0

otehr lamps

This commit is contained in:
Aiden
2026-05-26 18:25:03 +10:00
parent 566b4ab108
commit c007f2180c
11 changed files with 1376 additions and 0 deletions

View File

@@ -0,0 +1,184 @@
{
"name": "lamp-broad-status-selector-sweep",
"notes": [
"Cautious broader primary-table sweep for ROM-mined status selectors that may drive lamps/readouts.",
"Each selector is tested with 0x8000 then 0xFFFF, followed by 0x0000 clear. Record visible lamp/readout changes inside each short window.",
"If the panel enters CONNECT NOT ACT, stop the run and note the selector label immediately before the transition."
],
"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_ok_seed_1",
"frame": "00 00 00 80 00 DA",
"listen": 0.60
},
{
"action": "send",
"label": "selector_zero_ok_seed_2",
"frame": "00 00 00 80 00 DA",
"listen": 0.60
},
{
"action": "send",
"label": "selector_0003_default_high",
"frame": "00 00 03 80 00 D9",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0003_all_bits",
"frame": "00 00 03 FF FF 59",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0003_clear",
"frame": "00 00 03 00 00 59",
"listen": 0.40
},
{
"action": "send",
"label": "selector_0040_high",
"frame": "00 00 40 80 00 9A",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0040_all_bits",
"frame": "00 00 40 FF FF 1A",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0040_clear",
"frame": "00 00 40 00 00 1A",
"listen": 0.40
},
{
"action": "send",
"label": "selector_0081_high",
"frame": "00 01 01 80 00 DA",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0081_all_bits",
"frame": "00 01 01 FF FF 5A",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0081_clear",
"frame": "00 01 01 00 00 5A",
"listen": 0.40
},
{
"action": "send",
"label": "selector_0092_high",
"frame": "00 01 12 80 00 C9",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0092_all_bits",
"frame": "00 01 12 FF FF 49",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0092_clear",
"frame": "00 01 12 00 00 49",
"listen": 0.40
},
{
"action": "send",
"label": "selector_00a7_high",
"frame": "00 01 27 80 00 FC",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00a7_all_bits",
"frame": "00 01 27 FF FF 7C",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00a7_clear",
"frame": "00 01 27 00 00 7C",
"listen": 0.40
},
{
"action": "send",
"label": "selector_00b7_high",
"frame": "00 01 37 80 00 EC",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00b7_all_bits",
"frame": "00 01 37 FF FF 6C",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00b7_clear",
"frame": "00 01 37 00 00 6C",
"listen": 0.40
},
{
"action": "send",
"label": "selector_00b9_high",
"frame": "00 01 39 80 00 E2",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00b9_all_bits",
"frame": "00 01 39 FF FF 62",
"listen": 0.80
},
{
"action": "send",
"label": "selector_00b9_clear",
"frame": "00 01 39 00 00 62",
"listen": 0.40
},
{
"action": "send",
"label": "selector_0110_high",
"frame": "00 01 90 80 00 4B",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0110_all_bits",
"frame": "00 01 90 FF FF CB",
"listen": 0.80
},
{
"action": "send",
"label": "selector_0110_clear",
"frame": "00 01 90 00 00 CB",
"listen": 0.40
},
{
"action": "listen",
"seconds": 0.80
}
]
}