copy in progress
This commit is contained in:
47
scenarios/copy-step-006d-006c-2000ms.json
Normal file
47
scenarios/copy-step-006d-006c-2000ms.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "copy-step-006d-006c-2000ms",
|
||||
"notes": [
|
||||
"Recover to CONNECT OK, send 006D, then send 006C 2.0 seconds later.",
|
||||
"Narrows the copy-complete acceptance window before the known 2.5s failure."
|
||||
],
|
||||
"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",
|
||||
"frame": "05 00 6D 00 00 32",
|
||||
"listen": 2.0
|
||||
},
|
||||
{
|
||||
"action": "send",
|
||||
"label": "copy_complete_candidate_006c",
|
||||
"frame": "05 00 6C 00 00 33",
|
||||
"listen": 10.0
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user