question

HUNGKUAN W avatar image
0 Likes"
HUNGKUAN W asked Joshua S commented

How to do a many to many system using Process Flow

I want to do a project based on the tutorial of process flow 1.2

I Want to have more station ,each have their own resources(Cars) , but I don't know how to change the amount of resource , it's it possible ? Or I have to use One resource with different label instead?

And how should I set the flow item to different destination(following some distrubution).

last , it's it possible to do it connectionlessly ?
In the queue, I have change the output like

cause I wanna pulled the unpatient customer to the sink , but it didn't work.

I'm a beginner so the questions might be stupid , and Please forgive me if I make any errors; my English is a little weak.

Thanks for the helps !

sharedcar.fsm

FlexSim 18.1.2
listpull from list
2018-07-09-1.png (119.0 KiB)
sharedcar.fsm (39.3 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Joshua S avatar image Joshua S ♦ commented ·

Can you upload the model you currently have so we can have a better understanding of the process you are looking for?

0 Likes 0 ·
HUNGKUAN W avatar image HUNGKUAN W Joshua S ♦ commented ·

Hi, I have updated the question! thanks

0 Likes 0 ·

1 Answer

·
Joshua S avatar image
0 Likes"
Joshua S answered Joshua S commented
@HUNGKUAN W

You can set the destination by distribution by filling in the "Send To Port" with a distribution, as shown in the picture below

Would you like each station to have their own car that is continually transporting for only that station?

You can definitely do your model connectionless if you want, but it is not working because you have to designate which car you want to use next to the "Use Transport" button in your picture.

If you want to send items to a list, you have to enter that in the "Send To Port", and select push to list as shown in the picture below. Hopefully this can help you get a little further.


pic1.png (8.4 KiB)
pic2.png (40.9 KiB)
· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

HUNGKUAN W avatar image HUNGKUAN W commented ·

Thanks for answering !

I want every station has there own car . but once the car go to the other station , it will stay there and wait the demand on there.

And I'm not quite understand how to designate the car , and what's the difference between the two "push to itemlist" and how can i set the destination if I have push the item to the itemlist?

By the way, in the model, all cars will only service station 1, and I'm confused why .

Thanks again for your help !

0 Likes 0 ·
2018-07-10.png (99.0 KiB)
Joshua S avatar image Joshua S ♦ HUNGKUAN W commented ·

When you push something to a list, something else must pull from it. For each station, make an "A" connection from each of your stations to a car. The entry box next to "Use Transport" is referencing the transport. Replace what is there with

current.centerObjects[1]
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.