question

Sujit avatar image
0 Likes"
Sujit asked Jason Lightfoot commented

Robot is not processing on turn table as per given time

In attached sample file,

Pallet arrives on Turntable 1 then Robot process on it for 20 seconds after that Turntable should rotate for 180 degrees. Then Robot will work on the same part for 10 seconds. after completion of this work, part will move to next conveyor.

Robot should work as per availability for turntable 1&2.

Turn Table_Robot.fsm

Thank you in advance

FlexSim 24.0.1
time table
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Sujit, was Joerg Vogel's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered Felix Möhlmann commented

Dvide turntable conveyor in the middle. Place a queue object between them. Let enter item this queue. Close output of queue. After process1 rotate queue by changing the rotation value of the object.

To let a robot do some motions, you add a process where you let move a single item between two or more queues, where you need some action. You let the robot transport this item.

If you you need a rotation over a time interval you can try it with an animation or by kinematics

· 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.

Felix Möhlmann avatar image Felix Möhlmann commented ·

In the given model the robot is not doing anything, because it is given a "Start Animation" task but there are no animations defined on the robot.

An easy (I think the easiest) way to get a robot to move without transported something is to use "TravelToLoc" tasks.

turn-table-robot-fm.fsm

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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