Click or drag to resize

MotionLogicStateTransitioned Method

Called when any state transition occurs.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public virtual void StateTransitioned(
	AxisState fromState,
	AxisState toState
)

Parameters

fromState
Type: AxisState
Previous state.
toState
Type: AxisState
New state.
See Also