← 返回← Back
运行台 · AI 原生组态Operator · AI-native mimic
运行人员视图 · 执行前预演Operator view · pre-execution preview

传统组态看现场,AI 原生组态预演现场。

Traditional mimic shows the field. AI-native mimic pre-simulates it.

左边是你熟悉的工艺图:系统先给建议,拖一下阀门或泵,图上每个设备的「现值 → 预测值」实时变;点「▶ 推演」就看着供水温度顺着真实轨迹涨到达标。右边是工程控制面板:同一份动作的 7 项指标、安全判决、AI 解释——运行人员看图点执行,技术员看右边对数。两边同一个引擎、同一份状态。

Left is the mimic you already read: the system suggests first, drag the valve/pump and every component updates live 'now → predicted'; hit ▶ to watch the supply temp climb along the real trajectory to setpoint. Right is the engineering panel: the same action's 7 metrics, safety verdict, AI explanation. Operators act on the diagram; engineers check the numbers on the right — one engine, one shared state.

HS-001 · 实时live
达标on-target省电energy安全safe场景工厂Factory
建议:一次阀调到 45% → 约 8 分钟后二次供水到 56°C(达标)。点 ▶推演 看变化。Suggestion: valve to 45% → secondary supply 56°C in ~8 min (on target). Tap ▶ to simulate.
热网供 95°C热网回一次调节阀45%现 42%板式换热器570 kWε = 0.70(校准)TT 二次供水55.9°C用户 · 570 kWTT41.0°C二次循环泵38.0 Hz定压补水设定5555.9°40506070一次侧 · PRIMARY二次侧 · SECONDARY
+30分m
预测明细 · 30 分钟Prediction · 30 min
二次供水Sec. supply
55.9°C▲+3.9
供回水温差Supply−return ΔT
14.9°C•+0.0
一次流量Primary flow
3.60kg/s▲+0.24
二次流量Secondary flow
9.12kg/s•+0.00
二网压差Secondary ΔP
0.58bar•+0.00
换热量Heat transfer
570kW•+0
泵电耗Pump power
9.7kW•+0.0
✓ 可执行✓ Allowed安全判决safety verdict
  • 在安全边界内(Δ 3.0%)。Within safety bounds (Δ 3.0%).
▸经验校准闭环 · 工程(执行→实际→残差→自校准)Online calibration loop · engineering (execute→actual→residual→self-calibrate)
P2 · 执行闭环与活校准P2 · Closed loop & living calibration

执行后,实际效果回写、与预测比对,残差驱动模型自校准。这里换热器的「真实」效率是 0.63,但模型初值是 0.70——它并不知道。每执行一次,模型从残差里修一点 eps_hx,几次之后就逼近真实、残差归零。这正是把一次性参数辨识变成持续校准,也是边缘场景库的数据来源。

After execution, the actual outcome is logged, compared to the prediction, and the residual self-calibrates the model. The HX's true effectiveness is 0.63, but the model starts believing 0.70 — it doesn't know. Each execution nudges eps_hx from the residual; after a few it converges and the residual collapses. This turns one-shot identification into living calibration, and is the data source for the edge-case library.

模型当前 eps_hxModel eps_hx (now)
0.700
初值init 0.70
现场真实 eps_hxTrue eps_hx (field)
0.630
演示用·实际部署中未知demo only · unknown in real deployment

每条记录通过 /api/decisions 写入决策库(未配置 DATABASE_URL 时仅在浏览器内运行,演示不受影响)。这些「状态/预测/实际/残差」记录同时是经验校准的燃料和世界模型的带标签边缘场景。

Each cycle is POSTed to /api/decisions (no-op without DATABASE_URL — the demo runs in-browser regardless). These {state, prediction, actual, residual} records are both the calibration fuel and the world model's labeled edge cases.