暖通空调
2026年7月20日大约 3 分钟
暖通空调(6 种)
空气处理机组 / 冷水机组 / 风阀 / 风机盘管 / 风管等暖通设备。风阀 overlay 按值画开度(叶片角度 / 颜色随开度红黄绿)。
所有形状共享同一套 图元属性(几何 / 颜色 / 文字 / 数据 / 状态 / 动画 / 交互),差异只在
shape取值与端口布局。下方每个形状给出用途、端口、值驱动行为与可复制 JSON;值驱动 / 状态色的机制说明见 组态图元 · 值驱动与状态。
ahu 空气处理机组 {#ahu}
空气处理机组(AHU):分段箱体(过滤 / 表冷 / 风机段)。
默认尺寸 180×92;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "ahu",
"geo-x": 120,
"geo-y": 80,
"geo-w": 180,
"geo-h": 92,
"node-text": "空气处理机组"
}
}chiller 冷水机组 {#chiller}
冷水机组:双筒(蒸发器 / 冷凝器)+ 压缩机。
默认尺寸 150×96;端口 w(左(35%))、e(右(35%))、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "chiller",
"geo-x": 120,
"geo-y": 80,
"geo-w": 150,
"geo-h": 96,
"node-text": "冷水机组"
}
}cooling-coil 表冷器 {#cooling-coil}
表冷器 / 盘管:蛇形盘管 + 翅片线。
默认尺寸 130×80;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "cooling-coil",
"geo-x": 120,
"geo-y": 80,
"geo-w": 130,
"geo-h": 80,
"node-text": "表冷器"
}
}damper 风阀 {#damper}
风阀 / 调节风门:值驱动叶片开度(颜色随开度红黄绿)。
默认尺寸 100×72;端口 w(左)、e(右);值驱动:叶片开度随值变化,颜色随开度红→黄→绿。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "damper",
"geo-x": 120,
"geo-y": 80,
"geo-w": 100,
"geo-h": 72,
"node-text": "风阀",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}fan-coil 风机盘管 {#fan-coil}
风机盘管(FCU):小箱体 + 风轮 + 盘管(左右 + 底部端口)。
默认尺寸 140×84;端口 w(左)、e(右)、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "fan-coil",
"geo-x": 120,
"geo-y": 80,
"geo-w": 140,
"geo-h": 84,
"node-text": "风机盘管"
}
}duct 风管 {#duct}
风管段:矩形风道 + 法兰线。
默认尺寸 140×48;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "duct",
"geo-x": 120,
"geo-y": 80,
"geo-w": 140,
"geo-h": 48,
"node-text": "风管"
}
}