RobotStudio event

Launch SDK application from rapid

How can I launch an SDK application on the flexpendant by using a rapid instruction instead of tapping ABB/application name.

Comments

  • I am looking for an answer to this as well. 
  • I found the answer. It's on page 61 of the FlexPendant SDK Application Manual. 

    Here is the RAPID to get er' done: 

    CONST string Name :="TpsViewMyApp.gtpu.dll";
    CONST string Type :="ABB.Robotics.SDK.Views.TpsViewMyApp";
    UIShow Name, Type;