Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 760 Bytes

File metadata and controls

26 lines (18 loc) · 760 Bytes

PLC Remote Control Web

A cloud-based remote laboratory system for PID temperature control education.

📚 Documentation

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).

🚀 How to Build & Deploy

Step 1 — Build the frontend:

cd apps\web
npm run build

Step 2 — Deploy the worker:

cd \PLC-Remote-Control-Web
npx wrangler deploy