Random values

MBech
✭
in RobotStudio
Is there a standard function in RAPID to generate random values for variables? Something equivalent to the 'rand' or 'randf' function in C?
0
Comments
-
No, but there's probably plenty of ways to make your own. For instance, if the robot is moving, you might try something like:
FUNC num GetRandom()
VAR jointtarget joints;
VAR num nVal;
joints := CJointT();
RETURN nVal:=Round(Sqrt(Abs(joints.rax_3)))
ENDFUNC
Russell Drown0 -
Nowadays you can use Rand()-----------------
David
Swedish freelance ABB robot programmer0
Categories
- All Categories
- 5.6K RobotStudio
- 398 UpFeed
- 20 Tutorials
- 13 RobotApps
- 299 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 327 IRC5
- 65 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 821 RAPID Programming
- 8 AppStudio
- 3 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings