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
)
Public Sub Write (
address As String,
high As Byte,
low As Byte
)
public:
void Write(
String^ address,
unsigned char high,
unsigned char low
)
member Write :
address : string *
high : byte *
low : byte -> unit
参数
- address
- 类型:SystemString
起始地址,示例:"100",如果是输入寄存器:"x=4;100" - high
- 类型:SystemByte
高位数据 - low
- 类型:SystemByte
地位数据
参见