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.

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:

  1. if (content(current)>1)
  2. 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.