hello all,
I want to simulate some conveyors with boxes on it
each conveyor will be a smart component
how can i pass the box on the conveyor from one smart component to the next one so that it is the same box that moves over all the smart components (conveyors)?
greetings
Hi,To pass an object from one SC to another you can use “Dynamic Properties”.
Bind the box (that you probably have added to a queue) to a “dynamic property” of the type “GrapichComponent”. Do the same in the next SC. Then in the Station Logic window, bind this two dynamic properties together.