question

Maryam H2 avatar image
0 Likes"
Maryam H2 asked Jason Lightfoot edited

Census Vs Time Chart for predefined Zones

Hi all,

To generate a Census vs Time Chart for predefined zones in the model (General environment), please refer to the attached model created by @Jason Lightfoot.

floorzoneexample.fsm

@Jason Lightfoot In the repeat interval, I have noticed that when a person passes through a zone in a time less than the repeat interval (currently the repeating Interval is 10, meaning 10 minutes?), the chart fails to capture that data. However, when I decrease the repeat interval in the Static Collector, it captures more passings. Can you confirm if my assumption is correct?

For example, if an operator passes a door in a second or less with Reapeting Interval 10 it won't capture it on the chart.

FlexSim 23.2.0
zonezone partitioncensus vs time
floorzoneexample.fsm (131.5 KiB)
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Yes - it was just to capture snapshots at periodic intervals as you described in the other post. You could sample more frequently and we could optimize the code if the zones are non-overlapping ( to remove operators already found in a zone).

· 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.

Maryam H2 avatar image Maryam H2 commented ·

@Jason Lightfoot

The idea of having non-overlapping zones sounds great.

I've been thinking about how to group different zones into one larger zone, but in FlexSim, it doesn't seem possible to create irregular shapes, like the one in the picture below. Any thoughts or ideas on this?

1697657918160.png


0 Likes 0 ·
1697657918160.png (7.1 KiB)
Jason Lightfoot avatar image Jason Lightfoot ♦ Maryam H2 commented ·
So with data and relationships you can do anything. All you need for that is, instead of having the zone object as the identifier you have a label on the object denoting the zone and use a map to keep at track of the count by label value. The stats collector would need modifying to enumerate the label values rather than the zone objects.

It's slightly curious to me that you endorse the non-overlapping areas and then show an image that has them overlapping.

0 Likes 0 ·
Maryam H2 avatar image Maryam H2 Jason Lightfoot ♦ commented ·

@Jason Lightfoot

If we attach a label to the operator for tracking the 'Zone,' what type of map can monitor the 'Zone' values?

When it comes to overlapping zones, I was thinking about two different ideas:

  • First, we can implement non-overlapping zones to prevent the operator from being counted again if they have already been included in a specific zone.
  • Second, we can consider the opposite concept, where we utilize overlapping zones, much like the example I've presented earlier, to aggregate the counts of operators across all of those intersecting zones.
0 Likes 0 ·
Show more comments

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.