Labels and Assembling

All topics specific to modeling questions in Enterprise Dynamics
Post Reply
Krzysztof1997
Posts: 1
Joined: Saturday 02 February, 2019 - 15:48

Labels and Assembling

Post by Krzysztof1997 »

Hello,
I have problem with assembling two products (p1 and p2) in two different boxes (p1: 6 per box, p2: 4 per box) and after that assembling this boxes on container (product p1: 3 boxes and p2: 4 boxes ) and stocking in warehouse.
I attached .mod with my set up. I'll be very grateful for help.
labels_assembling.mod
(36.36 KiB) Downloaded 203 times
User avatar
HarryBunnik
Posts: 362
Joined: Monday 07 February, 2011 - 11:22

Re: Labels and Assembling

Post by HarryBunnik »

Ha Krzysztof1997,

You're rather close. You already use a label "opakowania" in the assembler. However, you haven't assigned this label yet to the product that is entering the assembler through channel 1 (the container in which the other products are packed.

I've added a simple formula on the Exit Trigger of the source names "Boxes", which will declare a label "opakowania" to each product leaving the source with either a value 1 or 2 (alternating).

i.opakowania := Mod(output(c), 2) + 1

Then the assembler takes either column 1 or 2 from the B.O.M.

I hope this helps you further,

Regards,

Harry
Post Reply