Description of attachment

Attach.vcmx (2.0 MB)

Why can’t it be attached?

Check the variable names. You are transporting in a Pallet, and Box.
Use these names also in Attach and TransportOut.
image

1 Like

thank you Here’s the problem solved, but I’m stuck again.

Attach.vcmx (2.2 MB)

Can you explain the dummy one more time? :smiling_face_with_tear:

Change the process 66 TransportOut Destination into To Next Process, and set the transport link implementer as interpolating transport. This seems to work.
After this, you can adjust the TransportPatternIn Offsets in Process 554 so that the arrangement looks ok.

The reason you need to do this is that with TransportPatternIn you cannot get items from the container mode. It needs to be from previous process.

Thank you very much.
I was able to complete it with your advice

I will try to become more skilled! :smile:

1 Like