Adding the recipe
Note/IllustrationAction
xx1800001438
On the ribbon-tab, click Recipe under
Recipe.
1
xx1900000505
xx1900000508
Click on the Available Devices to open
the setting window for the recipe.
2
xx1900000506
Click the Import in the Robot1 under
Robot Setting to choose the rapid.
3
Click the Browser in the Rapid Editor
under Robot Setting to choose the editor.
4
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
5
xx1900000507
Continues on next page
348 Application manual - PickMaster® Twin - PowerPac
3HAC064218-001 Revision: B
© Copyright 2021 ABB. All rights reserved.
5 Production examples
5.3 Example: Mixing one pick work area and two place work areas
Continued