PlcAddressFormat Enum

Namespace: IPS7Lnk.Advanced
Assemblies: IPS7LnkNet.Advanced.dll

Defines how the string representation of a PlcAddress can look like and in which way a PlcAddress will be interpreted.

C#

public enum PlcAddressFormat


Inheritance ObjectValueTypeEnum › PlcAddressFormat

Name Value Description
FullQualified 0 The address does provide all necessary information to uniquely identify the target block, type of data, register and bit to access.
Reduced 1 The address does neither contain any operand type information nor an according operand number to access a specific operand. Therefore the default operand (mostly identified with a operand number equals to one) will be accessed.