Files
LLMWiki/raw/DTU/配电主站.md
2026-06-03 21:55:02 +08:00

15 lines
837 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## 定义
主要实现配电网数据采集与监控等基本功能,以及分析应用等扩展功能,为配网调度和配电生产服务,简称配电主站。
## 在系统架构中的位置
配电自动化系统的第一层(最高层),接收来自终端和子站的数据,做出调度决策并下发控制指令。
```
主站 ← 接收遥信/遥测数据 → 分析决策 → 下发遥控指令 → 子站/终端
```
## 核心功能
- 配电网数据采集与监控SCADA
- 分析应用(故障定位、负荷分析、线损计算等)
- 调度决策
- 遥控指令下发
## 与子站的关系
主站通过通信信道与子站连接,子站作为中间层汇集终端数据后上报主站,降低主站直接面对的终端数量,优化系统结构层次。
![test.png](https://lsky.bitnasdaq.vip/pHvNXI.png)