plc_control/src/control
caoqianming dd0e782450 fix(engine): push WS immediately on notify wake-up
When auto_enabled or fault_locked changes externally, the engine task
wakes via notify but previously only pushed WS on the next state
transition (potentially seconds later). Now push the fresh runtime
immediately in the notify.notified() arm so the frontend reflects
the change without delay.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-26 08:44:46 +08:00
..
command.rs fix(sim): try OPC UA write first in simulate_run_feedback, fallback to cache patch 2026-03-25 12:50:26 +08:00
engine.rs fix(engine): push WS immediately on notify wake-up 2026-03-26 08:44:46 +08:00
mod.rs refactor(control): extract pulse command helper to control/command.rs 2026-03-24 14:31:37 +08:00
runtime.rs refactor(engine): replace 500ms ticker with per-unit event-driven tasks 2026-03-26 08:33:00 +08:00
validator.rs fix(control): block manual commands during auto, fix engine stop_time=0 bug, add sim feedback 2026-03-25 12:37:43 +08:00