Is there a way of setting digital outputs using a string variable?
I am currently setting up a simulation in which the robot has to pick 90 parts from a draw, im looking for a quick way to hide the parts as the robot picks them in a simulation.
Rather than writing a long "TEST" function, i was hoping i could do something like
Var String outputname := "HidePart";
PROC SetDO()
Set outputname + PickNumber;
ENDPROC
This way if i configured a the signals as "HidePart1", "HidePart2".... etc. it would be a simple way of setting the correct output in the rapid?
Sorry if this isn't clearly explained but figured someone would know a quick way of doing it.
Thanks in advance for your help
Regards
Rather than writing a long "TEST" function, i was hoping i could do something like
Var String outputname := "HidePart";
PROC SetDO()
Set outputname + PickNumber;
ENDPROC
This way if i configured a the signals as "HidePart1", "HidePart2".... etc. it would be a simple way of setting the correct output in the rapid?
Sorry if this isn't clearly explained but figured someone would know a quick way of doing it.
Thanks in advance for your help
Regards
Tagged:
0
Answers
-
Hello,You can use GetDataVal:
VAR signaldo doOutput; GetDataVal "MyOuputCommonName"+ValToStr(nIndex),doOutput; SetDO doOutput,high;
1 -
thats perfect, Thanks for your advice0
Categories
- All Categories
- 5.5K RobotStudio
- 390 UpFeed
- 17 Tutorials
- 13 RobotApps
- 296 PowerPacs
- 404 RobotStudio S4
- 1.8K Developer Tools
- 245 ScreenMaker
- 2.7K Robot Controller
- 302 IRC5
- 55 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 3 RobotStudio AR Viewer
- 764 RAPID Programming
- 16 Wizard Easy Programming
- 105 Collaborative Robots
- 4 Job listings