question

Flexinator avatar image
0 Likes"
Flexinator asked Flexinator commented

Measure throughputtime between sink and processor

Hi everyone,

on my old model (attached) i measured the avrg throughput time between the source (getcreationtime) and sink (getentrytime). Now i need to measure the avrg time between the sink and processor1. I tried to point the processor1 on the sink, but i don't know how exactly to connect them. Down below that was my suggestion how to code it:

int throughput = getentrytime(item)-EntrySaturn.getentrytime(item);

Other solution approach is to get the entrytime in the processor1 directly and add the data in the table and then use excel to get the avrg time but that is more time spending and i don't want to switch between 2 Tools.

problem_throughputtime.fsm


Thanks for help!

Best

Flexinator

FlexSim 23.1.4
logicglobaltablepointer labelthroughputtime
· 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @Flexinator, was Felix Möhlmann's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered Flexinator commented

Write the entry time of the Processor onto a label on the item. Then use that label to calculate the staytime when it enters the sink.

In general Statistics Collectors would be used to get data like this from the model.

To get the staytime between objects, you can just use the default composite staytime chart though.

1705475221846.png

problem-throughputtime_1.fsm


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

Flexinator avatar image Flexinator commented ·
Thank you Felix ! :)
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.