Manual Palletizing

Problem_HJ002.vcmx (764.1 KB)
Hi, If you check the attached file you will I tried to simulate a simple process, depalletizing from one side and palletizing in other side manually.
But I was not successful and a little confusing about the methods.
I used the method from " How to complete an Assembly or Disassembly Task" lesson and browsing available models, but I couldn’t find similar case. I’d appreciate your help.

Any feedback? Is there any manual or similar case?

Warning message is very useful, it could solve most of the issues.
image

This imply that assembly has empty slot, you need to assign product.

Then create the first step, get assembly information, transport in.
image

Update file
Problem_HJ002_v2.vcmx (849.4 KB)

1 Like

I got it, Thank you so much.

1 Like

How these Statements order is important? is there any recommendation or reference to learn about the statement orders?
For example, is GetAssembly could be after TransportIn? Does have a different return?

Assembly could be many steps, so executor need to get assembly information first, then executor will know which assembly step needs transport in, that’s why order is important. Help document is pretty well documented. PM Template layouts in eCat are also good to dig in.
image

1 Like

Got it , Thank you. :ok_hand:

1 Like