AttributeValueOnAttributeValueSet Event |
Occurs when the attribute value is set, but only under certain circumstances (see remarks).
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 15.0.2.11458
Syntaxpublic event Action OnAttributeValueSet
Value
Type:
SystemAction
Remarks
This event is raised when the attribute is set using a CIP Class 3 protocol request.
The event will not be raised if the attribute is set programatically (eg the Value property on
the
AttributeBase class), or is set cyclically via CIP Class 1.
See Also