点击或拖拽改变大小

FujiSPHServerRead 方法

重载列表
  名称说明
公共方法代码示例ReadT
读取支持Hsl特性的数据内容,该特性为HslDeviceAddressAttribute,详细参考api文档说明,或是官网的详细文档
Read the data content of the Hsl attribute. The attribute is HslDeviceAddressAttribute, please refer to the api documentation for details.
(继承自 DeviceCommunication。)
公共方法Read(String, UInt16)
批量读取PLC的地址数据,长度单位为字。地址支持M1.1000,M3.1000,M10.1000,返回读取的原始字节数组。
Read PLC address data in batches, the length unit is words. The address supports M1.1000, M3.1000, M10.1000, and returns the original byte array read.
(重写 DeviceCommunicationRead(String, UInt16).)
Top
参见