question

Simon G3 avatar image
0 Likes"
Simon G3 asked Jason Lightfoot edited

Cant fill 2 differents mixers with same conveyor

Good morning,

I'm trying, as you can see in the picture, to fill both mixers in this sequence:

1 -Fill "FluidMixer1" and once its full start releasing material to "FluidConveyor 2".

2- As the releasing time is equal to the filing time i need to fill the "FluidMixer2" while 1 is happening.

3- Then once "FluidMixer2" is full start releasing and start filing "FluidMixer1"

Thanks a lot!

FlexSim 20.1.2
flexsim 20.1.2fluids
questionforforum.png (132.3 KiB)
· 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.

1 Answer

Jason Lightfoot avatar image
1 Like"
Jason Lightfoot answered Jason Lightfoot edited

You can do this by closing the input of one mixer and then have the other mixer open it when it has enough material for the first step.

Unfortunately, there are not many prebuilt trigger options on the "Before Step Delay Trigger" which fires when it has enough material, so you should enter this code in that trigger of BOTH mixers:

  1. current.centerObjects[1].input.open();
  2. current.input.close();

Make a center port connection between the two mixers and then have ONE of them close its input at reset using the Triggers tab and selecting the onReset option to close its ports.

5 |100000

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