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
|
|||
|
|||
Flowitem placement in Rack?
I am doing a model wherein there are three jobs and they have to be placed correctly in each of the columns in the rack i.e., 1st column should take on 1st type of job, 2nd column shold take on 2nd type of job and so on..
NOw, what is happening in my model, the transporter is correctly placing the jobs in each of the columns but endlessly. (I) How to limit the size of each cell in a column? (Transporter goes on placing the objects beyond the physical size of call of rack) (II) Once the three columns are used up (full) after placing the jobs, then the transporter should place the jobs in next three columns. How can we do this? Please help... |
#2
|
|||
|
|||
Flowitem placement in Rack?
If you do not add any extra restrictions, the rack can be filled until it reaches its maximum content (usually around 1000000000.00). This does not depend on the the positions within the rack. If you take a look at the rack object you will see the "Place in Bay" and the "Place in Level" triggers. In these triggers you can use the commands "rackgetbaycontent" and "rackgetcelcontent" to look at the current contents in specific positions in the rack. By doing this you are able to build your own logic for placing items (depending on the content of the rack). You can use these triggers in the same way that you would use a normal "Send To Port" trigger (only it is within the object itself).
Regards, Rachid Kolfin |
The Following User Says Thank You to Rachid Kolfin For This Useful Post: | ||
shivrash (07-27-2009) |
#3
|
|||
|
|||
Quote:
But, what @ 2 question? How can we give the message that once the bay is filled up, it should go to the next bay ? |
#4
|
|||
|
|||
Assuming each set of 3 columns is a separate rack if you fill them up using the 'Next Available' command on the upstream object you should see that the first rack is filled, then the second and then the third.
|
Thread | Thread Starter | Forum | Replies | Last Post |
String as label of a flowitem | Matthias Hofmann | Q&A | 2 | 09-18-2008 11:15 AM |
Object display went haywired with flowitem bin opened up | David Chan | Gripes and Goodies | 2 | 09-18-2008 09:44 AM |
Flowitem Bin and Media Files | Martijn van Oostenbrugge | Q&A | 10 | 09-04-2008 09:13 AM |
Pay attention to flowitem references | Iulian Marin Ion | Q&A | 5 | 12-09-2007 04:06 PM |
Customizing Flowitem Attributes - a quest for the flowitem with the fewest attributes | Cliff King | Tips and Tricks | 0 | 11-22-2007 12:22 PM |