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
InfoTypeSizeDINTAreaPropertyINTThe area number of the property method
OffsetGetDINTThe offset of the getter method of the property; a negative value indicates that there is no get accessor
OffsetSetDINTThe offset of the setter method of the property; a negative value indicates that there is no set accessor
AreaInstanceINTThe 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)
OffsetInstanceDINTThe 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)