PlcPropertyByCallAddressInfo (STRUCT)ΒΆ
TYPE PlcPropertyByCallAddressInfo EXTENDS PlcAddressInfo : STRUCT
This type of address information can be used for monitoring properties by calling their method on the plc
- InOut:
- Name - Type - Comment - Inherited from - InfoType- Size- DINT- AreaProperty- INT- The area number of the property method - OffsetGet- DINT- The offset of the getter method of the property; a negative value indicates that there is no get accessor - OffsetSet- DINT- The offset of the setter method of the property; a negative value indicates that there is no set accessor - AreaInstance- INT- The area of the function block instance (when the property is a call on an instance); a negative value indicates there is no instance (eg. a property on a GVL) - OffsetInstance- DINT- The offset of the function block instance (when the property is a call on an instance); a negative value indicates there is no instance (eg. a property on a GVL) 
