question

Santhosh C avatar image
0 Likes"
Santhosh C asked Ryan Clark commented

Fluid creation and transfer

Hi, I want to convert an item to fluid and transfer it to a processor using a forklift, and then after processing convert that fluid back to the item. Can anyone help me with this?

FlexSim 21.0.3
fluids
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

·
Ryan Clark avatar image
1 Like"
Ryan Clark answered Ryan Clark commented

Hi @Santhosh C,

I created a sample model that I believe demonstrates what you are asking for. I attached a fluid tank to a Transporter TaskExecuter to serve as the means to transport the fluid. The tank connects an ItemToFluid object with a FluidProcessor object. The processor then connects to a FluidToItem object to finish the process.

fluid_forklift-rc.fsm

I hope this helps! Let us know if you have further questions!


· 6
5 |100000

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

Santhosh C avatar image Santhosh C commented ·

Thank you, Ryan, this is what I expected. In the same model, I tried to send the multiple transporter with the tank to a multiple fluid processor. The fluid gets transferred but the transported does not physically go to each fluid processor where the fluid is being transferred. Could you please help me with this?Model1.fsm

0 Likes 0 ·
model1.fsm (48.0 KiB)
model1.fsm (71.1 KiB)
Ryan Clark avatar image Ryan Clark Santhosh C commented ·

Hi @Santhosh C,

I modified the Process Flow a bit to achieve your desired model behavior. I have the Process Flow assign a destination using the same logic as you used, but I then only open the output port associated with that FluidProcessor. This seems to work as it should.

model1-rc.fsm

I hope this helps! Let me know if you have further questions!

0 Likes 0 ·
model1-rc.fsm (62.6 KiB)
Santhosh C avatar image Santhosh C Ryan Clark commented ·

Hi Ryan,

In the model, the second transporter is not moving to its destination. It should work sequentially with the first one. Could you please fix that ? That will complete my questions. Thank you for helping out.

0 Likes 0 ·
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.