Files
mppt-testbench/.gitmodules
grabowski e55caa59b1 Initial MPPT testbench: unified CLI for IT6500D + Prodigit 3366G + HIOKI 3193-10
Combines three instrument drivers (as git submodules) into a single
testbench for MPPT tracker efficiency testing. Features:
- Voltage sweep and load current sweep with CSV export
- Auto-range aware meter polling (waits for HIOKI to settle)
- Supply keepalive during long meter waits to prevent USB-TMC timeouts
- Live monitoring with real-time 4-panel matplotlib graphs
- Safe shutdown (load first, then supply)
- Post-sweep returns to 75V idle with supply ON

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:19:18 +07:00

10 lines
288 B
Plaintext

[submodule "IT6500D"]
path = IT6500D
url = https://git.b4l.co.th/B4L/IT6500D.git
[submodule "PRODIGIT-3366G"]
path = PRODIGIT-3366G
url = https://git.b4l.co.th/B4L/PRODIGIT-3366G.git
[submodule "HIOKI-3193-10"]
path = HIOKI-3193-10
url = https://git.b4l.co.th/B4L/HIOKI-3193-10.git