question

Henry Paipa avatar image
1 Like"
Henry Paipa asked Henry Paipa edited

How to schedule fluid arrivals

Hi Team.

We need to schedule the arrival of 3 different fluids, how can we schedule these arrivals? Each arrival is programmed in a time between arrivals of 2 hours, at the same time, it is required that Liquid 1, goes to Tank 1, liquid 2, to tank 2, and liquid 3, to tank 3.

How can I set a trigger to differentiate the color of the liquid?

thanks for your support, team.

liquid.png


Liquid.fsm

FlexSim 24.1.0
fluidfluid objectfluid generator
liquid.png (79.8 KiB)
liquid.fsm (33.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.

Jason Lightfoot avatar image Jason Lightfoot ♦♦ commented ·
Can you have 3 generators and change the fluid processor to choose where it receives from and where it sends to?
0 Likes 0 ·
Henry Paipa avatar image Henry Paipa Jason Lightfoot ♦♦ commented ·

I don't think it is very practical to have so many generators, for a case of a production plant that uses the same infrastructure for more than 20 fluid type products, that's why, every time they process a fluid, they clean and flush pipes. any other idea or recommendation? please, thanks. @Jason Lightfoot

0 Likes 0 ·

1 Answer

Jeanette F avatar image
1 Like"
Jeanette F answered Henry Paipa edited

Hello @Henry Paipa,

The fluid type is not saved to the fluid like a label as it moves through the system. You could have a variable that you set at certain times that conveys what fluid is in the system and then the ports can send the fluid down certain pipes depending on that variable value.

· 3
5 |100000

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

Henry Paipa avatar image Henry Paipa commented ·

Should I use the "variable" activity of process flow? or how could I build just that logic you mention? Or better yet, could you please illustrate me with an example, I appreciate it. Thank you. @Jeanette F

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Henry Paipa commented ·

Hello @Henry Paipa,

Here is your model with some adjustments. I added a source with a schedule so I could specify the arrival and Type of the item. On the source at creation the global variable FluidType is set. This global variable is used by the processor to send the fluid down the correct pipe.


1719001754463.png

liquid_1.fsm

0 Likes 0 ·
1719001754463.png (50.4 KiB)
liquid-1.fsm (35.6 KiB)
Henry Paipa avatar image Henry Paipa Jeanette F ♦♦ commented ·

Thank you, I find it functional. @Jeanette F

0 Likes 0 ·