Click or drag to resize

AttributeBaseOnAttributeValueSet 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: 19.00.00
Syntax
C#
public 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 a derived class), or is set cyclically via CIP Class 1.
See Also