Parameters
U600 User’s Guide
C-78
Aerotech, Inc.
Version 1.4
the FeedHold task parameter is ignored. This task parameter is sampled at the rate
indicated by the AvgPollTimeSec global parameter.
C.4.47.
GlobalEstopDisabled
This task parameter will disable the Global opto-isolated E-stop input from halting the
program running on this task, if it is set true (1).
C.4.48.
HaltTaskOnAxisFault
If this task parameter is set to 1, then the task will generate a ‘Physical Axis Fault’ when
any axis fault occurs on an axis bound to that task. This allows the user to cause a CNC
program to halt when an axis fault occurs. If the parameter is set to zero, axis faults will
not generate task faults, which would stop the CNC program on that task.
C.4.49.
IgnoreAxesMask
This task parameter is used for a form of debugging, which allows you to run a CNC
program without moving certain axes. Its value indicates a set of axes that will be ignored
during motion. That is, the controller will behave as though the indicated axes were not in
the move command. This parameter applies to all motion, including synchronous,
asynchronous, and camming.
It should be differentiated from the SIMULATION axis parameter, in that the move
command will not take the time necessary to move the axis (see example below,
specifically the difference between behavior of X and Z axes.).
Example:
G91 G70 F10
; 10 inches/minute
IgnoreAxesMask = 1
; X axis is ignored
SIMULATION.Z = 1
; Z axis is in simulation
G1 X10
; This command is ignored, takes no time to execute
G1 X10 Y10
; X ignored in this command, Y moves, command
; takes 1 minute
G1 Z10
; Z axis is not moved, but this command takes 1
; minute to execute
G1 Z10 Y10
; Z axis not moved, Y moves, command takes 1.414
; minutes
C.4.50.
InterruptMotion
Setting this task parameter to 1 will cause the CNC to feedhold all axes bound to the task.
After feedhold has completed, you may move the axes via any valid Immediate Mode
commands. The interrupt mode may be exited, by resetting the InterruptMotion task
parameter back to zero. The way that the interrupt mode exits, depends on the setting of
the InterruptMotionReturnType task parameter. If the InterruptMotionReturnType task
parameter defines that interrupted motion is to be resumed, then feedhold is released.
Содержание 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: ......