电力单线图
2026年7月20日大约 4 分钟
电力单线图(8 种)
母线 / 隔离开关 / 互感器 / 避雷器等电力一次设备符号,按单线图(SLD)习惯设计端口:母线含 t1/t2/t3 抽头,可从母线直接拉出馈线。
所有形状共享同一套 图元属性(几何 / 颜色 / 文字 / 数据 / 状态 / 动画 / 交互),差异只在
shape取值与端口布局。下方每个形状给出用途、端口、值驱动行为与可复制 JSON;值驱动 / 状态色的机制说明见 组态图元 · 值驱动与状态。
busbar 母线 {#busbar}
母线:粗横条,含 w/e 两端与 t1/t2/t3 三个抽头端口,单线图的骨架。
默认尺寸 200×28;端口 w(左)、e(右)、t1(上(25%))、t2(上)、t3(上(75%))。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "busbar",
"geo-x": 120,
"geo-y": 80,
"geo-w": 200,
"geo-h": 28,
"node-text": "母线"
}
}disconnector 隔离开关 {#disconnector}
隔离开关:斜刀闸 + 断口,检修隔离。
默认尺寸 96×64;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "disconnector",
"geo-x": 120,
"geo-y": 80,
"geo-w": 96,
"geo-h": 64,
"node-text": "隔离开关"
}
}current-transformer 电流互感器 {#current-transformer}
CT 电流互感器:穿芯圆 + 一次线。
默认尺寸 84×72;端口 w(左(42%))、e(右(42%))、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "current-transformer",
"geo-x": 120,
"geo-y": 80,
"geo-w": 84,
"geo-h": 72,
"node-text": "电流互感器"
}
}voltage-transformer 电压互感器 {#voltage-transformer}
PT 电压互感器:双圆并列。
默认尺寸 64×100;端口 n(上)、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "voltage-transformer",
"geo-x": 120,
"geo-y": 80,
"geo-w": 64,
"geo-h": 100,
"node-text": "电压互感器"
}
}surge-arrester 避雷器 {#surge-arrester}
避雷器:矩形 + 折线放电符号(上下端口)。
默认尺寸 56×104;端口 n(上)、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "surge-arrester",
"geo-x": 120,
"geo-y": 80,
"geo-w": 56,
"geo-h": 104,
"node-text": "避雷器"
}
}energy-meter 电能表 {#energy-meter}
电能表:方表 + 转盘线,关口计量。
默认尺寸 76×76;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "energy-meter",
"geo-x": 120,
"geo-y": 80,
"geo-w": 76,
"geo-h": 76,
"node-text": "电能表"
}
}load 负荷 {#load}
负荷:向下箭头(顶部端口),单线图末端。
默认尺寸 64×78;端口 n(上)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "load",
"geo-x": 120,
"geo-y": 80,
"geo-w": 64,
"geo-h": 78,
"node-text": "负荷"
}
}grid-tower 输电铁塔 {#grid-tower}
输电铁塔:格构塔架 + 横担(底部端口)。
默认尺寸 120×134;端口 s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "grid-tower",
"geo-x": 120,
"geo-y": 80,
"geo-w": 120,
"geo-h": 134,
"node-text": "输电铁塔"
}
}