question

joey avatar image
0 Likes"
joey asked Joseph Gillespie commented

Determine the workflow of the transporter.

Hello everyone,I want to create a model that has this kind of logic.

When there is a Token from "Source Type",

the truck will travel to "NN1" and when the transporter travels to pick up the item at Queue1,2, truck will travel from "NN1" to queue 3 to wait to load the item from the transporter(To load the list of trucks will separate the item type and the truck will wait to load the item until the required amount is reached.).

The truck has loaded the item from queue 3 and will travel to the sink.

(Nominal load).

Truck volume =20.

Can logic be created as a model?

Thank you for your help in advance.truck-1.fsm

FlexSim 19.0.4
transporter
1.png (3.7 KiB)
2.png (3.3 KiB)
truck-1.fsm (493.6 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.

Joseph Gillespie avatar image Joseph Gillespie commented ·

@joey

Just to clarify, do you want Transporter2 and Transporter2_2 to unload items at Queue3 and then move those same items to the truck or do you want them to not use Queue3 anymore and just drop off items into the truck?

I don't think telling the truck to travel to NN1 every time a token comes out of the sources is a good idea. Do you want the truck to be ready to pick up items every time there are items in Queue3?

0 Likes 0 ·
joey avatar image joey Joseph Gillespie commented ·

Hi @Joseph Gillespie

I want them to no longer use Queue3 and send the item to the truck.

Yes, I want the truck to pick up goods every time there is an item in the queue 3 or something that will replace Queue3.

Thanks.

0 Likes 0 ·

1 Answer

·
Joseph Gillespie avatar image
0 Likes"
Joseph Gillespie answered Joseph Gillespie commented

@joey

I'm not sure how close this is to what you want, but here's a model I made where the truck waits for 20 items to collect in Queue3, after which it collects all 20 and takes them to the Sink. You can see the logic for this in the "Truck Transportation" box I created.

Here is the model: truck1answer.fsm


truck1answer.fsm (498.9 KiB)
· 8
5 |100000

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

joey avatar image joey commented ·

Hi @Joseph Gillespie

From the model you attached, I think it's still not the logic I want. I created a model with logic, but I found some problems and this is the model that I created. test.fsm

I want the truck to come to "BasicFR1" to wait for the Item and be released from "BasicFR1" to travel to "Queue3".

The problem that I can't fix is that I don't know what to use to get and release "tokens", so I use "Waiting for Events" to pick up and release "Tokens". no Leaving "waiting for activity".

And when this logic is true and I want logic, next is the truck that travels to Queue 3. Trucks from "BasicFR1" will be released when "Token" is released from "Pull from List" and the truck will load the items according to the specified quantity(5,3).

After the truck has loaded items from the queue 3 will travel to "Sink" for loading goods.

Thank you.

0 Likes 0 ·
test.fsm (512.6 KiB)
1.png (17.2 KiB)
2.png (9.8 KiB)
3.png (6.1 KiB)
4.png (1.9 KiB)
Show more comments

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.