scada-project/ │ ├── backend/ │ ├── python/ │ │ ├── init.py │ │ ├── plc_service.py # Main orchestrator: start/stop/read/write loop + DB │ │ ├── plc_loop.py # 🔁 Dedicated 1-sec loop (logic moved from ...