Hi,
I am struggeling with an interlaced structure of items.
The case: I have items (material=boxes no1 in flowitembin --> Basic FlowItem), which are packed on a Container FlowItem. Sometimes this container is packed on another container and on another container... it varys how deep the stucture is.
In the end I want to count all material items, not the Container and push them to a list.
I started my model with just one container to represent all container in one.
EventSource: OnEntering Queue (the container object enters)
Delay:Breathe
CreateTokens: token.object.subnodes.length
Push the created Tokens to a list
How can I implement the interlaced structure when I don't know how deep it is, or when I want to know if there is any material left in the container structure? All my material items are boxes. The container FlowitemBin rank varies.
Thank you for helping.