Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

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;