A cloud-based remote laboratory system for PID temperature control education.
Detailed documentation has been moved to the docs/ folder:
- Setup Guide: Installation, hardware requirements, and deployment instructions.
- Architecture: System design, microservices, database schema, and IPC.
- Modbus Register Map: IMPORTANT - Reference for PLC Programming (Register addresses and Handshakes).
Step 1 — Build the frontend:
cd apps\web
npm run buildStep 2 — Deploy the worker:
cd \PLC-Remote-Control-Web
npx wrangler deploy