Shutter display
This commit is contained in:
41
scenarios/others-isolate-e400-0015-low.json
Normal file
41
scenarios/others-isolate-e400-0015-low.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "others-isolate-e400-0015-low",
|
||||
"notes": [
|
||||
"Recover to CONNECT OK, wait for the live 02 report window, then write E400[0x0015]=0x0001.",
|
||||
"This isolates the command-6 secondary-table write from the E000[0x008F] write."
|
||||
],
|
||||
"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.15
|
||||
},
|
||||
{
|
||||
"action": "wait_for",
|
||||
"frame": "02 00 02 00 00 5A",
|
||||
"timeout": 1.5,
|
||||
"require": false
|
||||
},
|
||||
{
|
||||
"action": "send",
|
||||
"label": "e400_0015_low_nonzero",
|
||||
"frame": "06 00 15 00 01 48",
|
||||
"listen": 8.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user