U600 User’s Guide
Parameters
Version 1.4
Aerotech, Inc.
C-31
C.2.65.
MOTIONSTATUS
This is a bitwise axis parameter, providing the current status of the motion on this axis.
Also, be aware that some motion conditions may also be reported in the STATUS,
Status1, Status2, Status3, and SERVOSTATUS parameters. There are pre-defined
definitions of the bits in this axis parameter within AerStat.Pgm. These definitions take
the form of “MOTIONSTATUS_xxx” where xxx is the bit name as listed below. For
example, the following could be used to test for the X axis Moving bit being TRUE;
If (MOTIONSTATUS.X BAND MOTIONSTATUS_Moving)
Or
If (MOTIONSTATUS.X BAND 0h00000002)
Table C-4.
MOTIONSTATUS Bit Definitions
Name
Hex Value
Description
MOVE_DIR
0h00000001
move direction
MOVING
0h00000002
G0, Home or Async. Motion Active
ACCEL
0h00000004
axis in accel. Phase of G0, Home or Async. Motion
DECEL
0h00000008
axis in deceleration phase of G0, Home or Async. Motion
HOMING
0h00000010
axis in home cycle
FEED_OVER
0h00000020
feedrate override
PROFILING (NOTE)
0h00000040
axis in profiling mode (G1, G2, G3 or other contoured motion)
SYNC
0h00000080
axis in sync mode (camming motion )
CAM_TABLE
0h00000100
cam table enabled
HOME_DIR
0h00000200
home direction
CONT_MOVE
0h00000400
continuous move (HOME or STRM, ...
QUEUE
0h00000800
motion queue active
HOLD
0h00001000
hold active
AUX_MODE
0h00002000
aux mode
BLOCK
0h00004000
block motion
HOLD_QUEUE
0h00008000
hold queue
JOG
0h00010000
Jog mode active
DISABLE
0h00010000
disable command
HALT
0h00020000
halt command
ABORT
0h00040000
abort command
ACCEL_ON
0h00080000
Acceleration command
DECEL_ON
0h00100000
Deceleration enabled
ACCEL_SIGN
0h00200000
Acceleration sign used for direction change
CONST_ACCEL
0h00400000
linear/1-cosine acceleration flag
CONST_DECEL
0h00800000
linear/1-cosine deceleration flag
BOUNDED
0h01000000
bounded i.e., use software limits
SETUP_PEND
0h02000000
setup command pending
CHCKR_FLAG
0h04000000
set along with setup_pend & cleared when checker runs
QUICK_HOME
0h08000000
quick home active
IRQ_PENDING
0h10000000
interrupt pending
PENDANT_JOG
0h20000000
pendant jog mode active
MRKR_ARMED
0h40000000
marker armed
Jog Mode Enabled
0h80000000
Jog mode is enabled
Содержание UNIDEX 600 Series
Страница 19: ...Table of Contents U600 User s Guide xviii Aerotech Inc Version 1 4...
Страница 27: ...Preface U600 User s Guide xxvi Aerotech Inc Version 1 4...
Страница 163: ...AerPlot U600 User s Guide 6 6 Aerotech Inc Version 1 4...
Страница 169: ...AerReg U600 User s Guide 8 4 Aerotech Inc Version 1 4...
Страница 177: ...AerPlotIO U600 User s Guide 10 4 Aerotech Inc Version 1 4...
Страница 179: ...Filter U600 User s Guide 11 2 Aerotech Inc Version 1 4...
Страница 219: ...PrmSetup U600 User s Guide 13 2 Aerotech Inc Version 1 4...
Страница 223: ...Glossary of Terms U600 User s Guide A 4 Aerotech Inc Version 1 4...
Страница 353: ......