上位机的节点地址,默认是0x01,当连接PLC之后,将由PLC来设定当前的值。
The node address of the host computer is 0x01 by default. After connecting to the PLC, the PLC will set the current value.
命名空间:
HslCommunication.Profinet.Omron
程序集:
HslCommunication (在 HslCommunication.dll 中) 版本:12.1.2.0 (12.1.2.0)
语法 public byte SA1 { get; set; }
Public Property SA1 As Byte
Get
Set
public:
virtual property unsigned char SA1 {
unsigned char get () sealed;
void set (unsigned char value) sealed;
}
abstract SA1 : byte with get, set
override SA1 : byte with get, set
属性值
类型:
Byte实现
IOmronFinsSA1备注 重要事项 |
---|
v9.6.5版本及之前的版本都需要手动设置,如果是多连接,相同的节点是连接不上PLC的。 |
参见