Thank you for taking the time to look at my question.
I am attempting to create a model that will simulate tire mounting operations by using a combiner and a separator to represent a tire mounting machine.
My problem centers around the visuals as flowitems leave the combiner and separator.
I have two sources; one creates orange boxes and the other yellow spheres.
If I set the combine action of the combiner to “Join”, I have the box and sphere flowitems coming into the combiner and leaving as a single flowitem (I added a trigger to change the shape of the flowitem to a green cylinder as it is leaving the combiner going into Queue1).
This is an action that I want…show two flowitems becoming one.
However, when the sphere goes into the separator and is processed, it leaves the separator as a green sphere from port1 and goes into queue1; the green sphere is not broken down into its original components of yellow sphere and orange box.
If I go back and change the combine action of the combiner to “Pack” and do not change the trigger, the orange box is changed to a green cylinder and the yellow sphere is still visible; the sphere and cylinder move as one flowitem from Queue1 to the separator.
The good news is that once the flowitem is processed by the separator, the green cylinder goes to Queue2 and the yellow sphere to Queue3…downside is that the green cylinder does not go back to being an orange box.
I need the box and sphere flow items to retain their original properties since they will be assigned to a specific rack (or floor storage) location once they leave Queue2 and Queue3 (I will add that feature at a later date).
Any suggestion to show two objects becoming one and the separated into two again is greatly appreciated.