6.3.2 OffsToolPolar - Offsets tool cartesian
Usage
OffsToolPolar
is a function that requires an instance of
tooldata
, an offset
radius as
num
data, and an angle as
num
. The function will return a new
tooldata
value offset in tool coordinates by the amount specified by the offset in the direction
specified in the angle.
Basic examples
CONST num MyRadius := 3;
CONST num MyAngle := 35;
tMyOffsetTool:=OffsToolPolar (tMyOriginalTool, MyRadius, MyAngle);
The tool is offset 3 mm in the X-Y plane. The direction is specified by
MyAngle
.
Return value
Data type:
tooldata
The new TCP data.
Arguments
OffsToolPolar (Tool Radius Angle)
Tool
Data type:
tooldata
Original tool.
[Radius]
Data type:
num
Offset in mm.
[Angle]
Data type:
num
Direction of offset in X-Y plane in degrees.
Syntax
OffsToolPolar '('
[ Tool ':=' ] < expression (IN) of tooldata > ','
[ Radius ':=' ] < expression (IN) of num > ','
[ Angle ':=' ] < expression (IN) of num > ')'
Related information
Described in:
OffsToolXYZ - Offsets tool cartesian on page 82
OffsToolXYZ
Application manual - BullsEye
83
3HAC050989-001 Revision: C
© Copyright 2004-2018 ABB. All rights reserved.
6 RAPID reference
6.3.2 OffsToolPolar - Offsets tool cartesian
Содержание BullsEye
Страница 1: ...ROBOTICS Application manual BullsEye ...
Страница 2: ...Trace back information Workspace R18 2 version a11 Checked in 2018 10 11 Skribenta version 5 3 008 ...
Страница 6: ...This page is intentionally left blank ...
Страница 22: ...This page is intentionally left blank ...
Страница 28: ...This page is intentionally left blank ...
Страница 84: ...This page is intentionally left blank ...
Страница 88: ......
Страница 89: ......