点击或拖拽改变大小

KeyenceNanoHelperExtractActualData 方法

从PLC反馈的数据进行提炼操作
Refining operation from data fed back from PLC

命名空间:  HslCommunication.Profinet.Keyence
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
public static OperateResult<byte[]> ExtractActualData(
	string addressType,
	byte[] response
)

参数

addressType
类型:SystemString
地址的数据类型
response
类型:SystemByte
PLC反馈的真实数据

返回值

类型:OperateResultByte
数据提炼后的真实数据
参见