Is it possible to use a multi processor to simulate a welding booth? In my simulation, there are 3 different functions; welding, fabrication, and furnace. Wondering if the multiple processes you place in a multiprocessor have to be done sequentially? I wanted to see if I could use the process number in the multiprocessor to put all the different types of welds, or fabrications and their cycle times. So in all id like 3 multiprocessors. Each represents a separate function( Weld, fab, or furnace). Within the Weld multiprocessor, I would like to add all process steps and cycle times that have to do with welding. The same would be done with fabrication and furnace.
The part I'm stuck on is if I can make the flow item complete only step 2 in the weld multiprocessor then go to step 1 in the fabrication multiprocessor then back to weld for step 5 and so on. Not sure if this makes sense.