Forum Migration Notice
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.

evaluating reachability from PCSDK

Good Morning.
I'm trying to develop a standalone desktop app which would use the reachability of a robotstudio target.
I tried using robotstudio sdk developing some add-ins following the samples, but everyone implied an initial manual interaction with RobotStudio and couldn't really communicate with extern apps.
So my take was that I need to use PCSDK. Is there a way to get the reachability of a target via SDK in a programmatic way?
Thanks for your time,
Stefano

Answers

  • I did this and got the reachability outside RS.
    RobotStudio + Add-In --> RAPID code <-- Dll using pc SDK <-- My Standalone App