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
|
|||
|
|||
I can't use the Experimenter for the MultiPoccessor
If I use the Experimenter for the MultiPoccessor, the MultiPoccessor will not work, because I watch items will pass by the MultiPoccessor without any process time.
If I don't use the Experimenter and Compile again, items will be processed by the MultiPoccessor. Could you tell me why? ps: I set the variables of the Experimenter below variable 1: process time of itemtype1 by MultiProcessor 1 variable 2: process time of itemtype1 by MultiProcessor 2 variable 3: process time of itemtype2 by MultiProcessor 1 variable 4: process time of itemtype2 by MultiProcessor 2 Global tabel: Row1 Column1 => flow time of itemtype 1 Row1 Column2 => total of itemtype 1 Row2 Column1 => flow time of itemtype 2 Row2 Column2 => total of itemtype 2 |
#2
|
||||
|
||||
Hi Vic,
Your references in your experimenter cannot be flexscript nodes. You have to implement references to specific values in your processtime of your multiprocessor. I've added a possible solution in your example with an extra global table. Martijn |
The Following User Says Thank You to Martijn van Oostenbrugge For This Useful Post: | ||
Vic Li (11-17-2008) |