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
|
|||
|
|||
Need help with gate model
Hello,
I'm having trouble figuring out how to model this. I have a gate with 10 gate processes all lined up parallel. Each gate process represents a communication pedestal. For the 10 gate processes, I need them to simulate picking from a pool of 6 clerks, and once a clerk is available and selected, it will go through the process time then the truck will be released. I've tried pulling in "operators" from the discrete objects library, and selecting them through the pick operator, but visually this wouldn't be realistic in this case since the gate processes will be manned remotely. Any help with this would be greatly appreciated. |
#2
|
||||
|
||||
Why don't you use the use the "use operator for process" option on the process tab of the processer. Connect your 10 processes with 1 dispatcher and the dispatcher with 6 operators and off you go.
|
The Following User Says Thank You to Steven Hamoen For This Useful Post: | ||
Jamie Santa Ana (07-16-2009) |
#3
|
||||
|
||||
If you set the operators' speed values to a really high number, then it won't be simulating their walking from station to station. It will just show which station they are working on by the station they are standing next to. Attached is a model that shows how this is done.
An operator standing next to a machine represents an operator manning that machine remotely. |
The Following User Says Thank You to Phil BoBo For This Useful Post: | ||
Jamie Santa Ana (07-16-2009) |
#4
|
||||
|
||||
Here's another model that shows how you can have them actually stand at any specific point you want (near the processors or far away) using network nodes.
|
The Following User Says Thank You to Phil BoBo For This Useful Post: | ||
Jamie Santa Ana (07-16-2009) |
#6
|
||||
|
||||
Jamie,
Here's another twist on the previous solutions. This requires more coding, but I think it gets closer to what you want. It leaves the operators where they are (they don't move anywhere) but it colors them based on the processor that they're servicing. For this model, I've customized the Processors' Pick Operator, On Message, and On Process Finish fields, and the Operators' On Reset field. This is a regular Flexsim model (not Flexsim CT) but it should work fine in CT. Good Luck, |
The Following User Says Thank You to Anthony Johnson For This Useful Post: | ||
Jamie Santa Ana (07-16-2009) |