Unpacking

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
mastermind12
Posts: 2
Joined: Tuesday 10 June, 2014 - 20:03

Unpacking

Post 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?
Nick
Posts: 48
Joined: Saturday 15 February, 2014 - 01:52

Re: Unpacking

Post 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
Post Reply