ZAHEER AGRO ENGINEERING
Rice Technician Control Panel — Production Ready
+92 322 4702943
System Info
Connection
Safety
Operation Mode
Auto Sequence Status
IdleMotor Status Overview
Pressure
Flow Rate
Motor Control Panel
AutoIn AUTO mode, motors follow the startup sequence. Switch to MANUAL to control each motor individually.
Process Controls
Solenoid Valve Control
Solenoid valves for Air and Water control. Operate via Sensor (Auto) or Manual override.
Sensor Thresholds
Alarm Management
0 ActiveSystem Event Log
Machine Connection
Modbus Configuration
MQTT Configuration
Alarm Thresholds
Gateway Bridge Setup Guide
To connect to a real machine, you need a Gateway Bridge running on your local network next to the PLC/Controller:
# Architecture: [PLC/Controller] <--Modbus TCP--> [Gateway Bridge] <--HTTP API--> [This Dashboard] (Machine) (Port 502) (Your Server) (Cloud) (Cloudflare) # Gateway Bridge pushes state every 500ms: POST https://your-app.pages.dev/api/machine/state { "motors": { "M1": { "on": true, "fault": false, "amps": 12.5 }, ... }, "processes": { "FEEDING": { "on": true }, ... }, "sov": { "air": { "on": true, "sensor": 45.2 }, ... }, "pressure": 4.5, "flowRate": 18.3, "running": true, "mode": "auto", "_source": "gateway" } # Gateway Bridge polls for commands: GET https://your-app.pages.dev/api/machine/commands/pending [{ "id": 1, "command": "{\"action\":\"start\"}", "status": "pending" }] # Gateway acknowledges command execution: PUT https://your-app.pages.dev/api/machine/command/1 { "status": "acknowledged", "response": "OK" }
Supported PLCs: Siemens S7 (via Modbus TCP), Allen-Bradley (via Modbus TCP), Delta DVP, Schneider M340, any Modbus TCP/RTU compatible controller.
Arduino/ESP32: Use Modbus TCP slave library on ESP32 connected to relays/sensors. The gateway bridge reads Modbus registers and pushes to this API.
Operator
operator
Change Password
Change PIN
Your PIN is required to access Settings. Change it here.
Session
Logged in as operator