ATTENTIONThis FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices. |
flexsim.com |
#1
|
|||
|
|||
Selectively synchronizing the operators.
Hi guys, I am curently working in a model in which 4 or more operators are working on 1 processor and all of them are doing different processes which can be done using tables and indicating them in idle or busy state.
The problem which i am facing is that suppose op1 has to wait after his nth operattion till op2 has finished his n+2th while op3 op4 and other operators keep on working. But When i am using the sync command for n+2th opearation of op1 all opeartors are stopping at once for op 1 Can someone help me to incorporate these constraints all together Last edited by arpit thakur; 09-07-2011 at 03:36 AM. Reason: misspelled |
#2
|
|||
|
|||
I'm not sure whether I got you right.
You could use Op1's onReceive trigger and change his state after the nth item until Op2 sends a message to Op1 after his finished part to "reactivate" him. |
#3
|
|||
|
|||
When dealing with multiple constraints like you mention, I usually find that using regular task sequences with CALLSUBTASKS and UTILIZE task types to be more flexible than a coordinated task sequence approach.
In case you are interested, I posted a library that can deal with synchronizing operator activities (however it does not use the approach I alluded to above). http://www.flexsim.com/community/for...ead.php?t=1894 |
Tags |
opearors dependency, syc |
Thread | Thread Starter | Forum | Replies | Last Post |
Operators dependency | naren nataraj | Q&A | 7 | 08-24-2011 04:51 AM |
Dispatcher & Operators Suggestion | michaelsmith | Gripes and Goodies | 3 | 02-16-2011 05:29 AM |
Using two operators to help at a busy processor | daniel twx | Q&A | 1 | 06-05-2009 05:20 AM |
simple question for operators | Kang Han | Q&A | 1 | 10-23-2008 08:35 AM |
Machine breakdown using Operators | Nico Zahn | Q&A | 8 | 07-13-2008 03:07 AM |