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 |
#2
|
||||
|
||||
what I mean is the Operator go back to stand in a area close to the Machine and let next Operator fetch the next item and go back too , in a round-robin fashion..
|
#3
|
||||
|
||||
You are using Round Robin in the Pass To of the Dispatcher, which is already the solution for using the Operator in round robin fashion. This is working. I personally would put in the OnReset Trigger of the Dispather the line setlabelnum(current,"fs_lastport",1); that the first Operator is always used first.
To send the Operator back to a specific point I would use e.g. in the OnUnload Trigger of the Operator the “Travel back to a Specific Location” or “Travel to an object”. For location you just need to figure out which location you like. For object you could put dummy objects (like Network Node or Visual Tool just to have an object with location) and center connect them with the Operator. Or you center connect the Operator with the Processor and calculate from his position a “parking position” (xloc + xsize + X).
__________________
tom the (A)tom: "We have solved our problems ... now we have to fight the solutions." |
#4
|
|||
|
|||
Question regarding operator reset location
I'm trying to do something similar, but I can't get the operator to return to the specified location. I'm using the operator for a process, so it's not really "unloading" anything. Is there a way to get the operator to return to a position while being used in conjunction with a process?
|