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
|
|||
|
|||
Task sequence, flowitems and shapes.
Hello,
I am working on a model where I would like to combine custom task sequences with the standard ones. I have an operator that loads some flowitems into a processor just by "A" connections, and the rest of the commands are done with custom task sequence, but after a whole cycle finishes, I would like the operator to go and load again the same number of flowitems into the same processor. Is there a way for me not to write a custom code when he has to do that again? And how can I set a source to create an exact number of flowitems at a time, continuously, without a limit of arrivals? For example, I have 9 flowitems on a bench, and after all 9 are transported, I would like for the source to generate 9 more, and so on. Also, is there any way to duplicate a flowitem only visually? Like the operator loads one flowitem into a processor, but two appear instead. Oh, and one last question. What format do the flowitem shapes have to be? I tried importing a .wrl but nothing appears. I am rather new to FlexSim, sorry for all the questions, and thank you. |
#2
|
||||
|
||||
Hello Andreea
1)If the use transport is checked this function returns a reference to the operator that will be used to move the flowitem.The Usetransport will do same thing as Tasksequence example.When you check this "Use Transport" field on a Flow tab page, the following task sequence is created.1)Travel to the object 2)Load the item from that object 3)Break4)Travel to the destination object 4)Unload the item to the destination object.Your task can be achieved through standard task sequence.The question of custom tasksequence arises only if the operator has something different to do from the above standard task sequence. 2)You keep a queue before the source and enable Perform batching it stores flowitems into a batch before releasing them downstream.But the downstream object and operator should also have a capacity of 9 to receive flowitems 3)For your third question.It can be achieved by using createcopy command.I have attached a model.May be someone has a better solution compared to this.And one more method to achieve this to change the processor maximum content to 2 and double its processtime.In this way two flow items will appear on the processor and stay till its processtime is completed 4)Flexsim supports lot of formats.See the manual for further information.You can import Wrl files by going to Tools ->FlowitemBin.In the Quick properties by default it will be in base frame.Press(+) sign to select the shape frame and import your 3d file and also see setframe() command in the manual. sagar Last edited by sagar bolisetti; 07-27-2014 at 04:46 AM. |
The Following 2 Users Say Thank You to sagar bolisetti For This Useful Post: | ||
Jörg Vogel (07-27-2014) |
#3
|
||||
|
||||
Hi,
importing vrml formats (*.wrl) depends on the version you use. Vrml 2.0 consists of an animation data. Vrml 1.0 is a static shape. This data can you use in Flexsim. Some MCAD programs exports by default vrml 2.0. Then you have to change the parameter options. Jörg |
Thread | Thread Starter | Forum | Replies | Last Post |
Task Sequence Problem | Manoj Kumar | Q&A | 2 | 09-12-2013 11:03 AM |
Dynamically assigning 3D shapes to flowitems | Iulian Marin Ion | Q&A | 9 | 08-05-2013 08:17 PM |
Task Sequence Profile | Brandon Peterson | User Development | 6 | 09-21-2009 01:41 PM |
Task Sequence Display | jspeece | Q&A | 4 | 09-15-2009 09:03 AM |
Task Sequence Example 1 | Li Chin | Q&A | 4 | 10-27-2008 06:50 AM |