实例化一个默认的松下PLC通信对象,默认站号为0xEE
Instantiate a default Panasonic PLC communication object, the default station number is 0xEE
命名空间:
HslCommunication.Profinet.Panasonic
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public PanasonicMewtocol(
byte station = 238
)
Public Sub New (
Optional station As Byte = 238
)
public:
PanasonicMewtocol(
unsigned char station = 238
)
new :
?station : byte
(* Defaults:
let _station = defaultArg station 238
*)
-> PanasonicMewtocol
参数
- station (Optional)
- 类型:SystemByte
站号信息,默认为0xEE
参见