点击或拖拽改变大小

ModbusTcpServerReadFromModbusCore 方法

Modbus核心数据交互方法,允许重写自己来实现,报文只剩下核心的Modbus信息,去除了MPAB报头信息
The Modbus core data interaction method allows you to rewrite it to achieve the message. Only the core Modbus information is left in the message, and the MPAB header information is removed.

命名空间:  HslCommunication.ModBus
程序集:  HslCommunication (在 HslCommunication.dll 中) 版本:12.0.0.0 (12.0.0.0)
语法
protected virtual byte[] ReadFromModbusCore(
	byte[] modbusCore
)

参数

modbusCore
类型:SystemByte
核心的Modbus报文

返回值

类型:Byte
进行数据交互之后的结果
参见