question

ArunKumar S avatar image
0 Likes"
ArunKumar S asked ArunKumar S answered

Find the time taken from source to sink in continuous process

Hi,

I wanted to find the first finished good entry from source to sink in a continuous process. Need to display same in the dashboard as well. Please suggest.

FlexSim 17.0.6
dashboard displaytime taken
5 |100000

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

Arun Kr avatar image
0 Likes"
Arun Kr answered Arun Kr commented

Hi ArunKumar S,

The easy method is you can use a process flow to listen to the on exit trigger of the source using event triggered source object and listen to the on entry trigger of the sink using wait for event activity. Display the staytime of the tokens in the wait for event activity to display the time taken.model170.fsm

Regards,

Arun KR


data.png (24.9 KiB)
model170.fsm (25.4 KiB)
· 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.

ArunKumar S avatar image ArunKumar S commented ·

@Arun KR, thanks for your reply.

The example model you have enclosed looks blank when I open.

Can you help to re-check.

I have enclosed the layout, where the time taken to get the first component in SINK has to be derived.

Note: This is continuous production line which is simulated for 86400 seconds as run time.

lab2-batch-26oct.fsm

0 Likes 0 ·
Arun Kr avatar image Arun Kr ArunKumar S commented ·

Hi,

You are using a lower version of FlexSim, that's the reason no objects are seen in the model. If the version you are using is v7.5, process flow is also not present. So you have to create a custom graph to plot the current and average values of the TimeInSystem tracked variable to display the time taken. batch-support.fsm

Regards,

Arun KR

0 Likes 0 ·
batch-support.fsm (87.0 KiB)
ArunKumar S avatar image
0 Likes"
ArunKumar S answered

Yes.. you are right.. I have 7.5.4.. Thanks @Arun KR

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.