Robot with 2 grippers

Robot with 2 grippers

robert_f2
Not applicable
8 Views
1 Reply
Message 1 of 2

Robot with 2 grippers

robert_f2
Not applicable

[ FlexSim 20.0.0 ]

Hello,

I am trying to simulate a process that uses a robot with two grippers to tend a machine. Here is the process I am attempting but not having success at:

  1. Robot grabs an item from IncomingConveyor using gripper(1)
  2. Robot places item in Processor1
  3. Robot grabs another item from IncomingConveyor using gripper(1)
  4. Robot unloads processed item from Processor1 using gripper(2) while holding an unprocessed item in gripper(1)
  5. Robot then places the unprocessed item in gripper(1) into Processor1
  6. Robot takes processed item in gripper(2) to OutgoingConveyor and the process repeats.

My original thinking was to try to change the robots capacity to 2 while it was tending the processor and then change the capacity back to 1 when tending the conveyors, but I could not get this to work.

Thanks for any help!

DualGripper.fsm


0 Likes
Accepted solutions (1)
9 Views
1 Reply
Reply (1)
Message 2 of 2

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

The problem with your approach is that the job to pick up the second item from the incoming Conveyor will not get created until the robot removes the first item from the processor - since it had capacity 1, preventing the 2nd item from being accepted in. Setting the processor capacity to 2 doesn't give the behaviour I think you want.

I think a small process flow might be best - here's a simple example with a fixed cycle for the robot.

dualgripper_jl.fsm

0 Likes