question

Aditya Kulkarni avatar image
0 Likes"
Aditya Kulkarni asked Aditya Kulkarni commented

Setting priority of Forklift

Forklift_Model.fsmForklift_Model.fsmForklift_Model.fsmHello All,

I have used Transporter for delivering parts to 5 stations. Requirement is whenever part is available in dispatch queue then transporter should take respective part/product from store and deliver to buffer queue. Then take part from Dispatch and transfer to dunnage. e.g.- If Processor1 completes operation and send product 1 to Product1_Dispatch then forklift should bring Product1 to Product1_Buffer and take completed part back to the Dunnage. In my model it is working reverse.

How to set this priority in transporter?

Attaching model for reference.

Thanking you in advance.


1711627221278.png


1711626769272.png

1711626854575.png

FlexSim 24.0.1
transporters
1711626769272.png (36.1 KiB)
1711626854575.png (205.5 KiB)
1711627221278.png (460.3 KiB)
forklift-model.fsm (41.7 KiB)
5 |100000

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

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Aditya Kulkarni commented

In your product buffers pull requirement you can put this:

current.stats.output.value==current.outObjects[1].stats.output.value

and in the product dispatch entry trigger put:

current.inObjects[1].inObjects[1].input.open();

Change the store transport priority to be a higher value.

Model attached.

forklift-model_jl.fsm


· 1
5 |100000

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

Aditya Kulkarni avatar image Aditya Kulkarni commented ·
Thank you @Jason Lightfoot , It is working perfectly fine.
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.