5.3.5 Example: Add movement instructions
Overview
In this example you will create a simple program that makes the robot move in a
square. You need four movement instructions to complete this program.
A
C
B
en0400000801
First point
A
Robot movement Speed data v50 = speed 50mm/s
B
Zone z50 = (50mm)
C
Add movement instructions
This section details how to add movement instructions.
Information
Action
Tip: Use only left-right/up-down joystick
movements to jog in a square.
Jog the robot to the first point.
1
In the program editor, tap
Add Instruction
.
2
Tap
MoveL
to insert a
MoveL
instruction.
3
Repeat for the next four positions of the
square.
4
For the first and last instruction. Tap z50
in the instruction, tap
Edit
and then Change
selected to
Fine
. Tap
OK
5
Result
Your program code should look like this:
Proc main()
MoveL *, v50, fine, tool0;
MoveL *, v50, z50, tool0;
MoveL *, v50, z50, tool0;
MoveL *, v50, z50, tool0;
MoveL *, v50, fine, tool0;
End Proc;
166
Operating manual - IRC5 with FlexPendant
3HAC050941-001 Revision: G
© Copyright 2018 ABB. All rights reserved.
5 Programming and testing
5.3.5 Example: Add movement instructions
Содержание IRC5 with FlexPendant
Страница 1: ...ROBOTICS Operating manual IRC5 with FlexPendant ...
Страница 2: ...Trace back information Workspace R18 2 version a9 Checked in 2018 10 09 Skribenta version 5 3 008 ...
Страница 14: ...This page is intentionally left blank ...
Страница 120: ...This page is intentionally left blank ...
Страница 146: ...This page is intentionally left blank ...
Страница 240: ...This page is intentionally left blank ...
Страница 286: ...This page is intentionally left blank ...
Страница 294: ...This page is intentionally left blank ...
Страница 298: ...This page is intentionally left blank ...
Страница 304: ......
Страница 305: ......