点击或拖拽改变大小

FatekProgramWrite 方法 (String, Byte)

批量写入PLC的数据,以字为单位,也就是说最少2个字节信息,支持X,Y,M,S,D,T,C,R,RT,RC具体的地址范围需要根据PLC型号来确认,地址可以携带站号信息,例如 s=2;D100
The data written to the PLC in batches, in units of words, that is, at least 2 bytes of information, supporting X, Y, M, S, D, T, C, R, RT, and RC. The specific address range needs to be based on the PLC model To confirm, The address can carry station number information, such as s=2;D100

命名空间:  HslCommunication.Profinet.FATEK
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:11.8.2.0 (11.8.2.0)
语法
public override OperateResult Write(
	string address,
	byte[] value
)

参数

address
类型:SystemString
地址信息,举例,D100,R200,RC100,RT200
value
类型:SystemByte
数据值

返回值

类型:OperateResult
是否写入成功

实现

IReadWriteNetWrite(String, Byte)
IReadWriteNetWrite(String, Byte)
参见