AttributeValueOnAttributeValueSet Event |
Occurs when the attribute value is set, but only under certain circumstances (see remarks).
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic event Action OnAttributeValueSet
Value
Action
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