Click or drag to resize

MotionLogicControlUpdated Method

Called when the controller changed something.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void ControlUpdated(
	UpdateFlags updateFlags
)

Parameters

updateFlags
Type: Demo3D.PLC.Comms.CIP.Nodes.MotionUpdateFlags
Bit mask describing the changes made.
See Also