You are on page 1of 17

16.

INTERFERENCE AVOIDANCE
16.1 Overview
The Interference Avoidance option uses a method of collision avoidance that maps
each motion line in a user program to an AutoZone. The AutoZone approximates the
total volume that is occupied at any time during the execution of the motion line. This
volume can be visualized as a cavern-like shape that is carved out of a defined
AutoZone space. The AutoZone space is a rectangular box aligned with a user frame
coordinate system’s major axes.

Up to 16 robots can be protected from collision with each other in the common
AutoZone space. The robots can be on the same controller, or on multiple controllers.

AutoZone setup requires a two step process. After initial setup, a program is executed
with AutoZone Mastering turned on. During this execution, the AutoZone software
monitors the space occupied by the robot and tool model. This occupied space is
digitized and efficiently stored in a file. Mastering is turned off and the robot will be
protected from collision in the defined AutoZone space during execution with other
similarly defined programs in other robot groups or other robot controllers.

The Interference Avoidance option is built on top of the Interference Check (IC) software.
The IC robot model and tool model for the robots on each controller are used by the
Interference Avoidance option. The other IC setup is not required for Interference
Avoidance to function, but the IC functionality is fully compatible with the Interference
Avoidance option. Therefore, in addition to AutoZones, the Interference Check software
can protect against arm-to-arm collisions within the same controller and against entry to
an occupied critical zone and against collision with a defined obstacle.

During program execution, the data representing the space occupied during a single
motion statement execution is sent to the AutoZone manager. The AutoZone manager
checks this 3-dimensional occupied space against the spaces already reserved and
occupied by other robots. If there is no intersection between the spaces then the
requesting program is allowed to execute the motion line. If there is an intersection then
the requesting program motion will not be started until the robot responsible for the
intersecting space requests a new space that has no intersections. Multiple motion
statements can be grouped together to form a process zone or Interference Avoidance
space. The robot is not allowed to enter this AutoZone Region until there is no
intersection with the entire region with any other robot occupied space. The AutoZone
setup requires the following steps:

1. Define the robot and tool model.


2. Set up the AutoZone space.
3. Set up the AutoZone manager member list and calibrate each member.
4. Set up the AutoZone schedule.
5. Master each program which is to be protected from collision.

16.2 Define Robot and Tool Model


Refer to Table 16.1 Interference Check Setup Items and Table 16.2 Interference Check
Model Setup Items for information on defining the robot and tool model. Use Procedure
16.1 to define the robot and tool model.

Table 16.1 Interference Check Setup Items

ITEM DESCRIPTION
Model Setup This item allows you to display the Model Setup screen.
Check Combination Setup This item allows you to display the Check Combination Setup screen.
Multiple Controller Setup This item allows you to display the Multiple Controller Setup screen.
AutoZone Setup This item allows you to display the AutoZone Setup screen.

Table 16.2 Interference Check Model Setup Items

ITEM DESCRIPTION
Robot Model Setup This item allows you to set up models for the robot and dressout.
Tool Model Setup This item allows you to set up model(s) for the end of arm tooling.
Obstacle Model Setup This item allows you to set up model(s) for obstacles.

Procedure 16.1

Steps

1. Press MENUS.
2. Select SETUP.
3. Press F1, [TYPE].
4. Select Interference. The existing Interference Check menus are used to define
and enable the robot and tool models. You will see a screen similar to the
following.

Interference Check G1 JOINT 100%


Setup list of Interference Check
1 Model setup <*DETAIL*>
2 Check combination setup <*DETAIL*>
3 Multiple controller setup <*DETAIL*>
4 AutoZone setup <*DETAIL*>
5. Select Model Setup, and press ENTER. You will see a screen similar to the
following.

Interference Check G1 JOINT 100%


1/3
Setup list of Models
1 Robot model setup <*DETAIL*>
2 Tool model setup <*DETAIL*>
3 Obstacle model setup <*DETAIL*>

6. Robot models are already set up by the system and cannot be changed. Each
link model can be enabled or disabled. You can add models for arm dressout
from this menu if desired. Select Tool model setup, and press ENTER. You will
see a screen similar to the following.

Interference Check G1 JOINT 100 %


Tool Model list 1/10
Comment
1 AZ TOOL
2
3
4
5
6
7
8
9

7. Press F3, CLEAR to reset the tool data.


8. Press F2, DETAIL. Pressing DETAIL on the Tool Model List screen allows you to
define the tool model for the selected tool. The tool model must be defined to
protect the tooling mounted on the faceplate. You will see a screen similar to the
following.

Interference Check G1 JOINT 100 %


Model data 1/5
Tool: 1 [AZ TOOL ]
Shape Size
1 ENABLED Sphere 50
2 DISABLED Sphere 0
3 DISABLED Sphere 0
4 DISABLED Sphere 0
5 DISABLED Sphere 0

9. Each group utool can share a common tool model or they can reference different
tool models. Press F4, UT_DATA. You will see a screen similar to the following.

Interference Check G1 JOINT 100 %


UTOOL - Tool Model definition
GROUP : 1
Utool No. Tool No.
1 1 - 1
2 2 - 0
3 3 - 0
4 4 - 0
5 5 - 0
6 6 - 0
7 7 - 0
8 8 - 0

10. Press F2, GROUP to change the group number.

16.3 Setting Up the AutoZone Space


The AutoZone space defines the entire region that is protected from collision by the
Interference Avoidance option. Portions of robots outside this space are not protected
from collision by the Interference Avoidance option.

The space is aligned with respect to the specified Uframe of group[1] of the zone
manager controller. The origin or Zone Reference of the AutoZone space is at the
specified location with respect to Uframe. The Space Side Length can be specified as
positive or negative numbers and indicate whether the zone edge is along the positive
or negative direction from the Zone Reference along the Uframe axis. The space is
represented by volumetric pixels, or voxels. The maximum number of voxels is fixed at
7040 for the AutoZone space. The default number along the X axis is 32, along the Y
axis is 44, and along the Z axis is 5. The voxels can have different resolution or side
length along each axis. The default side length is 50mm for the X and Y sides and
200mm for the Z side. This constructs the default Space Side Length to be 1600mm X,
2200mm Y, and 1000mm Z. You can increase or decrease the voxel side length or the
space side length to change the number of voxels along each axis, adjust the length
along the X axis first, Y axis second, then Z axis, the minimum number of voxels along
each axis is 1.

Each voxel is represented by 1 bit in memory. The memory required for each voxelized
space is 880 bytes plus some additional space for a total of 1 kilobyte. This is stored in
compressed form in the file, FR5:\azprogname.bin occupying about 125 bytes of FROM.
Additional data is stored in FR5:\azprogname.dat. However, the DRAM consumption of
each voxelized motion statement is about 1KB per enabled space.

Refer to Table 16.3 AutoZone Space Setup Items and Table 16.4 AutoZone Space
DETAIL Setup Items for information on the AutoZone Space setup items. Use
Procedure 16.2 Setting Up the AutoZone Space to set up the AutoZone Space.

Table 16.3 AutoZone Space Setup Items

ITEM DESCRIPTION
ITEM DESCRIPTION
AutoZone Space Setup This item allows you to display the AutoZone Space Setup Screen.
AutoZone Schedule This item allows you to display the AutoZone Schedule Setup Screen.
AutoZone Manager Setup This item allows you to display the AutoZone Manager Setup Screen.
AutoZone Test-Run This item allows you to display the AutoZone Test-Run Setup
Setup Screen.

Table 16.4 AutoZone Space DETAIL Setup Items

ITEM DESCRIPTION
Space Id This item indicates the number of the Space Id.
Enabled/Disabled This item indicates the space is enabled or disabled.
Taught Member This item indicates the member that taught the space.
Host Name This item indicates the host name of the taught member.
Group This item indicates the motion group number of the taught member.
This item indicates the user frame number of the taught group with which
Uframe
the space is aligned.
Zone Reference in This item indicates the origin corner of the taught space with respect to the
Uframe specified Uframe.
This item indicates the side length of the taught space. Either positive or
negative number can be used to indicate the space edge is along the positive
Space Side Length or negative direction of the specified Uframe. You can adjust the space side
length to change the number of voxels along each axis, adjust along the X
axis first, Y axis second, then Z axis.
This item indicates the side length of the voxel. The default side length is
50mm for the X and Y sides and 200mm for the Z side. You can adjust the
Voxel Side Length
voxel side length to change the number of voxels along each axis, adjust
along the X axis first, Y axis second, then Z axis.
This item indicates the margin which system can tolerate without re-
Voxel Side Margin
mastering after a point has been re-touched up.
The default number of voxels along the X axis is 32, along the Y axis is 44,
Number of
and along the Z axis is 5. The minimum number of voxels along each axis is
Elements
1.

Procedure 16.2 Setting Up the AutoZone Space

1. Press MENUS.
2. Select SETUP.
3. Press F1, [TYPE].
4. Select Interference. You will see a screen similar to the following.
Interference Check G1 JOINT 100%
1/4
Setup list of Interference Check
1 Model setup <*DETAIL*>
2 Check combination setup <*DETAIL*>
3 Multiple controller setup <*DETAIL*>
4 AutoZone setup <*DETAIL*>

5. Select AutoZone setup. You will see a screen similar to the following.

AutoZone Setup F1 JOINT 100%


1/3
1 AutoZone space setup <*DETAIL*>
2 AutoZone schedule <*DETAIL*>
3 AutoZone manager setup <*DETAIL*>
4 AutoZone test-run setup <*DETAIL*>

6. Select AutoZone Space Setup. You will see a screen similar to the following.

AutoZone Space Setup


1/7
1 Space Id: 1 [******************]
2 Enabled/Disabled: DISABLED
Taught Member:
Host Name: ROBOT
Group: 1
3 Uframe: 3
Zone Reference in Uframe: <*RECORD*>
5 X: 0mm Y: 0mm Z: 0mm
Space Side Length:
6 X: 1600mm Y: 2200mm Z: 2000mm
Voxel Side Length:
7 X: 50.0mm Y: 50.0mm Z: 400.0mm
Voxel Side Margin:
8 X: 0.0mm Y: 0.0mm Z: 0.0mm
Number of elements:
X: 32 Y: 44 Z: 5
Memory required: 0.88 KB
 

16.4 Set Up the AutoZone Manager Member List and


Calibrate Each Member
Use Procedure 16.3 to set up and calibrate the AutoZone Manager.

Procedure 16.3

1. Press MENUS.
2. Select SETUP.
3. Press F1, [TYPE].
4. Select Interference.
5. Select AutoZone Setup.
6. Select AutoZone Manager Setup. You will see a screen similar to the following.

Zone Manager Setup G1 JOINT 100%


1/17
Host Name Grp Done
1 Managr ROBOT
2 Member ROBOT 1 TRUE
3 Member ROBOT 2 TRUE
4 Member ROBOT 3 TRUE
5 Member ROBOT 4 TRUE
6 Member 0 FALSE
7 Member 0 FALSE
8 Member 0 FALSE
9 Member 0 FALSE

7. The Interference Avoidance Manager setup includes defining the controllers and
robots that will be included in the Interference Avoidance function. If multiple
controllers are used, RIPE must be already set up. For this case, press F4,
[CHOICE] to display a list of robots included in the RIPE setup, the rosipcfg.xml
file.
8. The Zone Manager Host Name should be the first robot listed in rosipcfg.xml.
The first Member should be the same Host Name as the Manager. The first
Member group should be 1. The first member is the Reference Group for future
calibration menus. All the calibration frame go from the first Member world frame
to the other Calibration Member world frame. See the following screen for an
example.

Interference Check G1 JOINT 100%


Calibration Direct entry
Ref Grp:1 ROBOT
Cal Grp:2 ROBOT
X: 0.000
Y: 1000.000
Z: 0.000
W: 0.000
P: 0.000
R: 0.000

9. Press F3, CALIB, softkey to display the Calibration Direct Entry screen. This
screen displays the reference group and the calibration group. The reference
group is the same host as the zone manager and is group 1. The calibration
group is the group that is being calibrated. If you want to directly enter the
calibration numbers then press F4, [CHANGE].

Interference Check G1 JOINT 100 %


Calibration Direct entry 1/6
Ref Grp:1 ROBOT
Cal Grp:2 ROBOT
1 X: 0.000
2 Y: 1000.000
3 Z: 0.000
4 W: 0.000
5 P: 0.000
6 R: 0.000

10. Type in the calibration numbers, and press F4, COMPLETE when finished. This
calibration frame is from the reference group world frame to the calibration group
world frame.
11. From the Calibration Direct Entry screen, press F2, METHOD, and select the
Three Point calibration method. You will see a screen similar to the following.

Interference Check G1 JOINT 100%


1/3
Calibration 3 Point entry
Ref Grp:1 ROBOT
Cal Grp:2 ROBOT
X: 0.000 Y: 1000.000 Z: 0.000
W: 0.000 P: 0.000 R: 0.000
Ref Robot - Cal Robot
1 Pos1: UNINIT Pos1: UNINIT
2 Pos2: UNINIT Pos2: UNINIT

12. The Reference group and calibration group current calibration data is displayed.
If you want to record the calibration points, press F4, [CHANGE].

When you press F5, RECORD, the current position of the selected robot will be
recorded to the selected position. This record will work across controllers or on
the same controller. You should touch three points which are far apart and
encompass as much of the shared workspace as possible. The three points
should not be co-linear. You can record the points by touching the TCP of robots
to each other and record both robots. You need to cursor to one robot, press
SHIFT-RECORD then cursor to the other robot and SHIFT-RECORD. You can
also record them independently by touching points in the workspace first with
one robot then with the other. Press F2, COMPLETE, when finished to calculate
the calibration data. Press F3, CLEAR, to clear any existing data. Press F4,
EDIT, to edit the point without having to move the robot if the target point
coordinates are known.

16.5 Set Up the AutoZone Schedule


Refer to Table 16.5 AutoZone Schedule Setup Items . Use Procedure 16.4 to set up an
AutoZone Schedule.

Table 16.5 AutoZone Schedule Setup Items

ITEM DESCRIPTION
ITEM DESCRIPTION
The program AutoZone schedule number is specified in the program header. A
AutoZone
different AutoZone schedule number can be specified in each AutoZone Start
Sch
instruction.
AutoZone Recording
The recording interval governs how often the robot position data is voxelized
Recording during the motion when the Master Flag is ON. If the controller has heavy CPU
Interval loading because of many options or for other reasons, you can increase this
interval to speed up the voxelization process.
Not Available.
Priority
This item is the priority to resolve deadlock.
The Progressive flag is used in a Process Zone or AutoZone Region section of a
program. This is between the AutoZone Start and AutoZone End instruction. A
Process Zone allows a robot to be guaranteed to complete a process without being
halted by another robot. For most process applications, the robot should remain
running along the path without interruption until the process (welding, cutting,
routing, grinding, etc) is completed.
Progressive
FALSE indicates that one voxelized space will be used to represent the whole
Flag
region. No other robot will be able to enter any portion of the region until the robot
currently inside the region exits the region. Using the Progressive flag = FALSE
Default:
also saves memory since only one voxelized space is used to represent all the
FALSE
motion lines between the AutoZone Start and AutoZone End instruction.

If the Progressive flag is TRUE then as each motion statement executes between
the AutoZone Start and AutoZone End instruction, only the space occupied by the
remainder of the Process Zone will be reserved. This allows another robot to enter
a region of the Process Zone after the first robot has passed the area and if it will
not return to that area inside the Process Zone.

Procedure 16.4

1. Press MENUS.
2. Select SETUP.
3. Press F1, [TYPE].
4. Select Interference.

The default values of the AutoZone schedule are usually acceptable.

5. Select AutoZone Setup.


6. Select AutoZone Schedule Setup. You will see a screen similar to the following.

AutoZone Schedule G1 JOINT 100%


1/4
1 AutoZone Sch: 1 [AutoZone Sched1 ]
AutoZone Recording:
2 Recording Interval: every 3 ITP

3 Priority 1
4 Progressive flag: FALSE
 

16.6 Master Each Program Which is to be Protected


from Collision Example
PRG1
1/13
1:J P[1] 100% FINE
2:L P[2] R[1:G1 SPD]mm/sec CNT100
:
3: AutoZone Start [1]
4:L P[3] R[1:G1 SPD]mm/sec CNT100
:
5:L @P[4] R[1:G1 SPD]mm/sec CNT100
:
6:L P[5] R[1:G1 SPD]mm/sec CNT100
:
7:L P[6] R[1:G1 SPD]mm/sec CNT100
:
8:L P[7] R[1:G1 SPD]mm/sec CNT100
:
9:L P[8] R[1:G1 SPD]mm/sec CNT100
:
10: AutoZone End
11:L P[9] R[1:G1 SPD]mm/sec CNT100
:
12:L P[1] R[1:G1 SPD]mm/sec CNT100

This is an example of a program with AutoZone Start and AutoZone End. This region is
known as a Process Zone or AutoZone Region. After the robot is granted permission to
move to P[3] in Line 4, the whole space occupied by the robot until reaching P[8] on
Line 9 is reserved. This guarantees that any welding or other process can be completed
without interruption. If the Progressive flag in the AutoZone schedule is TRUE then
when P[4], Line 5 is started the space occupied between P3 and P4 is released (unless
the remainder of the motions re-enter the area).

Detail G1 JOINT 100%


AutoZone program data detail 1/2
1 AutoZone Enabled: Yes
2 Global AutoZone Schedule ID: 1
The application data in the program header (Press DETAIL from the SELECT menu)
allows AutoZone protection to be enabled or disabled for the program. You must turn on
the global master flag in AutoZone test-run setup menu before the program mastering,
and turn off the global master flag after mastering the program. The Global AutoZone
schedule number indicates which AutoZone schedule will be used outside of the
AutoZone Start/End region. A Cold start is not required for the program mastering to be
effective. The program mastering is effective immediately after mastering and when the
global master flag is turned OFF.

AutoZone test-run setup


1/3
1 Global master override TRUE
2 Master append mode FALSE
3 AutoZone jogging enabled FALSE

Table 16.6 AutoZone Test-Run Setup Items

ITEM DESCRIPTION
This item indicates global master flag. Set the global master flag to TRUE before
Global master
the program mastering, and set the global master flag to FALSE after mastering
override
the program.
This item indicates master append mode. When the append mode is enabled, re-
Master mastering process will not delete the previous voxel data file, instead it will
append mode append the new voxel data to the existing data file, it is useful to support multiple
program execution paths with the branch instruction.
AutoZone This item indicates AutoZone jogging enabled. When AutoZone jogging is
jogging enabled, the jogged robot will be checked against other robots on the same or
enabled different controllers
 

16.7 AutoZone Status


From the Interference Check status page, press F4, AUTOZONE, to display the
AutoZone execution status map. This AutoZone status screen displays the programs
being executed, including subprograms that are called from a main program. The status
can be idle, running, or waiting. If a status line has waiting status then the number in the
index column indicates the object (robot or program) is the cause of the wait. If a
program is waiting because of interference with a robot which is idle and not currently
running a program then that robot hostname and group number will be displayed
following the list of executing programs.

AutoZone Status G1 JOINT 100%


1/20
Host Program Status Index
1 ROBOT R1_470MN running 0
2 ROBOT R2_470MN running 0
3 ROBOT R3_470MN running 0
4 ROBOT R4_470MN running 0
5 ROBOT R2_47F10 running 8
6 ROBOT R4_47PER waiting 7
7 ROBOT R1_47PER waiting 8
8 ROBOT R3_47PER waiting 5
9

In this example of a four-group system with a running program for each group, the main
program (lines 1..4) for each group has called a subprogram (lines 5..8). The status of
the teach pendant program R4_47PER indicates it is waiting on index 7 which
corresponds to the teach pendant program R1_47PER. R4_47PER will not continue
execution until the interference with R1_47PER is removed. Note that a paused
program still retains the ownership of the AutoZone associated with the paused line.

This example shows a deadlock condition. R2_47F10 and R1_47PER are both waiting
on R3_47PER but R3_47PER is waiting on R2_47F10. This deadlock condition could
be prevented by using AutoZone regions (using AutoZone Start / AutoZone End) to
reserve space needed by future motions.

A better way of preventing deadlock conditions is to plan the program execution


sequence carefully.

AutoZone Status G1 JOINT 100%


1/20
Host Program Status Index
1 ROBOT R3_470MN running 0
2 ROBOT R3_47F01 waiting 3
3 ROBOT group:2 idle 0
4
5
6
7
8
9

This example shows a running program being blocked by an idle robot that is not
running a program. The waiting program, R3_47F01, is blocked by group 2. The waiting
program can be resumed once group 2 is moved outside the AutoZone space
requested by R3_47F01.

16.8 AutoZone Graphical Status


From the Interference Check status menu the GRAPHIC, F3, softkey will bring up a
graphical display of the AutoZone space on the iPendant. By default the XY view of the
AutoZone space is displayed. This view is the projection of all the active AutoZones for
each robot onto the XY plane. Because the AutoZones are a 3-D representation some
information is lost with the projection. For instance, you cannot differentiate between
zones when there is overlap of XY values at different Z values.

If you press F3, VIEW , the display toggles to XZ and YZ views. These are projections
of the AutoZones onto the XZ and YZ planes. Example iPendant displays and
associated ROBOGUIDE images for each of the AutoZone status views follow. The
ROBOGUIDE images are a snapshot during the execution of a program. As is apparent
from the AutoZone status images, some robot paths are longer and reserve more
AutoZone space than others. See Figure 16.1 Interference Avoidance Display through
Figure 16.5 Interference Avoidance Display 5 .

Actual robot 3-D snapshot postures are displayed on the right hand side of Figure 16.1
Interference Avoidance Display through Figure 16.3 Interference Avoidance Display 3 ,
3-D AutoZone data of one motion segment within the specified space projected on the
2-D plane are displayed on the left hand side of the corresponding figures.

Figure 16.1 Interference Avoidance Display

Figure 16.2 Interference Avoidance Display 2


Figure 16.3 Interference Avoidance Display 3

Figure 16.4 Interference Avoidance Display 4 is a 2-D Y-Z plane projection of one
motion segment associated with actual robot snapshot postures of Figure 16.5
Interference Avoidance Display 5 .

Figure 16.4 Interference Avoidance Display 4


Figure 16.5 Interference Avoidance Display 5

16.9 Interference Avoidance Limitations


 Only segment based progressive Interference Avoidances are supported.
Distance and time based progressive zones are not supported.
 Interference Avoidance does not protect the very first motion in TP program
execution. The trajectory from the starting robot position to the first motion
position is not included in the Interference Avoidance data. The first move in a
CALLed program is protected by the Interference Avoidance data associated with
the CALL statement. It is only the first motion in a new TP task that is not
protected. ·
 When a program is paused and then jogged away:
 the motion from current position to paused position is not protected by the
Interference Avoidance
 the motion from paused position to destination position is protected by the
Interference Avoidance
 Skip line is not protected for example, move cursor from current line #2 to line #4
then shift-FWD is not protected. This is treated as the first motion in a program.
 “Skip, LBL[x]” motion option is not supported.
 Does not support dynamic motion path modifications that exceed the tolerance of
the model setup and specified voxel side margin. The path used during
mastering will be the path used for interference checking, regardless of
difference in run-time offsets. The offsets themselves do not prohibit the use of
Interference Avoidances. Large offsets for the following conditions are not
supported:
 Offset from Position Register
 Vision Shift
 Dynamic RTCP
 Tracking softparts
 Thru Arc (TAST)
 Most path deviation of TAST is within the tolerance, i.e. the
deviation is less than the voxel side margin.
 Line Tracking
 Robot Link motion of slave robots is not supported.
 Each enabled space is limited by maximum of 7040 voxels, requiring
approximately 1Kb of DRAM memory.
 During the program mastering, user needs to execute all permutations of the
branch instructions to collect complete voxel data.
 Only one zone manager is allowed. The zone manager handles a mazimum of
16 robots. All robots must be calibrated to the zone manager. If a robot and the
zone manager cannot touch common points with their TCP then the calibration
data must be entered manually. The zone manager is the first robot listed in the
RIPE setup, in the rosipcfg.xml file.
 Each motion line, each CALL statement, each JMP statement, and each
conditional branch statement all require 1024 bytes of storage in DRAM and
~125 bytes FROM for each enabled space. There is some additional fixed
overhead less than 100KB.
 If the program is not re-mastered after the program touchup, an alarm will be
posted during the regular program execution with the global master flag turned
off.
 Deadlock prevention is not supported. It is up to the user to ensure that no
deadlock can occur when executing the programs.
 By default, there can be a maximum of 20 motion statements in an Interference
Avoidance Start/End region if progressive mode is enabled. If progressive mode
is disabled there is no limit to the number of statements in this region. There is no
limit to the number of Interference Avoidance Start/End regions, except for the
normal memory usage limitations. The number of motion statements allowed in
an Interference Avoidance region can be increased by setting the system
variable, $IC_AZ_CONF.$MAX_AZ_LINE.
 By default, there can be a maximum of 60 programs on a controller that are
protected by Interference Avoidances. This number can be increased by setting
the system variable, $IC_AZ_CONF.$MAX_AZ_PROG.
 Interference Check (R557) is required for the Interference Avoidance option
 Only those motion groups with full kinematics are supported. Positioners are not
supported.
 AutoZone calibration must be done from the AutoZone menu. If Interference
Check is used for critical zones or arm-to-arm interference checking then
separate Interference Check calibration from the Interference Check menu is
required.
 Hot start is not supported.

You might also like