question

Luca S4 avatar image
0 Likes"
Luca S4 asked Ben Wilson commented

How to get the lead time after joining in combiner

Hello,

i want to get the leadtime of my product from the beginning to the end of a production. In between is a combiner in join mode. If i track the Entry time of my parts, as a label, they will be destroyed after the joining process. How do i get a label from those parts with the earliest EntryTime onto my FlowItem leaving the combiner? Is that possible with the recycling FlowItems option?

I have the same question for the seperator.

Thx a lot

Luca S.

FlexSim 18.1.2
combinerlabelflexsim 18.1.2joinleadtime
· 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.

Ralf Gruber avatar image Ralf Gruber ♦ commented ·

Hello Luca,

can you please post the current state of your model, so we do not have to guess what exactly it is you need help with?

Thx

Ralf

0 Likes 0 ·
Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @Luca S4, was jason.lightfoot's answer helpful? If so, please click the red "Accept" button on 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 unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

You can add something like this to an entry trigger of the combiner:

if (content(current)>1)
    current.first.starttime=minof(current.first.starttime,item.starttime);

Example attached.


combinerMinLabel.fsm


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.