Token Priority Between two events

Token Priority Between two events

wu_hung_l
Not applicable
9 Views
2 Replies
Message 1 of 3

Token Priority Between two events

wu_hung_l
Not applicable

[ FlexSim 18.1.1 ]

Hi~ I want to make a vehicle sharing system which has three stations, each station has four vehicles but only one station has eight vehicles and this station is called "station 3". I also want to create a rule that a station's number of vehicle is more than 6 then I will transport one of this station's vehicle to another station to ensure the demand of another station can be satisfied. But I have a problem is that Token's Priority between "Transport customer" and "Transport extra vehicle to another station". System should satisfy customer first, but my system sometimes transport vehicle first. These two pictures is my system's two main event. And here is my flexsim file.shared-vehicle-system.fsm

Thanks~

13114-1.png

13113-2.png

0 Likes
Accepted solutions (1)
10 Views
2 Replies
Replies (2)
Message 2 of 3

joshua_s
Not applicable
Accepted solution

One of your lists is using an invalid query. To set a priority in your process flow to make it customer first is about how you set up your system to check for customer needs first. if you have an event firing to move a car over to another spot, have a decision activity to check if customers need to be satisfied, and if there are none, then continue moving the car to that destination. Sometimes what is happening as well is the command is sent for the car to travel to another queue before a customer appears, and then a customer appears while it is in transit.

13221-pic1.png

0 Likes
Message 3 of 3

wu_hung_l
Not applicable

Got it ! Thanks!

0 Likes