点击或拖拽改变大小

FatekProgramHelperRead 方法

批量读取PLC的字节数据,以字为单位,支持读取X,Y,M,S,D,T,C,R,RT,RC具体的地址范围需要根据PLC型号来确认,地址可以携带站号信息,例如 s=2;D100
Read PLC byte data in batches, in word units. Supports reading X, Y, M, S, D, T, C, R, RT, RC. The specific address range needs to be confirmed according to the PLC model, The address can carry station number information, such as s=2;D100

命名空间:  HslCommunication.Profinet.FATEK.Helper
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public static OperateResult<byte[]> Read(
	IReadWriteDevice device,
	byte station,
	string address,
	ushort length
)

参数

device
类型:HslCommunication.CoreIReadWriteDevice
PLC通信的对象
station
类型:SystemByte
设备的站点信息
address
类型:SystemString
地址信息
length
类型:SystemUInt16
数据长度

返回值

类型:OperateResultByte
读取结果信息
参见