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.
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 RobotWareArc View from custom Application
Hello,
I tried to launch the "RobotWareArc GUI" from my custom application , but it doesnA't work.
private void btnRobotWareArc_Click(object sender, EventArgs e)
{
try
{
if (iTpsSite.LaunchView("TpsViewArc.dll", "ABB.Robotics.Processes.Arc.ArcViewDesktop", null, true, out _cookieD) != true)
{
GTPUMessageBox.Show(this, null, "Could not start User application");
return;
}
}
catch (Exception ex)
{
GTPUMessageBox.Show(this, null, ex.ToString());
}
}
I tried to launch the "RobotWareArc GUI" from my custom application , but it doesnA't work.
According to the SDK Reference Guide it should be possible , maybe i do something wrong.
Has someone done this before ?
This is my code :
private void btnRobotWareArc_Click(object sender, EventArgs e)
{
try
{
if (iTpsSite.LaunchView("TpsViewArc.dll", "ABB.Robotics.Processes.Arc.ArcViewDesktop", null, true, out _cookieD) != true)
{
GTPUMessageBox.Show(this, null, "Could not start User application");
return;
}
}
catch (Exception ex)
{
GTPUMessageBox.Show(this, null, ex.ToString());
}
}
0
Comments
-
HiI'm a bit confused...Can you please tell me:-In which manual did you find this?-Which is the version of the manual?-In which section/page did you find this.Thanks!Lennart H0
-
Hi,
This can be found in the "FlexPendant SDK Reference guide" located at C:Program FilesABB Industrial ITRobotics ITSDKFlexPendant SDK 5.13Search for => ITpsViewLaunchServices.LaunchView methodIt now works , i was missing some code in the ITpsViewSetup.Install method.0
Categories
- All Categories
- 5.7K RobotStudio
- 402 UpFeed
- 21 Tutorials
- 16 RobotApps
- 307 PowerPacs
- 407 RobotStudio S4
- 1.8K Developer Tools
- 251 ScreenMaker
- 2.9K Robot Controller
- 368 IRC5
- 92 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 859 RAPID Programming
- 43 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 111 Collaborative Robots
- 5 Job listings