question

Murphy avatar image
0 Likes"
Murphy asked Murphy commented

define robot motion paths

1721028948667.png

why the robot not move immediately when the token enter the first Custom Task, it's seems delay 1.5sec, I did'n know why.


robot.fsm

FlexSim 24.0.1
robot path
1721028948667.png (739.7 KiB)
robot.fsm (84.7 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Murphy commented

You have not defined any move time ratios for the positions along in the path in the "MoveTime". This means the total cycle time of 4 seconds is divided evenly among them, resulting in the first motion to take 1.33s. During this time the robot does not move, because it already is in that position at the start of the model.

See the documentation for more information.

https://docs.flexsim.com/en/24.1/Reference/3DObjects/TaskExecuters/RobotMotionPaths/RobotMotionPaths.html#pathTiming

· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Murphy avatar image Murphy commented ·

Thanks I will check out, I think that will be evenly distributed into the movement action beforehand, Thanks!

0 Likes 0 ·