点击或拖拽改变大小

AllenBradleyNet.ReadSegment 方法

Read Segment Data Array form plc, use address tag name

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

参数

address
类型:System.String
Tag name in plc
startIndex
类型:System.Int32
array start index, uint byte index
length
类型:System.Int32
array length, data item length

返回值

类型:OperateResult<Byte[]>
Results Bytes
参见