Click or drag to resize

MotionDeviceAccessRaiseAxisException Method

Raise an exception.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public abstract void RaiseAxisException(
	AxisExceptionCode code,
	byte subCode,
	out bool eventRaised
)

Parameters

code
Type: AxisExceptionCode

[Missing <param name="code"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Motion.MotionDeviceAccess.RaiseAxisException(Demo3D.PLC.Comms.CIP.Nodes.Motion.AxisExceptionCode,System.Byte,System.Boolean@)"]

subCode
Type: SystemByte

[Missing <param name="subCode"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Motion.MotionDeviceAccess.RaiseAxisException(Demo3D.PLC.Comms.CIP.Nodes.Motion.AxisExceptionCode,System.Byte,System.Boolean@)"]

eventRaised
Type: SystemBoolean

[Missing <param name="eventRaised"/> documentation for "M:Demo3D.PLC.Comms.CIP.Nodes.Motion.MotionDeviceAccess.RaiseAxisException(Demo3D.PLC.Comms.CIP.Nodes.Motion.AxisExceptionCode,System.Byte,System.Boolean@)"]

See Also