新能源与油气
2026年7月20日大约 3 分钟
新能源与油气(6 种)
光伏 / 储能 / 充电桩等新能源设备与抽油机 / 火炬 / 井口等油气田设备。储能电池 / 充电桩 / 火炬带值驱动 overlay(电量条 / 火焰高度)。
所有形状共享同一套 图元属性(几何 / 颜色 / 文字 / 数据 / 状态 / 动画 / 交互),差异只在
shape取值与端口布局。下方每个形状给出用途、端口、值驱动行为与可复制 JSON;值驱动 / 状态色的机制说明见 组态图元 · 值驱动与状态。
inverter 逆变器 {#inverter}
逆变器:DC/AC 分区符号,光伏 / 储能并网核心。
默认尺寸 92×92;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "inverter",
"geo-x": 120,
"geo-y": 80,
"geo-w": 92,
"geo-h": 92,
"node-text": "逆变器"
}
}fuel-cell 燃料电池 {#fuel-cell}
燃料电池:电堆叠片,值驱动输出功率条。
默认尺寸 120×86;端口 w(左)、e(右);值驱动:功率条随值变化。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "fuel-cell",
"geo-x": 120,
"geo-y": 80,
"geo-w": 120,
"geo-h": 86,
"node-text": "燃料电池",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}ev-charger 充电桩 {#ev-charger}
充电桩:立柱 + 枪线,值驱动充电进度。
默认尺寸 74×126;端口 s(下);值驱动:充电进度条随值变化。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "ev-charger",
"geo-x": 120,
"geo-y": 80,
"geo-w": 74,
"geo-h": 126,
"node-text": "充电桩",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}pump-jack 抽油机 {#pump-jack}
抽油机(磕头机):游梁 + 驴头 + 支架。
默认尺寸 150×112;端口 s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "pump-jack",
"geo-x": 120,
"geo-y": 80,
"geo-w": 150,
"geo-h": 112,
"node-text": "抽油机"
}
}flare-stack 火炬塔 {#flare-stack}
放空火炬:高塔 + 值驱动火焰(火焰大小随排放量)。
默认尺寸 90×152;端口 s(下)、w(左(80%));值驱动:火焰大小随值变化(无值时保持中等火焰)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "flare-stack",
"geo-x": 120,
"geo-y": 80,
"geo-w": 90,
"geo-h": 152,
"node-text": "火炬塔",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}wellhead 采油树 {#wellhead}
井口装置(采油树):阀组叠层。
默认尺寸 96×132;端口 s(下)、e(右(40%))。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "wellhead",
"geo-x": 120,
"geo-y": 80,
"geo-w": 96,
"geo-h": 132,
"node-text": "采油树"
}
}