Operating Manual - Omnicore 3Hac065036-001 Revision: D; Example: Add Movement Instructions - ABB OmniCore Operating Manual

Hide thumbs Also See for OmniCore:
Table of Contents

Advertisement

6 Programming and testing

6.3.5 Example: Add movement instructions

6.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
B
C
Add movement instructions
Use the following procedure to write a simple program that makes the robot move
in a square:
Result
Your program code should look like this:
Continues on next page
98
A
C
First point
Robot movement Speed data v50 = speed 50mm/s
Zone z50 = (50mm)
1 On the start screen, tap Code, and then select Modules from the menu.
2 Open a module.
3 Jog the robot to the first point.
4 Tap Add Instruction.
5 Tap MoveL.
6 Tap Add.
7 Repeat the steps 4 to 7 and add the other three positions of the square.
The MoveL instructions for the selected points are added.
Note
For the first and last instruction, select the instruction and tap Edit
Instruction. Then change the Zone to Fine.
8 Tap Apply.
The program is saved.
Proc main()
MoveL *, v50, fine, tool0;
MoveL *, v50, z50, tool0;
© Copyright 20192020 ABB. All rights reserved.
B
Operating manual - OmniCore
3HAC065036-001 Revision: D

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents