full version of beta including resources and binary
This commit is contained in:
24
examples/quick_cc_test.json
Normal file
24
examples/quick_cc_test.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "quick_cc_test",
|
||||
"sample_period_ms": 500,
|
||||
"safety": {
|
||||
"max_voltage": 6.0,
|
||||
"max_current": 0.6,
|
||||
"max_power": 3.0,
|
||||
"abort_on_disconnect": true
|
||||
},
|
||||
"steps": [
|
||||
{ "action": "set_mode", "mode": "CC" },
|
||||
{ "action": "set_current", "value": 0.10 },
|
||||
{ "action": "output", "enabled": true },
|
||||
{ "action": "hold", "duration_s": 5 },
|
||||
{ "action": "set_current", "value": 0.25 },
|
||||
{ "action": "hold", "duration_s": 5 },
|
||||
{ "action": "set_current", "value": 0.50 },
|
||||
{ "action": "hold", "duration_s": 5 },
|
||||
{ "action": "output", "enabled": false }
|
||||
],
|
||||
"abort_sequence": [
|
||||
{ "action": "safe" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user