指定Modbus从站的站号来初始化
Specify the station number of the Modbus slave to initialize
命名空间:
HslCommunication.ModBus
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ModbusAscii(
byte station = 1
)
Public Sub New (
Optional station As Byte = 1
)
public:
ModbusAscii(
unsigned char station = 1
)
new :
?station : byte
(* Defaults:
let _station = defaultArg station 1
*)
-> ModbusAscii
参数
- station (Optional)
- 类型:SystemByte
Modbus从站的站号
参见