question

Akhil raja rao K avatar image
0 Likes"
Akhil raja rao K asked Benjamin W2 commented

How to create pie chart in process flow?

I made a simple model of a factory in process flow , 10 people will be generated with two objects each from a single source and moves the objects on to a packing conveyor and they will walk to the end of conveyor to pick up the packed objects and they will move to storage area and drops an object there and travels to exit area.

How to track the movement of each person and represent their time of waiting in each task (i.e., %of waiting time at starting of conveyor and ending of conveyor and at storage room) in a pie chart.

I need to generate 10 pie charts for 10 persons about their time behaviour in each area.

please find the attachment @Jörg Vogel

community-upload.fsm

FlexSim 19.1.2
process flowstatistics collectorbar chartpie chart
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

·
Braydn T avatar image
0 Likes"
Braydn T answered Benjamin W2 commented

@Akhil raja rao K

The easiest way to do this is to have the items you want state information about exist at model start. I have updated your model to represent that. However, your model has issues that will create some issues for you. You don't have the people wait at the end of the conveyor, you just move the item back to the person. I would change your move objects to load and unloads.

You can double click on the state chart in the dashboard to see the possible states, and adjust your model accordingly.

Hopefully this gives you enough to finish this on your own.

chart.fsm


chart.fsm (85.1 KiB)
· 3
5 |100000

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

Akhil raja rao K avatar image Akhil raja rao K commented ·

@Braydn T , sir all generated charts in the attached model are shown for the operators but how to generate pie charts for people generated from single source as in the attached model, I've updated my model by eliminating above said errors please find the attachment .updated-community-upload.fsm

0 Likes 0 ·
tannerp avatar image tannerp Akhil raja rao K commented ·

Hi @Akhil raja rao K,

The statistics that you're looking for can be achieved using default state templates on a dashboard. However, the people in your original model are actually Flow Items, so default statistics for Operators and other Task Executers are not going to apply. That's why Braydn created the version of the model with the Operators instead of person flow items. The person Flow Items don't exist at the beginning of the model, so FlexSim can't track statistics on them very easily, but since you have a set number of people (10), you can have the Operators exist at the beginning and use them for the default statistics.

In summary, Flow Items don't currently work very well to track statistics. Braydn's use of Operators will allow you to get the statistics you need, but it will require some adjustments in logic. Does that makes sense? Can we help you implement the new logic?

0 Likes 0 ·
Benjamin W2 avatar image Benjamin W2 commented ·

Hi @Akhil raja rao K,

Were Braydn and Tanner's answers helpful for you? If so, please click the accept button on the answer. If not, how else can we help?

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.