question

doug palmer avatar image
0 Likes"
doug palmer asked doug palmer commented

is there a method to apply a process to a flow item on a conveyor

I have a flow item which requires a process to occur while on a conveyor. When the item gets to the next processor it can't leave until the process taking place on the conveyor is complete. The process time will vary at some distribution. For example I have a item that is heated up as it travels along the conveyor it cools. when it gets to the next process it would have to wait until the cooling process is complete before finishing the next process.

any thoughts on methods? I am relatively new so the simpler the better.

FlexSim 19.2.0
flow item process
· 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.

Matthew Gillespie avatar image Matthew Gillespie ♦♦ commented ·

Could you just place a station object at the end of the conveyor and set the process time appropriately?

0 Likes 0 ·
doug palmer avatar image doug palmer Matthew Gillespie ♦♦ commented ·

I don't think so because items back up on the conveyor and the cooling process continues while they wait on the conveyor so they may be at the temperature when they get to the station and therefore will sit there unneccesarily.

0 Likes 0 ·

1 Answer

Matthew Gillespie avatar image
0 Likes"
Matthew Gillespie answered doug palmer commented

Is this what you're looking for? The decision point at the start of the conveyor puts a CoolingTime label on the item based off a distribution. The items then cool off as the item flows across the conveyor. The station object at the end just holds the item until it's completely cool.

The process flow is just updating the color on the items so you can more easily visualize what's going on.

coolingtime.fsm


coolingtime.fsm (41.8 KiB)
· 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.

doug palmer avatar image doug palmer commented ·

thank you this should work

0 Likes 0 ·