Pick Multiple Parts

Hi everyone,

Using process modeling, I want to alternately pick 1 part alone and 2 parts simultaneously. What’s the best way to do it?

The easiest way might be to use the attach-statement. You can attach a product to another and then Transport that out. Another way is to use assemblies.

1 Like

I thought about those 2 solutions, I went with the attach-statement one. I’m doing it though using an InterpolatingTransport solution instead of a ConveyorTransport solution, since that’s the only I manage to have it working, but it’s not realistic. Do you know how I could do it right? Thanks for the help.