Click or drag to resize

MotionDeviceAccessAxisEvent Method

Issue an axis event to change the state of the internal state machine.

Namespace: Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract void AxisEvent(
	AxisStateEvent axisEvent
)

Parameters

axisEvent  AxisStateEvent
Axis event to raise.
See Also