点击或拖拽改变大小

InovanceHelper 类

汇川PLC的辅助类,提供一些地址解析的方法
Auxiliary class of Yaskawa robot, providing some methods of address resolution
继承层次
SystemObject
  HslCommunication.Profinet.InovanceInovanceHelper

命名空间:  HslCommunication.Profinet.Inovance
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public class InovanceHelper

InovanceHelper 类型公开以下成员。

构造函数
  名称说明
公共方法InovanceHelper
初始化 InovanceHelper 类的一个新实例
Top
方法
  名称说明
公共方法Equals (继承自 Object。)
受保护的方法Finalize (继承自 Object。)
公共方法GetHashCode (继承自 Object。)
公共方法GetType (继承自 Object。)
受保护的方法MemberwiseClone (继承自 Object。)
公共方法静态成员PraseInovanceAddress
根据汇川PLC的地址,解析出转换后的modbus协议信息,适用AM,H3U,H5U系列的PLC
According to the address of Inovance PLC, analyze the converted modbus protocol information, which is suitable for AM, H3U, H5U series PLC
公共方法静态成员PraseInovanceAMAddress
根据汇川PLC的地址,解析出转换后的modbus协议信息,适用AM,H3U,H5U系列的PLC
According to the address of Inovance PLC, analyze the converted modbus protocol information, which is suitable for AM, H3U, H5U series PLC
公共方法静态成员PraseInovanceH3UAddress
根据汇川PLC的地址,解析出转换后的modbus协议信息,适用AM,H3U,H5U系列的PLC
According to the address of Inovance PLC, analyze the converted modbus protocol information, which is suitable for AM, H3U, H5U series PLC
公共方法静态成员PraseInovanceH5UAddress
根据汇川PLC的地址,解析出转换后的modbus协议信息,适用AM,H3U,H5U系列的PLC
According to the address of Inovance PLC, analyze the converted modbus protocol information, which is suitable for AM, H3U, H5U series PLC
公共方法静态成员ReadByte
按照字节读取汇川M地址的数据,地址示例: MB100,MB101,需要注意的是,MB100 及 MB101 的地址是 MW50 的数据。
Read the data of Inovance M address according to the byte, address example: MB100, MB101, it should be noted that the addresses of MB100 and MB101 are the data of MW50.
公共方法静态成员ReadByteAsync
按照字节读取汇川M地址的数据,地址示例: MB100,MB101,需要注意的是,MB100 及 MB101 的地址是 MW50 的数据。
Read the data of Inovance M address according to the byte, address example: MB100, MB101, it should be noted that the addresses of MB100 and MB101 are the data of MW50.
公共方法ToString (继承自 Object。)
Top
扩展方法
  名称说明
公共扩展器方法ToJsonString
获取当前对象的JSON格式表示的字符串。
Gets the string represented by the JSON format of the current object.
(由 HslExtension 定义。)
Top
参见