question

Alejandro Cevallos avatar image
1 Like"
Alejandro Cevallos asked Alejandro Cevallos commented

In the dashboard, is there a chart that measures productivity of my model?

In the dashboard, is there a chart that shows me the productivity of my model? Or how do I know that?

FlexSim 7.5.4
graphicsproductivity
· 8
5 |100000

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

Adrian Haws avatar image
4 Likes"
Adrian Haws answered Adrian Haws edited

Alejandro,

The Dashboard has many options for display charts such as Content vs Time, Average Staytime, Output per Hour, and others. There are also other ways to get data from your model but, as Jeff mentioned, it depends on the information you're looking to get. It's also a different matter if you're trying to see how you can improve a certain performance within your model. If you give us more specifics we'd love to help you find the right tools for what you need.

Update: below is an example model of one way to find the productivity of a model (output/input). I've set a tracked variable called "Input" that is incremented every time a flowitem is created, and another called "Output" that is incremented every time a flowitem enters the sink. I used simple custom code in a text activity to display this calculation.

Some other ways you might go about this are with Zone statistics in process flow, statistics created on fixed resources, etc.

You'll also see that I set up an experiment to see the effects that using a transport from the source makes on the model input and output (our tracked variables).


tracked-variable.fsm (169.9 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.

Joerg Vogel avatar image
3 Likes"
Joerg Vogel answered

productivity = output / input is a typical financial data. Since Flexsim doesn't collect this kind of data you have to implement it by your own. Each time when you invest money in the model of any kind you increase a label value on a token, on an item or on an object. Each time when an item goes into a sink you set a financial income or a financial valued price for this product and calcalute the productivity.

There are different developments on some discrete material flow simulators on the market. Nowadays the new data collection is on electricity consumption. Maybe in a few years the aim is set towards financial data.

5 |100000

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

Steven Hamoen avatar image
2 Likes"
Steven Hamoen answered Steven Hamoen edited

@Alejandro Cevallos This sounds you have a calculation, resulting in a number over time ( for instance every time your input increases or your output decreases. This can be done perfectly with a tracked variable. Options to manipulate those are present in every entry and exit trigger and there are many graphs that can deal with a tracked variable.

5 |100000

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