点击或拖拽改变大小

ModbusTcpServerWrite 方法 (String, Byte, Byte)

写入寄存器数据,指定字节数据

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法
public void Write(
	string address,
	byte high,
	byte low
)

参数

address
类型:SystemString
起始地址,示例:"100",如果是输入寄存器:"x=4;100"
high
类型:SystemByte
高位数据
low
类型:SystemByte
地位数据
参见