Syringe Pump Control
Waiting for backend: /api/pump/* endpoints not configured yet.
Run Controls (UI scaffold)
This section will let you configure volume (mL), flow rate (mL/min), and direction, then start a run via the /api/pump/run endpoint.
Target Volume (mL)
Input field placeholder
Flow Rate (mL/min)
Slider + numeric input placeholder
Direction
Forward / Reverse toggle placeholder
Pump Status (UI scaffold)
This section will display live status from /api/pump/state, including connection, current position, target, flow rate, and any error codes.
Connection & backend health placeholder
Position / target / flow telemetry placeholder
Recent events / errors placeholder
Backend wiring
Once the Raspberry Pi syringe pump backend is running and the /api/pump/* routes are implemented, this page will be fully interactive. See the SYRINGE_PUMP_RPI_SETUP.md guide at the repo root for wiring and deployment details.