Click or drag to resize

MotionDeviceAccessEnqueueFault Method

Enqueue a fault.

Namespace: Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public abstract void EnqueueFault(
	FaultType type,
	byte code,
	byte subCode,
	FaultAction stopAction,
	out bool eventRaised
)

Parameters

type  FaultType

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

code  Byte

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

subCode  Byte

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

stopAction  FaultAction

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

eventRaised  Boolean

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

See Also