点击或拖拽改变大小

IReadWriteFxLinks 属性

IReadWriteFxLinks 类型公开以下成员。

属性
  名称说明
公共属性代码示例ByteTransform
当前的数据变换机制,当你需要从字节数据转换类型数据的时候需要。
The current data transformation mechanism is required when you need to convert type data from byte data.
(继承自 IReadWriteDevice。)
公共属性ConnectionId
当前连接的唯一ID号,默认为长度20的guid码加随机数组成,方便列表管理,也可以自己指定
The unique ID number of the current connection. The default is a 20-digit guid code plus a random number.
(继承自 IReadWriteNet。)
公共属性Format
当前的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
公共属性代码示例LogNet
组件的日志工具,支持日志记录,只要实例化后,当前网络的基本信息,就以DEBUG等级进行输出
The component's logging tool supports logging. As long as the instantiation of the basic network information, the output will be output at DEBUG
(继承自 IReadWriteNet。)
公共属性Station
PLC的当前的站号,需要根据实际的值来设定,默认是0
The current station number of the PLC needs to be set according to the actual value. The default is 0.
公共属性SumCheck
是否启动和校验
Whether to start and sum verify
公共属性WaittingTime
报文等待时间,单位10ms,设置范围为0-15
Message waiting time, unit is 10ms, setting range is 0-15
Top
参见