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 |
|
Downloads |
Flexsim Student Forum Forum for discussion for Flexsim Students using the Flexsim Textbook. |
#1
|
|||
|
|||
Gas Station and Car Wash
Hi All,
I am very new to Flexsim. I need to develop a model of Gas Station and Car wash. The idea goes like this, we are keeping processors for gas pumps. The cars come to the pump while waiting at the queue and distributed evenly across gas pumps. After they are done with gas they might choose to take a car wash. They can even have a car wash without even going to gas pump. Doubts: How can I achieve the functionality of splitting some random cars to take a car- wash and some going to pump? Do I need to use flow nodes to create the path for these cars? The gas station model we are planning to build isn't a self service station. So, a operator(gas station employee) fills the gas in the car? Can I able to achieve this kind of functionality in Flexsim(showing a operator filling gas in the car and car waiting in front of the operator for a while)? If so,how? Any inputs on the above queries would be appreciated. Thanks in advance!! |
#2
|
||||
|
||||
Sandylms,
welcome to the FlexSim forum. Please take the time and add information to your profile. People will be more inclined to help, if they know, who you are. That said, if you are a complete beginner, the first step for you would be to go through the tutorial in the online help to familiarize with the software. Looking at your modeling challenge, this is what I would do: - Splitting the material flow in FlexSim works through the SendtoPort field in the flow tab of an object. Do the tutorial to have that explained. - Instead of flow nodes I would use conveyors to model the ways cars are driving on. That appears to be the easiest for now. - If you make the cars flow items which are transported through conveyors and then processed at the pumps, you can assign an operator to do the process. Again, go through the tutorial. If you run into difficulties, post your model here as far as you got it yourself...and populate your profile Best wishes Ralf FlexSim |
#3
|
|||
|
|||
Hi Ralf,
Thanks for your post. Here is what I did: I have built a model with two sources(one for trucks,one for cars). I tried setting up item type and color for these sources but I don't know why car's color aren't changed. One more thing is I want these cars or trucks to be waited for few secs at the gas pump(processor). I tried achieving it through User Commands but it doesn't work. Code in User Command:spenttime Code:
treenode object = parnode(1); int spenttime = 0; for(int index = 1; index < content(first(object)); index++) { if (getitemtype(rank(object,index)) == 1) { spenttime += exponential(0.0,30.0,0); } else{ spenttime += exponential(0.0,14.0,0); } } return spenttime; As of now, the operator(gas pump employee) takes the car from pump to conveyor(road).I want this to be like a car waiting in front of the pump and this operator doing something(like filling the gas or bending), I am not sure how to achieve this. Can you please advise? Thanks!! |
#4
|
||||
|
||||
Sandy,
there is no need at all for a user command. Did you go through the three tutorial models in the online help? All the concepts I mentioned in my previous post as being helpful to build your model are explained in there. If you still struggle, attach the current state of your model to your next post so we have something to work with. Best wishes Ralf FlexSim |
#5
|
|||
|
|||
Please look into the attached. Yes, Ralf I did do the three tutorials available in online help. I guess you may not get the custom objects which I used in my model. Please let me know if you need those objects(I have downloaded them from google sketchup)
|
#6
|
||||
|
||||
Sandy,
I attached a model to hopefully guide you the right way. Of course it has to be visually adjusted to look "nice", but this is how I would go forward. The setup for the lower pump is dislocated to better explain, how it works. The short conveyor is only to make sure, no cars bump into the one currently at the pump. Look at the trigger tabs on these small conveyors and their pump. Hope that helps? Best wishes Ralf FlexSim |
The Following User Says Thank You to RalfGruber For This Useful Post: | ||
sandylms (05-30-2014) |
#8
|
|||
|
|||
Hi Ralf,
I have modified my model based on your inputs. Now I have few issues here, I have created a source and given it to 5 conveyors. But somehow I found that the flowitems leaves only through one conveyor mostly. One more thing is after filling in the gas, a car can either exit out from the station or go to a car wash. Right now I have connected all the gas pumps to a processor and the output of this processor just goes to 3 car washes(I want one of the output to a sink so that those who don't wish to have a car wash can exit through the sink). The same issue persists in the above processor too(cars exiting through only one conveyor when I have 3 of'em) Can you please advise on this? Thanks!! Last edited by sandylms; 05-29-2014 at 11:44 AM. Reason: More info |
#9
|
||||
|
||||
Sandy,
please send your model. That allows me to be more effective since I have a clearer picture on what you are trying to do with the model in front of me. Thanks Ralf FlexSim |
#10
|
||||
|
||||
Hi,
Yes, that is easy. Please, search the forum for the basic videos posted by Markus Cueva
Jörg |
The Following User Says Thank You to Jörg Vogel For This Useful Post: | ||
RalfGruber (05-29-2014) |
#11
|
|||
|
|||
Quote:
Thanks so much for your input Ralf. With your input it was really easy for us to build the model. Any suggestions on visual(right now we are using google sketchup) lookup would be really helpful. Thanks!! |
#12
|
||||
|
||||
Hello sandy,
In the General tab of the conveyor's GUI you can change the z height of your objects by setting the z size or z offset of the conveyor to -1 OR You can hide the shape of the conveyor by unchecking the Show 3D shape box before setting zsize as 0.5 .On the exact location of the conveyer you keep the visual tool and go to its General Tab.In the 3d Textures you choose Belt conveyer png as this texture or select black colour that something looks like a road. You can even change the direction of cars and trucks in the conveyer.There was Tab Layout in the conveyer properties which let you give the curvature of the conveyer .You can import sketchup files and wrl files in Flexsim. Last edited by sagar bolisetti; 05-30-2014 at 06:34 AM. |
The Following 3 Users Say Thank You to sagar bolisetti For This Useful Post: | ||
sandylms (05-30-2014) |
#13
|
|||
|
|||
Thanks for your suggestions Sagar. Yes by setting the z size of the conveyor makes the conveyor look like a road. I have did all that for my conveyors. I am trying to import a gas station skp file from sketchup and trying to adjust it into my model. Need to work well on that to look visually appealing.
Thanks!! |
Thread | Thread Starter | Forum | Replies | Last Post |
Control station with prognosis function | LINWEIXU | Q&A | 0 | 01-17-2011 08:48 AM |