点击或拖拽改变大小

XGBCnetOverTcpWrite 方法 (String, Byte)

将原始数据写入到PLC的指定的地址里,地址示例:MB100, MW100, MD100, 如果输入了M100等同于MB100
Write the original data to the designated address of the PLC. Examples of addresses: MB100, MW100, MD100, if input M100 is equivalent to MB100

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

参数

address
类型:SystemString
PLC的地址信息,例如 M100, MB100, MW100, MD100
value
类型:SystemByte
等待写入的原始数据内容

返回值

类型:OperateResult
是否写入成功

实现

IReadWriteNetWrite(String, Byte)
参见