点击或拖拽改变大小

ModbusInfoBuildReadModbusCommand 方法

重载列表
  名称说明
公共方法静态成员BuildReadModbusCommand(ModbusAddress, Int32)
构建Modbus读取数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码应该根据bool或是字来区分
To construct the core message of Modbus reading data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code should be distinguished according to bool or word
公共方法静态成员BuildReadModbusCommand(String, Int32, Byte, Boolean, Byte)
构建Modbus读取数据的核心报文,需要指定地址,长度,站号,是否起始地址0,默认的功能码应该根据bool或是字来区分
To construct the core message of Modbus reading data, you need to specify the address, length, station number, whether the starting address is 0, and the default function code should be distinguished according to bool or word
Top
参见