当前PLC的通信令牌,当调用
ConnectServer时,会自动获取,当然你也可以手动赋值一个合法的令牌,跳过
ConnectServer直接进行读写操作。
The communication token of the current PLC will be automatically obtained when
ConnectServer is called. Of course,
you can also manually assign a valid token, skip
ConnectServer and read it directly Write operation.
命名空间:
HslCommunication.Profinet.Siemens
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public string Token { get; set; }
Public Property Token As String
Get
Set
public:
property String^ Token {
String^ get ();
void set (String^ value);
}
member Token : string with get, set
属性值
类型:
String参见