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 |