In the attached model, the intent is to insert a support board under a fraction of generated transport units. Transport units are created in the queue "TU" and a upport board is created in queue "Board". When a TU arrives at Station1, I check the label if a support board is required and that should trigger the board creation in "Board".
My idea for the board placement: the TU has to be lifted using the elevator while the support board enters the combiner and then the elevator sends the TU to combiner. The combiner should pack the support board and TU and then the whole unit is transported downstream.
If a TU does not require a support board, it simply travels downstream without the operation stated above.
I am stuck at the part where the TU is lifted and and support board is correctly sent to the combiner. How should I go around doing this?
Many thanks,
Amit