MelsecFxLinksOverTcpFormat 属性 |
当前的PLC的Fxlinks协议格式,通常是格式1,或是格式4,所以此处可以设置1,或者是4
The current PLC Fxlinks protocol format is usually format 1 or format 4, so it can be set to 1 or 4 here
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public int Format { get; set; }
Public Property Format As Integer
Get
Set
public:
virtual property int Format {
int get () sealed;
void set (int value) sealed;
}
abstract Format : int with get, set
override Format : int with get, set
属性值
类型:
Int32实现
IReadWriteFxLinksFormat参见