Message 1 of 1
Directing Multiple Task Executers through Task Sequences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, I am trying to model two operators to run through four processors. The idea is that Operator 1 can use Processor 1 and 3 and Operator 2 can use Processor 2 and 4. I would like them to continue building a queue of parts before going to the next processor. I am eventually wanting to experiment for optimization with this model.
Attached is the current state of the model. The operators just stop after each one does the first process (I assume this is because of the other task sequences) and does not continue.