Click or drag to resize

MotionDeviceAccessNotifyStateTransitioned Method

Raises the StateTransitioned event.

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

Parameters

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