PLC的网络号地址,默认0x00
PLC network number address, default 0x00
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte DNA { get; set; }
Public Property DNA As Byte
Get
Set
public:
virtual property unsigned char DNA {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract DNA : byte with get, set
override DNA : byte with get, set
属性值
类型:
Byte实现
IOmronFinsDNA备注
00: Local network
01-7F: Remote network address (decimal: 1 to 127)
参见