MelsecMcNetTargetIOStation 属性 |
请求目标模块的IO编号,默认是管理CPU,也就是 0x03FF 的值,如果需要访问其他的非管理CPU的时候,请参考手册进行配置相关的值
The IO number of the target module is the default management CPU, that is, the value of 0x03FF, if you need to access other non-management CPUs, please refer to the manual to configure the relevant values
命名空间:
HslCommunication.Profinet.Melsec
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public ushort TargetIOStation { get; set; }
Public Property TargetIOStation As UShort
Get
Set
public:
virtual property unsigned short TargetIOStation {
unsigned short get () sealed;
void set (unsigned short value) sealed;
}
abstract TargetIOStation : uint16 with get, set
override TargetIOStation : uint16 with get, set
属性值
类型:
UInt16实现
IReadWriteMcTargetIOStation参见