ModbusInfoBuildWriteBoolModbusCommand 方法 |
名称 | 说明 | |
---|---|---|
BuildWriteBoolModbusCommand(ModbusAddress, Boolean) |
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码 To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code | |
BuildWriteBoolModbusCommand(ModbusAddress, Boolean) |
构建Modbus写入bool数组的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码 To construct the core message that Modbus writes to the bool array, you need to specify the address, length, station number, whether the starting address is 0, and the default function code | |
BuildWriteBoolModbusCommand(String, Boolean, Byte, Boolean, Byte) |
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码 To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code | |
BuildWriteBoolModbusCommand(String, Boolean, Byte, Boolean, Byte) |
构建Modbus写入bool数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码 To construct the core message that Modbus writes to bool data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code |