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.

Joerg Vogel avatar image Joerg Vogel commented ·

I suggest, you read best practices for using this answers site and then you edit a bit the content of your question.

1 Like 1 ·
Simon G3 avatar image Simon G3 Joerg Vogel commented ·

Already done that I think!

1 Like 1 ·
Jeanette F avatar image Jeanette F ♦♦ commented ·

Hi @Simon G3,

It looks like this question may be part of a homework assignment or academic project. The professors who assign simulation modeling exercises using FlexSim expect that the academic integrity of their assignments will be maintained. In addition, we are supportive of Honor Codes or Pledges that regulate the behavior surrounding academic assignments.

I recommend reading our best practices page on the subject, which includes some resources that you should find helpful as you use FlexSim for academic purposes. I also highly recommend Dr. Allen Greenwood’s FlexSim Primer, which was written specifically for students and professors.

We are happy to help students who have specific questions and show they are trying to implement things into their own model (not have someone on the forum do it for them).

0 Likes 0 ·
Simon G3 avatar image Simon G3 commented ·

I'm sorry if it sounded like that but it's not the idea. It's not part of a homework, I'm using it for my last project of my university. If you can't help me, it's alright.

0 Likes 0 ·
Simon G3 avatar image Simon G3 Simon G3 commented ·

I suited defensive because i felt attacked like an ethic violatior

0 Likes 0 ·
Jeanette F avatar image Jeanette F ♦♦ Simon G3 commented ·

You can get help from this forum, but we need more from you. One thing that would help is uploading your model.

Another would be to have a specific question about how to do something rather than listing what you expect. This shows us what you are seeking to learn and what we need to teach you.

It would be helpful to search the forum for questions you have and for you to search the manual.

0 Likes 0 ·

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:

current.centerObjects[1].input.open();
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.

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.