点击或拖拽改变大小

ModbusInfoBuildWriteWordModbusCommand 方法

重载列表
  名称说明
公共方法静态成员BuildWriteWordModbusCommand(ModbusAddress, Byte)
构建Modbus写入字数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message of Modbus writing word data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteWordModbusCommand(String, Byte, Byte, Boolean, Byte)
构建Modbus写入字数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message of Modbus writing word data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteWordModbusCommand(String, Int16, Byte, Boolean, Byte, IByteTransform)
构建Modbus写入字数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message of Modbus writing word data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
公共方法静态成员BuildWriteWordModbusCommand(String, UInt16, Byte, Boolean, Byte, IByteTransform)
构建Modbus写入字数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码
To construct the core message of Modbus writing word data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code
Top
参见