Page 1 of 1

Unpacking

Posted: Thursday 12 June, 2014 - 20:23
by mastermind12
Hi,

I'm trying to make a model with the unpack function to get some pallets out of a container. Now i don't want to pack them before unpacking, but i want the container already loaded with the products in my model so that i only need to unpack it.

What is the best way to do this?

Re: Unpacking

Posted: Friday 13 June, 2014 - 09:23
by Nick
Hi mastermind12,

Perhaps the Splitter atom?
The Splitter atom splits a single atom into a number of atoms, and sends out a number of copy atoms through multiple output channels. The copies are exact duplicates of the original atom (including labels). The number of copies to send out of each output channel can be specified. The copies are sent out in numerical order, starting with output channel 1. After entry, the input is closed until the Splitter is empty again.
Regards, Nick