-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from wendy512/wendy512-patch-1
Update README_zh_CN.md
- Loading branch information
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,19 +14,19 @@ IEC 104 是在电力系统和工业自动化领域广泛使用的协议,旨在 | |
该库支持以下IEC 104协议功能: | ||
|
||
* 基于 TCP/IP 的通信 | ||
* 使用标准的 TCP/IP 协议进行通信,确保与各种网络基础设施的兼容性。 | ||
</br>使用标准的 TCP/IP 协议进行通信,确保与各种网络基础设施的兼容性。 | ||
* 支持多种信息类型 | ||
* 支持传输多种信息类型,包括单点信息、双点信息、测量值(规一化值、标度化值、短浮点数)、累积量和命令(单点、双点、设定值)。 | ||
</br>支持传输多种信息类型,包括单点信息、双点信息、测量值(规一化值、标度化值、短浮点数)、累积量和命令(单点、双点、设定值)。 | ||
* 实时数据交换 | ||
* 提供实时数据交换功能,适用于监控和控制工业过程和电力系统。 | ||
</br>提供实时数据交换功能,适用于监控和控制工业过程和电力系统。 | ||
* 时间同步 | ||
* 支持时间同步命令,确保所有连接设备保持准确和同步的时间。 | ||
</br>支持时间同步命令,确保所有连接设备保持准确和同步的时间。 | ||
* 事件驱动的通信 | ||
* 支持事件驱动的数据传输,仅在变化发生时发送更新,提高通信效率。 | ||
</br>支持事件驱动的数据传输,仅在变化发生时发送更新,提高通信效率。 | ||
* 质量和优先级指示 | ||
* 包含数据的质量和优先级指示,确保数据的完整性和重要性得到维护。 | ||
</br>包含数据的质量和优先级指示,确保数据的完整性和重要性得到维护。 | ||
* 自动重连 | ||
* 实现了自动重连机制,以处理网络中断,确保连续和可靠的通信。 | ||
</br>实现了自动重连机制,以处理网络中断,确保连续和可靠的通信。 | ||
|
||
## 如何使用 | ||
```shell | ||
|
@@ -40,4 +40,4 @@ iec104 基于 [Apache License 2.0](./LICENSE) 协议。 | |
|
||
## 联系方式 | ||
|
||
- 邮箱:<[email protected]> | ||
- 邮箱:<[email protected]> |