Operator Problem

All topics on coding 4Dscript in Enterprise Dynamics.
Post Reply
Ryan
Posts: 1
Joined: Monday 18 June, 2012 - 15:20

Operator Problem

Post by Ryan »

hi,

i have the following problem:

I have a product from wich i put 20 in one box. Then i put 25 of these boxes on one Pallet.
Now i wan't to unpack them. One Operator should take one box from the Pallet and then take all products out of the box, After that he should go and get the next box. How can i realise this?
marlies
Posts: 301
Joined: Monday 17 January, 2011 - 09:28

Re: Operator Problem

Post by marlies »

Hi Ryan,

Do you need to keep track of all the individual products? Otherwise I would suggest to model each process step with a server and define the process time depending on the number of products to pack/unpack.

If you need to model the individual products, you should use the assembler atom (which you can find in the category Processes) to pack products and the Unpack atom to take the products from the pallet and out of the boxes.

In the entry- and exittrigger of the server you will find example code to call and free an operator.

Regards, Marlies
Post Reply