Skip to content

kiinging/PLC-Remote-Control-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

463 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A web-based remote control system for a PLC using Cloudflare Pages (frontend), Cloudflare Workers (backend API), and Cloudflare D1 (optional database) for logging actions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors