获取或设置当前设备站号信息,一般来说,需要在实例化之后设置本站号信息,在通信的时候也可以动态修改当前的站号信息
To obtain or set the station number information of the current device, in general, the station number information needs to be set after instantiation,
and the current station number information can also be dynamically modified during communication
命名空间:
HslCommunication.Profinet.LSIS
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte Station { get; set; }
Public Property Station As Byte
Get
Set
public:
virtual property unsigned char Station {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract Station : byte with get, set
override Station : byte with get, set
属性值
类型:
Byte实现
IReadWriteDeviceStationStation参见