Click or drag to resize

MotionLogicAttach Method

Attaches this motion device logic to the motion device access.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
public void Attach(
	MotionDeviceAccess mda
)

Parameters

mda
Type: Demo3D.PLC.Comms.CIP.Nodes.MotionMotionDeviceAccess
Motion device access to attach.
See Also