testmodel.fsmHello all,
I have a small simulation of a receiving area where trucks are unloaded. Every pallet is unloaded into queues (buffers) . Using the OnEntry trigger I set labels to each pallet. The most important label is "Stare" which means that after unloading I don't really know what is inside so I have to make a visual inspection of each pallet. After the visual inspection the label "Stare" goes from 0 to either 1 or 2 ---"1 = full pallet, 2 = mixed pallet, 0 = not checked".
Each pallet that enters any buffer is Pushed to a List.
I need to make Operator 1 travel to each pallet and inspect and then set the "Stare" label to 1 or 2 (30 percent 1 and 70 percent 2).
How can I get Operator 1 to go to each pallet xyz position by using TravelToLocation activity ?
Thank you.
Regards,