点击或拖拽改变大小

HslCommunication.Instrument.DLT 命名空间

[缺少 "N:HslCommunication.Instrument.DLT" 的 <summary> 文档]

  说明
公共类代码示例DLT645
基于多功能电能表通信协议实现的通讯类,参考的文档是DLT645-2007,主要实现了对电表数据的读取和一些功能方法, 在点对点模式下,需要在打开串口后调用 ReadAddress 方法,数据标识格式为 00-00-00-00,具体参照文档手册。
The communication type based on the communication protocol of the multifunctional electric energy meter. The reference document is DLT645-2007, which mainly realizes the reading of the electric meter data and some functional methods. In the point-to-point mode, you need to call ReadAddress method after opening the serial port. the data identification format is 00-00-00-00, refer to the documentation manual for details.
公共类代码示例DLT645OverTcp
基于多功能电能表通信协议实现的通讯类,参考的文档是DLT645-2007,主要实现了对电表数据的读取和一些功能方法, 在点对点模式下,需要在连接后调用 ReadAddress 方法,数据标识格式为 00-00-00-00,具体参照文档手册。
The communication type based on the communication protocol of the multifunctional electric energy meter. The reference document is DLT645-2007, which mainly realizes the reading of the electric meter data and some functional methods. In the point-to-point mode, you need to call ReadAddress method after connect the device. the data identification format is 00-00-00-00, refer to the documentation manual for details.
公共类DLT645Server
DLT645协议的虚拟服务器
受保护的类DLT645ServerDLTAddress
DLT的地址信息
公共类代码示例DLT645With1997
基于多功能电能表通信协议实现的通讯类,参考的文档是DLT645-1997,主要实现了对电表数据的读取和一些功能方法,数据标识格式为 B6-11,具体参照文档手册。
Based on the communication class implemented by the multi-function energy meter communication protocol, the reference document is DLT645-1997, which mainly implements the reading of meter data and some functional methods, the data identification format is B6-11, please refer to the document manual for details.
公共类代码示例DLT645With1997OverTcp
基于多功能电能表通信协议实现的通讯类,参考的文档是DLT645-1997,主要实现了对电表数据的读取和一些功能方法,数据标识格式为 B6-11,具体参照文档手册。
Based on the communication class implemented by the multi-function energy meter communication protocol, the reference document is DLT645-1997, which mainly implements the reading of meter data and some functional methods, the data identification format is B6-11, please refer to the document manual for details.
公共类代码示例DLT698
698.45协议的串口通信类,面向对象的用电信息数据交换协议,使用明文的通信方式。支持读取功率,总功,电压,电流,频率,功率因数等数据。
The serial communication class of the 698.45 protocol, an object-oriented power consumption information data exchange protocol, uses the communication method of clear text. Support reading power, total power, voltage, current, frequency, power factor and other data.
公共类代码示例DLT698OverTcp
698.45协议的串口转网口透传通信类(不是TCP通信),面向对象的用电信息数据交换协议,使用明文的通信方式。支持读取功率,总功,电压,电流,频率,功率因数等数据。
698.45 protocol serial port to network port transparent transmission communication (not TCP communication), object-oriented power consumption information data exchange protocol, using plaintext communication. Support reading power, total power, voltage, current, frequency, power factor and other data.
公共类DLT698Server
DLT698的虚拟服务器实现
公共类代码示例DLT698TcpNet
698.45协议的TCP通信类(不是串口透传通信),面向对象的用电信息数据交换协议,使用明文的通信方式。支持读取功率,总功,电压,电流,频率,功率因数等数据。
The TCP communication class of the 698.45 protocol (not the serial port transparent transmission communication), the object-oriented power consumption information data exchange protocol, uses the clear text communication method. Support reading power, total power, voltage, current, frequency, power factor and other data.
公共类DLTControl
基本的控制码信息
公共类DLTTransform
DTL数据转换
委托