question

Sri_vikas K avatar image
0 Likes"
Sri_vikas K asked Jason Lightfoot commented

Filling the Tanks one by one.

Hi community,

In my model, when the mixer is transferring the output to the tank2, it is not holding the fluid and transferring the fluid to the next tank3. I wanted to give a delay time until the tank2 fills completely and the fluid should be transferred to tank3.

Detail process:

1. Tank2 takes the input and holds the fluid until it fills completely,

2. Once it is filled completely, it opens its output port and fills the tank3.

Thanks in advance.

Fluid Mixer Query.fsm

FlexSim 23.1.3
fluidtank
· 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.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

The OnFull trigger can send a message to the the holder object and you can listen to that using WaitForEvent activities in a process flow, or you can wait for the state to become STATE_FULL.

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