Skip to Content
TechnologiesInspection

Inspection

Inspection

Inspection operation

Programming a toolpath for inspection basically generates a (point based) cycle that consist of three sections:

approach (off-process)

inspection position (in-process)

retraction (off-process)

The inspection cycle is calculated and controlled by the programming attributes and events.

Programming attributes

The display of the programming attributes in the Programming defaults and Active program dashboards is defined in a Settings.xml file. With a standard installation, a default file is located at the path <install>\E2Plugin\Technologies\InspectionTechnology\Standard\ControllerSettings.

For the standard controller the following attributes have been defined.

Tech tabContainerAttributeDescription
Program base
Tool data
Toolpath calculation
Technology base
Inspection
Toolpath quality
The program reference information.
Base frameThe reference frame of the program.
Tool information.
Tool resourceThe name of the tool.
TechnologyThe applied technology.
Automatic tool change
Tool frameThe tool frame that runs the toolpath.
The offset of the toolpath element from its original location on the manufacturing geometry.
Tangential translationThe offset of a toolpath element in its tangent direction.
Bitangential translationThe offset of a toolpath element in its bi-tangent direction.
Normal translationThe offset of a toolpath element in its normal direction.
Normal rotationThe rotation of the toolpath element round its normal vector.
The motion definition.
Motion to process pointThe motion type for the tool to reach the process point.
Additional (optimization) conditions to calculate the toolpath.
Ext. axis backprog.The axis values of an external resource, like a positioner, as been set at the first position of the in-process path, will be propagated backwards up to the approach of that in-process path.
To define an approach motion towards the in-process toolpath.
ApproachThe number of approach steps.
MotionThe motion type for the approach.
Offset referenceThe reference to determine the offset directions.
Offset tangential / bitangential / normalThe local offset of the approach step from the in-process toolpath start element.
To define a retraction motion away from the in-process toolpath.
RetractThe number of retraction steps.
MotionThe motion type for the retract.
Offset referenceThe reference to determine the offset directions.
Offset tangential / bitangential / normalTo local offset of the retract step from the in-process toolpath end element.
The toolpath quality evaluation criteria. The exact content may vary per technology.
UnreachabilityEvaluates unreachable situations of the robot or machine.
CollisionEvaluates collision situations.
SingularityEvaluates singularity situations of the robot or machine.
Axis limit proximityEvaluates the proximity to the limits of the driven axis. Separated evaluation value range for linear and circular joint axis.

Program events

The inspection technology has the following programming events:

Motion events
SpeedSets the velocity for the subsequent motions.
AccuracySets the accuracy for the subsequent motions.
DwellSets a waiting time at the path element for the tool to remain position until moving further.
AccelerationSets the acceleration for the subsequent motions.
IO signal events
Wait for signalAdds a wait for an input signal event of the active controller.
Set signalAdds a set output signal event of the active controller.
Synchronize robotsSets an event to synchronize cooperating robots.
Set resource portSets a port of a resource.
Wait for resource portWaits for a port of a resource.
Adapter actorSets a signal of a mechanical parent adapter to create or delete a mechanical connection during simulation.
Technology event
TextInserts a comment.

More information

Was this page helpful?