question

Dilla Da avatar image
0 Likes"
Dilla Da asked Dilla Da commented

OUTPUT DASHBOARD PROCESS FLOW AIRPLANE PARKING

How to read the output on the dashboard Queue/ _02A, _06A etc?

APRON MOVEMENT CONTROL MOVEMENT SIMULATION.fsm

capture.png

FlexSim 22.2.0
queuedashboardsprocesss flowoutput
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Dilla Da commented

You can use the code below. Note that the object data is saved as an ID number. If you want to read the first column you have to translate it back into a path.

Table data = Model.find("Tools/Statistics/Output>variables/tableSettings/table+>stats/data");
Object object = Model.find(StatisticsCollector.getPathFromID(data[1][1])); int throughput = data[1][2];
· 4
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Dilla Da avatar image Dilla Da commented ·

I'm sorry, Where do I enter the code?

0 Likes 0 ·
Dilla Da avatar image Dilla Da Dilla Da commented ·

And then, how do I display the queue id, 02 A, 04A, etc? Please help me


0 Likes 0 ·
Felix Möhlmann avatar image Felix Möhlmann Dilla Da commented ·

Sorry, I think I misunderstood your question.

I added a Statistics Collector to the model that counts the departures per queue. It reacts to a tokens entering the second Travel activity and uses their "Destination" label as the row value.

apron-movement-control-movement-simulation(2).fsm

0 Likes 0 ·
Show more comments