Hi. I'm using ElevatorBank module from People library. I need to get the queue time of the traveller. How can I do that?
In my model, the traveller if first routed close to the elevatorbank. The queue time starts when the traveller is sent out from the queue and should end when the traveller get into the elevator car. It seems that there is no event when traveller arrives to the car. The arrival event fires when traveller is in front of elevator bank (and starts waiting).
I have found two possible ways to solve this (but not succeed):
1) create event triggered source and link it to elevatorbank trigger "OnElevatorTravelerEntry". It might work but the source needs the elevator rank as parameter. I have hundreds of elevators and the number varies in every scenario. It is impossible to create ProcessFlow source for each elevator. Is it possible lo listen all of the "OnElevatorTravelerEntry" events somehow?
2) I noticed that creating the event triggered source, creates node "onTravelerEntry" to the EvelvatorBank/Elevator1/variables. It is some kind of coupling node. Is it possible to write flexscript code in it? That would be nice.
Pls find the model template attached.