Info Box
Hello everyone,
What command do I have to use (within Rapid) to display an info box on the Flexpendant, which has to be accepted with an "OK"?
I want to start the programm routine and then on the bottom row there should be a possibilty to click on "Information". By doing so there should pop out an info box with a text block. Basically, after reading the content of this info message, clicking "OK" should bring you back to the main menu of the programm routine.
How can I implement this function? Looking for advice
What command do I have to use (within Rapid) to display an info box on the Flexpendant, which has to be accepted with an "OK"?
I want to start the programm routine and then on the bottom row there should be a possibilty to click on "Information". By doing so there should pop out an info box with a text block. Basically, after reading the content of this info message, clicking "OK" should bring you back to the main menu of the programm routine.
How can I implement this function? Looking for advice
Tagged:
0
Best Answer
-
I could not test it yet, but the way you described it sounds promising! Thank you
I also read the manual and the TPReadFK command gives the layout I was looking for
0
Answers
-
Hello there,
Perhaps TPWrite could do what you're looking for?
https://forums.robotstudio.com/discussion/9599/tpwritePost edited by Maxim Riabichev on—Maxim RiabichevPC Software Support Engineer1 -
Try TPReadFK.
VAR num nShaft; TPReadFK nShaft,"SELECT","Information","","","","Continue"; lSelect: TEST nShaft CASE 1: ! Your information here GOTO lSelect; CASE 2: ! Continue with your movements ENDTEST
1 -
Thank you so much! I will try it out
0 -
The GOTO and Label function is not a very "clean" way of programming but it just gives you an idea of how it will work. Maybe check if you can use another way around the GOTO and Label function. I like the GOTO and Label function in some of my routines but it might not be for you.0
Categories
- All Categories
- 5.5K RobotStudio
- 394 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 309 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 785 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings