app
Workcell Dashboard
Public Made by Adomby adom
Live workcell management dashboard — monitor status, health, molecule cycle counts, camera position, and activity across all workcells in real time.
name: workcell-dashboard description: > Launch a live workcell management dashboard. Shows status, health bars, molecule cycle counts, camera position control, and a real-time activity log across all workcells. Polls /state every 300ms. Use when the user asks to monitor workcells, check hardware status, or open the dashboard.
Workcell Dashboard
A real-time dashboard for managing and monitoring Adom workcells.
How to launch
node /home/adom/project/workcell-dashboard/server.js &
Then open: https://aditya-hweb-mzzlqroa6kep.adom.cloud/proxy/7420/
Endpoints
GET /state— full workcell + molecule + camera + activity state as JSONPOST /camera/move—{"dx": 30, "dy": 0}move camera by mm deltaPOST /camera/home— return camera to (288, 288)GET /console— forwarded JS console log ring bufferPOST /shutdown— graceful shutdown, removes webview tab
---
name: workcell-dashboard
description: >
Launch a live workcell management dashboard. Shows status, health bars, molecule cycle counts,
camera position control, and a real-time activity log across all workcells. Polls /state every
300ms. Use when the user asks to monitor workcells, check hardware status, or open the dashboard.
---
# Workcell Dashboard
A real-time dashboard for managing and monitoring Adom workcells.
## How to launch
```bash
node /home/adom/project/workcell-dashboard/server.js &
```
Then open: `https://aditya-hweb-mzzlqroa6kep.adom.cloud/proxy/7420/`
## Endpoints
- `GET /state` — full workcell + molecule + camera + activity state as JSON
- `POST /camera/move` — `{"dx": 30, "dy": 0}` move camera by mm delta
- `POST /camera/home` — return camera to (288, 288)
- `GET /console` — forwarded JS console log ring buffer
- `POST /shutdown` — graceful shutdown, removes webview tab