电气与电子
电气与电子(17 种)
开关 / 断路器 / 变压器等电气设备与电阻 / 电容等电子符号,适合绘制电气回路图与控制原理图。
所有形状共享同一套 图元属性(几何 / 颜色 / 文字 / 数据 / 状态 / 动画 / 交互),差异只在
shape取值与端口布局。下方每个形状给出用途、端口、值驱动行为与可复制 JSON;值驱动 / 状态色的机制说明见 组态图元 · 值驱动与状态。
knife-switch 闸刀开关 {#knife-switch}
刀闸开关:电气回路通断示意。
默认尺寸 84×60;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "knife-switch",
"geo-x": 120,
"geo-y": 80,
"geo-w": 84,
"geo-h": 60,
"node-text": "闸刀开关"
}
}toggle-switch 拨动开关 {#toggle-switch}
扳把开关:控制面板开关状态。
默认尺寸 72×36;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "toggle-switch",
"geo-x": 120,
"geo-y": 80,
"geo-w": 72,
"geo-h": 36,
"node-text": "拨动开关"
}
}breaker 断路器 {#breaker}
断路器:矩形 X 符号,电力 / 电气回路保护元件。
默认尺寸 64×64;端口 n(上)、e(右)、s(下)、w(左)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "breaker",
"geo-x": 120,
"geo-y": 80,
"geo-w": 64,
"geo-h": 64,
"node-text": "断路器"
}
}resistor 电阻 {#resistor}
电阻:锯齿符号,电子原理图元件。
默认尺寸 104×32;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "resistor",
"geo-x": 120,
"geo-y": 80,
"geo-w": 104,
"geo-h": 32,
"node-text": "电阻"
}
}capacitor 电容 {#capacitor}
电容:双竖线符号。
默认尺寸 64×48;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "capacitor",
"geo-x": 120,
"geo-y": 80,
"geo-w": 64,
"geo-h": 48,
"node-text": "电容"
}
}inductor 电感 {#inductor}
电感:连续半圆线圈符号。
默认尺寸 112×32;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "inductor",
"geo-x": 120,
"geo-y": 80,
"geo-w": 112,
"geo-h": 32,
"node-text": "电感"
}
}diode 二极管 {#diode}
二极管:三角 + 竖线,标注整流方向。
默认尺寸 80×48;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "diode",
"geo-x": 120,
"geo-y": 80,
"geo-w": 80,
"geo-h": 48,
"node-text": "二极管"
}
}ground 接地 {#ground}
接地符号:三横递减。
默认尺寸 48×48;端口 n(上)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "ground",
"geo-x": 120,
"geo-y": 80,
"geo-w": 48,
"geo-h": 48,
"node-text": "接地"
}
}battery 蓄电池 {#battery}
蓄电池 / 储能:值驱动电量条(绿 / 黄 / 红随电量)。
默认尺寸 120×64;端口 w(左)、e(右);值驱动:电量条长度随值变化。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "battery",
"geo-x": 120,
"geo-y": 80,
"geo-w": 120,
"geo-h": 64,
"node-text": "蓄电池",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}solar-panel 光伏板 {#solar-panel}
光伏板:倾斜网格板 + 支架(底部端口)。
默认尺寸 140×92;端口 s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "solar-panel",
"geo-x": 120,
"geo-y": 80,
"geo-w": 140,
"geo-h": 92,
"node-text": "光伏板"
}
}transformer 变压器 {#transformer}
变压器(双圈):电力变换核心符号。
默认尺寸 112×64;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "transformer",
"geo-x": 120,
"geo-y": 80,
"geo-w": 112,
"geo-h": 64,
"node-text": "变压器"
}
}vfd 变频器 {#vfd}
变频器:矩形壳 + 正弦/方波分区符号。
默认尺寸 92×96;端口 n(上)、s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "vfd",
"geo-x": 120,
"geo-y": 80,
"geo-w": 92,
"geo-h": 96,
"node-text": "变频器"
}
}generator 发电机 {#generator}
发电机:圆体 G 标记。
默认尺寸 80×80;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "generator",
"geo-x": 120,
"geo-y": 80,
"geo-w": 80,
"geo-h": 80,
"node-text": "发电机"
}
}pilot-light 信号灯 {#pilot-light}
信号灯:面板指示灯,值驱动亮度。
默认尺寸 48×48;端口 s(下);值驱动:灯珠亮度随值增强。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "pilot-light",
"geo-x": 120,
"geo-y": 80,
"geo-w": 48,
"geo-h": 48,
"node-text": "信号灯",
"data-enabled": true,
"data-key": "测点键名",
"value-min": 0,
"value-max": 100,
"value-unit": "%"
}
}fuse 熔断器 {#fuse}
熔断器:矩形 + 贯穿线。
默认尺寸 80×32;端口 w(左)、e(右)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "fuse",
"geo-x": 120,
"geo-y": 80,
"geo-w": 80,
"geo-h": 32,
"node-text": "熔断器"
}
}wind-turbine 风力发电机 {#wind-turbine}
风力发电机:三叶风轮 + 塔筒,开 anim: spin 表现转动(底部端口)。
默认尺寸 96×122;端口 s(下)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "wind-turbine",
"geo-x": 120,
"geo-y": 80,
"geo-w": 96,
"geo-h": 122,
"node-text": "风力发电机"
}
}control-cabinet 控制柜 {#control-cabinet}
控制柜 / 多功能箱:柜体 + 指示灯排 + 显示窗 + 散热百叶,配电与 PLC 控制点位。
默认尺寸 96×122;端口 n(上)、e(右)、s(下)、w(左)。
JSON 片段
{
"uid": "node_1",
"type": "scada-node",
"options": {
"shape": "control-cabinet",
"geo-x": 120,
"geo-y": 80,
"geo-w": 96,
"geo-h": 122,
"node-text": "控制柜"
}
}