One output value for 2 sinks in a dashboard

One output value for 2 sinks in a dashboard

victor_alejandro_ht
Not applicable
12 Views
4 Replies
Message 1 of 5

One output value for 2 sinks in a dashboard

victor_alejandro_ht
Not applicable

[ FlexSim 18.2.0 ]

Hi all,

I want one single satistic for the sume of the input of 2 sinks. Every time there is an entry in sink1 the input value must be multiply by 2 and for the sink2 the input value must be multiply by 4 and I want the final sum of those inputs. I have tried with a modification of the statistic collector value with no sucess.

I attached the model.

suma-sinks.fsm

14760-1.png

0 Likes
Accepted solutions (1)
13 Views
4 Replies
Replies (4)
Message 2 of 5

regan_blackett
Autodesk
Autodesk

Is there A reason the Composite Throughput chart templates are insufficient?

14766-composite.png

Choose one of these and add the two sinks to the 'Objects' field and I think you'll get what you are looking for.

0 Likes
Message 3 of 5

JordanLJohnson
Autodesk
Autodesk
Accepted solution

Here is an updated version of your model:

suma-sinks-updated.fsm

I added a label to both Sinks called Multiplier. I removed the Total collector, and replaced it with a collector called BothSinks. That collector shows the input of the sinks, as well as the adjusted input of the sinks, which takes the multiplier in to account. Finally, I added a Calculated Table that sums the adjusted input of both sinks.

14771-suma-sinks.png

.


Jordan Johnson
Principal Software Engineer
>

Message 4 of 5

victor_alejandro_ht
Not applicable

Hi Regan,

There is a reason composite charts are insufficient, because I need to multiply by a specific factor every time an item reaches a Sink. In other words the increment is not equal to the item input.

Perhaps I did not explain my self properly. Thanks for your reply.

Message 5 of 5

victor_alejandro_ht
Not applicable

Hi @jordan.johnson

Thanks for your answer this is exactly what I was looking for. I have never used a Calculated Table before. I wil check it out.

0 Likes