- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I have two questions regarding location aquirement in my model.
My model includes two elevators, and I want the operator to choose which elevator to use based on a probability, deliver the item to an upper floor, and then return to the ground floor using the same elevator.I also want to use a single subflow for both upward and downward trips.
My current approach is: the operator walks to the waiting line in front of the elevator, acquires the floor spot of the current floor, takes the elevator, and then moves to the floor spot of the target floor.
Here are my problems:
1.Things works fine when going up. However, when going down, something seems to go wrong. As shown in the video, the operator correctly enters the waiting line on the second floor. I expect it to acquire Floorspor2 (which is the current floor), but instead it acquires floorspot1which is the target floor).I have no idea what may cause the problem.
2.I want to count how many people have passed through a floorspot, but I can't directly get the throughput of the floorspot by the dashboard. Is there a way I can achieve a similar result?
Could anyone help me fix the problem?
Solved! Go to Solution.