点击或拖拽改变大小

AllenBradleyNetReadSegmentAsync 方法

Read Segment Data Array form plc, use address tag name

命名空间:  HslCommunication.Profinet.AllenBradley
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public Task<OperateResult<byte[]>> ReadSegmentAsync(
	string address,
	int startIndex,
	int length
)

参数

address
类型:SystemString
Tag name in plc
startIndex
类型:SystemInt32
array start index, uint byte index
length
类型:SystemInt32
array length, data item length

返回值

类型:TaskOperateResultByte
Results Bytes
参见