question

Tee Hiett avatar image
0 Likes"
Tee Hiett asked Matthew Gillespie commented

How do I get a screen display of a group

I am using the SampleClinicModel to examine various features of FlexSim version 19. I would like to be able to display on the screen the census of a group, such seats in Census a waiting room or a group of exam rooms, while the model is running. I tried using ScreenLockedText but could make that work.

Thanks,

Tee

FlexSim 19.1.1
censusmodel censusscreenlockedtext
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

·
Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered Matthew Gillespie commented

We don't have a nice command or anything to get this number, but there is a dashboard chart (Location Census chart) that displays this. You could add one to your model like I did in the attached model.

Or you could use the code I placed in the text objects in the attached model. I dug into the query that the chart uses and copied that into the text object's code node.

censusdisplays.fsm


censusdisplays.fsm (319.4 KiB)
· 1
5 |100000

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

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

There is now a getcensus() command in 19.2 that returns this number.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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