Click or drag to resize

MotionLogicControlCommanded Method

Called when any control command is received.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void ControlCommanded(
	AxisControlResponse axisControl
)

Parameters

axisControl
Type: AxisControlResponse
Axis control command.
See Also