question

Gokulakrishnan Kandasamy avatar image
1 Like"
Gokulakrishnan Kandasamy asked Gokulakrishnan Kandasamy commented

is there any option in flexsim to optimize the energy Consumption(kWh)?

If I want to consider the energy utilization in my system how would incorporate into my Flexsim model? Do I need to write any code to incorporated that energy parameter in a fixed resource?

Kindly suggest if there is any better way

FlexSim 20.0.2
energy consumption
· 2
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 Steven Hamoen commented ·

There is a dashboard option to calculate the financials. Maybe you cam misuse it to calculate the power usage

1 Like 1 ·
Michael Machado avatar image Michael Machado commented ·

@maurizio.giubilato from FlexSim Italy, might have developed something on it.

1 Like 1 ·

1 Answer

·
Jordan Johnson avatar image
2 Likes"
Jordan Johnson answered Gokulakrishnan Kandasamy commented

One method is to assign a "cost per time" value to each state. For example, a processor might use more power while it's processing than while it's idle. Then, you can total how much power has been used. Here's a model that does this:

poweruse.fsm

You could also add power based on events. Perhaps when an item gets on a processor, it might take extra energy. You could easily extend the approach in the above model to account for that kind of thing.

So yes, you can track power use in your model. And once you can track it, you can then use the Optimizer to do some optimization.


poweruse.fsm (34.8 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.

Gokulakrishnan Kandasamy avatar image Gokulakrishnan Kandasamy commented ·

Thank you. It's working

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.