how to SetTransitionTimes
Options

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.6K RobotStudio
- 400 UpFeed
- 20 Tutorials
- 14 RobotApps
- 301 PowerPacs
- 406 RobotStudio S4
- 1.8K Developer Tools
- 250 ScreenMaker
- 2.8K Robot Controller
- 346 IRC5
- 73 OmniCore
- 8 RCS (Realistic Controller Simulation)
- 844 RAPID Programming
- 20 AppStudio
- 4 RobotStudio AR Viewer
- 19 Wizard Easy Programming
- 108 Collaborative Robots
- 5 Job listings