Hi, I'm having a problem directing operators to the closest station.
Currently, operators pick up colored boxes, and before placing them in the Queue they must pass through a station, called ScanItem. There are 4 of these stations, one near each Queue to optimize reading times and reduce crossing distances.
Currently, however, operators do not follow any logic in choosing the ScanItem. I tried to implement queue management logic but without results.
(I realize that it is not an efficient system, but I need it to be able to understand the logic behind directing operators).
Thanks for the help