ATTENTION

This 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

Go Back   FlexSim Community Forum > FlexSim Software > Q&A
Downloads

Q&A Using Flexsim and building models

  #1  
Old 10-22-2008
Kang Han Kang Han is offline
Flexsim User
 
Join Date: Sep 2008
Posts: 6
Downloads: 7
Uploads: 0
Thanks: 1
Thanked 0 Times in 0 Posts
Rep Power: 0
Kang Han is on a distinguished road
Default simple question for operators

Hi, everyone

I may be a simple question. What I want to do is that I have 2 processors connected each other. Process time for processor 1 is 10 min and Pro2 is 20min. Processor 1 needs two operators for processing. However, operator have to wait for10 min to work until processor 2 is finished. It means that they have extra 10 min to do other task. So, I want them to move to a object, which is not connected to processor 1, load flowitem, unload to the object, and work if processor 1 can be worked. It mean processor2 is finished.

Could you please let me know how to do for the sequences?
What I think is that I will use coordinatetasksequence but I do not know how to set code like if the flowitem is not going to next station, operators should go to the object location and come back to processor1 and work again if the flowitem is gone.


I will appreciate your help~!
If you have a example, I will be happy.

Thanks
  #2  
Old 10-23-2008
Brandon Peterson's Avatar
Brandon Peterson Brandon Peterson is offline
The Flexsim Consultant
 
Join Date: Jul 2007
Location: Salt Lake City, Utah
Posts: 382
Downloads: 29
Uploads: 6
Thanks: 192
Thanked 516 Times in 235 Posts
Rep Power: 490
Brandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant futureBrandon Peterson has a brilliant future
Default

Kang,

If you simply use the default ways of using operators for the process time they will do what you are asking for. Meaning that they will work on Processor 1 until it is finished and then leave to do other things until a new flowitem enters into Processor 1. If Processor1 is connected directly to Processor2 then this will happen when Processor 2 finished its process and the flowitem in 1 can then enter 2.

If you were wanting the process at Processor1 to not start until Processor 2 was halfway done (so that they will finish at the same time) then you could call stopobject() on Processor1 in the OnEntry or SetupFinish then after you call stopobject() (This is a very important distinction as opposed to doing it before) you can send a delayed message for half of the Processor2 time to call resumeobject(). Doing it this way would allow you to use the same default operator settings as above.

Good Luck,
Brandon
__________________
thats not normal.


Thread Thread Starter Forum Replies Last Post
The "Simple Question" Thread Xavier Jackson Q&A 202 08-10-2009 09:44 AM
Simple emergency room model Francisco J. Ramis Q&A 4 04-22-2009 03:36 PM
Is there any simple solution to support batch mean method in flexsim? qin tian Q&A 1 02-29-2008 01:19 PM


All times are GMT -6.
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2020, vBulletin Solutions Inc.
Copyright 1993-2018 FlexSim Software Products, Inc.