Hi, I have all the code from the real robot downloaded into robot studio, but how do I convert all that code to the pendent in RS? I want to be able to access the program in RS just like I do on the real robot.
How convert rapid to virtual pendent in RS
-
cat91345 -
September 8, 2024 at 7:29 PM -
Thread is Unresolved
-
-
When you say "downloaded into robot studio" you mean you created a virtual system from the backup or you just opened the backup?
If you created the virtual system, in the controller tab you can find the virtual flexpant in the controller tools section, just launch it.
-
When you say "downloaded into robot studio" you mean you created a virtual system from the backup or you just opened the backup?
If you created the virtual system, in the controller tab you can find the virtual flexpant in the controller tools section, just launch it.
I connected to a real robot. I want to be able to see all that code on a virtual pendent. Then use all that code to control robot in RS.
-
RobotStudio basically works in two different modes: online and offline.
Judging by Your last message, I believe You want to work offline.
While online, You can just monitoring the robot while it is working. On controller tab, go to Online Monitor and You would see the robot (and just the robot) moving on RS as it move on real world. I'm not sure if we can mirror the Teach Pendant on this case, but You can make a try.
You can also change the code on RS text editor, but this would require Write Access.
As far I can tell, You can't control the robot directly while online.
While offline, You can create a virtual controller (free) or You can create a full station (requires license), and You would see the code inside the virtual FlexPendant and do whatever You want with the virtual system.
Finally, it always good to tell what are the versions of Your robot controller as well Your RobotStudio, since options can change from one version to another.