Parker Hannifin
Example
This example uses terminal commands.
P00>ATTACH
ATTACH MASTER0
ATTACH SLAVE0 AXIS0 “X”
ATTACH SLAVE1 AXIS1 “Y”
REM ATTACH command will reply with information about what axes
REM are part of the Master group
P00>JOG FWD X : REM Continuous jog move on X axis
P00>SET 8467 : REM This stops motion on X axis. Axis will
REM decelerate using the HLDEC.
P00>JOG FWD Y
REM Associated Slave Kill Motion Request is active. Y-axis motion
REM is prevented due to X-axis KAMR flag.
P00>CLR 8467 CLR8499
P00>JOG FWD Y : REM Y-axis motion is now allowed.
NOTE
: Enabling drives using
DRIVE ON
command will clear the Kill
All Motion Request (KAMR) and Kill All Moves bits if the drive
is not currently enabled.
To Stop All Motion Immediately
Sometimes it is necessary to stop all motion immediately. You can
send
CTRL+X
to kill motion on all axes, and terminate all program
execution. While
CTRL+X
is similar to sending the
HALT ALL
command,
CTRL+X
also sets the Kill All Motion Request (KAMR) bit for
each axis. When this occurs, motion is stopped at the rate set with
the
HLDEC
command. Motion cannot resume until you clear the
KAMR bits.
You can clear all the KAMR bits by sending the
CTRL+Y
command.
This only clears the KAMR bits; no motion occurs.
For some applications, it may be desirable to disable the drives in
addition to killing all motion. Sending
CTRL+Z
disables all drives in
addition to the functions of
CTRL+X
. Disabling the drives is the same
as sending the
DRIVE OFF
command.
Killing All Motion
Command Description
Ctrl+X
Kills motion on all axes.
Terminates program execution.
Sets the KAMR bit for each axis.
Ctry+Y
Clears all KAMR bits.
Ctrl+Z
Kills motion on all axes.
Terminates program execution.
Sets the KAMR bit for each axis.
Disables all drives.
18 Programmer’s Guide
Содержание ACR Series
Страница 1: ......
Страница 65: ...Parker Hannifin Making Motion 65...
Страница 89: ...Parker Hannifin Servo Loop Fundamentals 89 Figure 17 Following Error...