how to SetTransitionTimes
chen
✭
in RobotStudio
Hi,
I'm trying to use SetTransitionTimes(Dictionary<string[], double> value) to set transition times for a mechanism's 2 poses. But I don't know how to use this function. E.g. I use it as:
tool.SetTransitionTimes(Dictionary<string["StripperIn","StripperOut"],0.5> value);
Obviously it doesn't work. Can someone show me the way to give it parameters?
Sam
0
Comments
-
Try something like this
Dictionary<string[], double> transitionTimes = new Dictionary<string[], double>();
string[] poses = new string[2];
//The from pose
poses[0] = "Home";
//The to pose
poses[1] = "End";
//New Time(ms)
double theNewValue = 1000;
transitionTimes.Add(poses,theNewValue);
myMech.SetTransitionTimes(transitionTimes);Per Svensson
Robotics and Vision Specialist
Consat Engineering0
Categories
- All Categories
- 5.5K RobotStudio
- 396 UpFeed
- 18 Tutorials
- 13 RobotApps
- 297 PowerPacs
- 405 RobotStudio S4
- 1.8K Developer Tools
- 249 ScreenMaker
- 2.7K Robot Controller
- 310 IRC5
- 59 OmniCore
- 7 RCS (Realistic Controller Simulation)
- 786 RAPID Programming
- AppStudio
- 3 RobotStudio AR Viewer
- 18 Wizard Easy Programming
- 105 Collaborative Robots
- 5 Job listings