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.

Jeff Nordgren avatar image Jeff Nordgren commented ·

@Alejandro Cevallos

You are going to have to explain what you mean by "productivity of my model". I don't know what that means and I'm not sure what information you are wanting to get. If your model gives you the information that you are seeking by building it, then I would think it was a productive model.

1 Like 1 ·
Alejandro Cevallos avatar image Alejandro Cevallos commented ·

My intention was to know if there is a chart in the dashboard that tells me the Output / Input (Productivity), because I need to compare two models that I developed.

Thanks for your comments.

0 Likes 0 ·
Adrian Haws avatar image Adrian Haws Alejandro Cevallos commented ·

@Alejandro Cevallos Were you able to find the solution you needed? We can send you an example model of how to get this information, such as a tracked variable, dynamic text display with code, etc.

0 Likes 0 ·
Alejandro Cevallos avatar image Alejandro Cevallos Adrian Haws commented ·

Adrian, I would greatly appreciate if you could send me a model example of how to get this information

0 Likes 0 ·
Show more comments
Alejandro Cevallos avatar image Alejandro Cevallos commented ·

Adrian, I tried to put in my model the "variable tracked" as it was in your simulation but it did not work properly. Enclosed is my simulation with the purpose you can help me.

In my case I have three sources and for that reason I decided to put in the queue (Cola NN) the trigger "Increment ChooseVariable" (Input). This will detect all incoming products of the three sources as total input.

model.fsm

0 Likes 0 ·
model.fsm (53.0 KiB)
Adrian Haws avatar image Adrian Haws Alejandro Cevallos commented ·

@Alejandro Cevallos That's because there are currently no Tracked Variables called "Input" or "Output"-you need to create those. You do that by going into the green plus icon in the Toolbox and selecting Statistics->Tracked Variable. Then give it a name and a type (in this case the type would be Cumulative). Now you will have a reference to the tracked variables in your triggers and dashboards.

0 Likes 0 ·
Alejandro Cevallos avatar image Alejandro Cevallos Adrian Haws commented ·

Thanks Adrian. It worked very well.

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

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.