RobotStudio event

Detecting lost program pointer

VictorL
VictorL
edited May 2013 in Robot Controller
is there a way to detect if you for some reason have lost your program pointer? 
Post edited by Henrik Berlin on

Answers

  • Hi Victor,

    The Program Pointer (PP) can be visualized in RobotStudio. If the PP is not visible, then the "Go To Program Pointer" command is not enabled

     image

    On the FlexPendant you need to manually set the PP when it has been lost. From RobotStudio the PP will be automatically set when pressing the Play button. (This is something we will probably change however, at least when working towards a real robot).

     

     

    PP.png 28.3K
    Henrik Berlin
    ABB
  • I'm controlling the robot with a PLC, can you get a signal to indicate the loss of the PP?
  • This seems related to RobotWare. Moving the topic.
    Henrik Berlin
    ABB
  • Thanks!
    Would still like an answer!
  • Hello!

    Take a look in the RAPID referensmanual, search for:

    "PPMovedInManMode - Test whether the program pointer is moved in manual mode"

    I do not know if it is usefull for you.