question

Thibault.G avatar image
0 Likes"
Thibault.G asked Jason Lightfoot edited

How to let product going through a station only if the next station is free ?

On my simulation we have 2 functional test stations in a row ST70 & ST70_2. I'd like to simulate that ,when a product is coming on the first station, the programm checks if the second station is free, if yes, the product pass through the first station to be tested on the second otherwise the product stay in the first station. Does someone know how to set the parameters and create the code behind this need ? Thanks in advance.

Standard Model Lite_V3.2.1 Segment LIne Test Split Sequence.fsm

FlexSim 21.2.4
prioritizationautomaticstations in a row
· 4
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
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Here's an example of conveyor based stations with where the travel is inline and the processing is conditional. For the processing condition on the first station it uses a list to see if the next station cannot be pulled and sets a label on the item to say ST70_done which is used by the processing condition of the second station.

nextstationfree.gif

StationProcessesIfOtherStationIsUsed.fsm


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

Joerg Vogel avatar image
0 Likes"
Joerg Vogel answered

5 |100000

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