Language object
|
Name
|
Description
|
---|---|---|
%Qr.m.c.2
|
CONTROL_ ACQUIRE
|
Rising edge: acquires command of controlled axes and links them to the MovementGroup. The AXIS_IN_COMMAND bit is set if the operation is performed correctly.
Associated ALLOW bit: ALLOW_ACQUIRE
|
%Qr.m.c.10
|
CONTROL_ENABLE
|
Rising edge: activates the controlled axes. The DRIVE_ENABLED bit is set to 1 if the drive is valid.
Associated ALLOW bit: ALLOW_ENABLE
|
%Qr.m.c.11
|
CONTROL_FOLLOW
|
Rising edge: activates following for the SlaveGroup or a member of such a group. The AXIS_IS_LINKED bit is set to 1 when following is active.
Associated ALLOW bit: ALLOW_FOLLOW
|
%Qr.m.c.12
|
CONTROL_RESUME
|
Rising edge: resumes from a hold (ALLOW_RESUME). The AXIS_HOLD (MovementStatus) bit is set to 0 when the resume starts.
Associated ALLOW bit: ALLOW_RESUME
|
%Qr.m.c.15
|
CONTROL_CLEAR_ FLT
|
Rising edge: clears movement faults (MovementFault). The AXIS_SUMMARY_FLT bit is set to 0 if the operation is performed correctly.
|
%Qr.m.c.4
|
CONTROL_JOG_ POS
|
Rising edge: performs continuous movements in the positive direction.
Falling edge: stops the current movement
|
%Qr.m.c.5
|
CONTROL_JOG_ NEG
|
Rising edge: performs continuous movements in the negative direction.
Falling edge: stops the current movement
|
%Qr.m.c.13
|
CONTROL_INC_ POS
|
Rising edge: performs incremental movements in the positive direction.
|
%Qr.m.c.14
|
CONTROL_INC_NEG
|
Rising edge: performs incremental movements in the negative direction.
|