RobotStudio event

Looping a program

Options
Hello I've made a program in RoboDK software and got it to run on the ABB 6400 150 robot. 

I would like to have it running in auto-mode and have it looping constantly. 

I'm unable to find a configuration on the teachpendant to do this (sc4) even in auto mode. 

Any help would be appreciated, bit on a deadline ^^ 
Tagged:

Comments

  • lemster68
    lemster68 ✭✭✭
    Options
    Encapsulate your program inside WHILE TRUE DO
                                                              "your program here"
                                                          ENDWHILE
    Lee Justice
  • robotmey
    Options
    hello 

    how can i write an infinite (unconditional) loop in ABB S4C plus?

    Regards
  • jmf
    Options
    If only going to run in Auto use: 
    WHILE OpMode()=OP_Auto DO
       "your program here"
    ENDWHILE.
    If Auto and Manual it should loop, add an IF statement for each Mode inside the While Loop.

    Not sure if its the correct description for S4C.
  • robotmey
    Options
    thanks for reply @jmf

    Is it possible to write OpMode()=OP_Auto statement in TPU?


  • jmf
    Options
    It should be. Insert a Normal WHILE Instruction and edit the parameters via ABC/EDIT.