点击或拖拽改变大小

XinJEHelperPraseXinJEXCAddress 方法

根据信捷PLC的地址,解析出转换后的modbus协议信息,适用XC系列

命名空间:  HslCommunication.Profinet.XINJE
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<string> PraseXinJEXCAddress(
	string station,
	string address,
	byte modbusCode
)

参数

station
类型:SystemString
站号的特殊指定信息,可以为空
address
类型:SystemString
信捷plc的地址信息
modbusCode
类型:SystemByte
原始的对应的modbus信息

返回值

类型:OperateResultString
还原后的modbus地址
参见