ABB PickMaster Twin - PowerPac Applications Manual page 348

Table of Contents

Advertisement

5 Production examples
5.3 Example: Mixing one pick work area and two place work areas
Continued
Adding the recipe
1
2
3
4
5
Continues on next page
348
Action
On the ribbon-tab, click Recipe under
Recipe.
Click on the Available Devices to open
the setting window for the recipe.
Click the Import in the Robot1 under
Robot Setting to choose the rapid.
Click the Browser in the Rapid Editor
under Robot Setting to choose the editor.
Click the Edit button in the Rapid Editor
under Robot Setting and change the file.
Tip
Replace the old code:
PROC PickPlaceSeq()
Pick PickWorkArea{1};
! Pick PickWorkArea{2};
Place PlaceWorkArea{1};
! Place PlaceWorkArea{2};
ENDPROC
with the new code:
PROC PickPlaceSeq()
Pick PickWorkArea{1};
IF PickTarget.Type = 1 THEN
Place PlaceWorkArea{1};
ELSEIF PickTarget.Type = 2 THEN
Place PlaceWorkArea{2};
ENDIF
ENDPROC
© Copyright 2021 ABB. All rights reserved.
Note/Illustration
xx1800001438
xx1900000505
xx1900000508
xx1900000506
xx1900000507
Application manual - PickMaster® Twin - PowerPac
3HAC064218-001 Revision: B

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pickmaster twin

Table of Contents