question

Remco W avatar image
0 Likes"
Remco W asked Isaac Litster edited

how can I run combiners in a certain order?

24202.fsm

Dear everyone,

For my graduation project I do a research about the possibilities of output analyses/simulations of machines. In this research I use an existing machine which I will simulate in FlexSim. I am really new with flexSim but I try my best. In the attached file you can see my model.

The problem I have with my model is that different combiners (in the FlexSim model) are done by the same weld robot (in the real machine). So this means the different combiners can never work on the same time and always run after each other.

Combiner 1 and 2 = are done by welding robot (robot a)

Combiner 3 and 4 = are done by welding robot Robot (b)

My question is:

How can I how can I run combiners in a certain order?

I hope someone can help me

Best regards,

Remco Witting

PS: I also attached a picture which shows the product-flow

FlexSim 18.1.0
determine order
product-flow.png (59.9 KiB)
24202.fsm (53.2 KiB)
· 4
5 |100000

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

Isaac Litster avatar image Isaac Litster commented ·

@Remco W

Have you considered using process flow? In process flow you can use a Wait For Event to make it so that the combiners will run only after certain events occur. Let me know if you have any questions about how to do this.

0 Likes 0 ·
Remco W avatar image Remco W Isaac Litster commented ·

@Isaac L thank you for your reaction, I would like to use Process Flow but since i am new with FlexSim i don't know how it works. I did some tutorials but it didn't help me a lot. Could you help me please to set up a Process Flow for my model ?

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel commented ·

If you set the robot to be the operator required for setup and processing you can bind the robot to the combiner. If there are more robots which can transport items and assist for setup and processing you need to tag the robot, which loaded the item into the combiner.

0 Likes 0 ·
Remco W avatar image Remco W Joerg Vogel commented ·
@Jörg Vogel

thank you for your reaction, if i understand correctly then is it the same method as Emily Hardy is explaining down below?

0 Likes 0 ·

1 Answer

·
Emily Hardy avatar image
0 Likes"
Emily Hardy answered Isaac Litster edited

Hi Remco,

One way to do this is to use a robot as an operator. The combiner won't run unless there is an available operator, and the other combiner will have to wait when the robot is in use.

To model this, select "Use Operator(s) For Process", and under Pick Operator change the option to "Task Sequence Example".

Then, go into the code editor and change line 27 to the following:

For Combiner 2, change the 180 to 0. This line of code makes the robot travel to a certain location when it is being used. We're keeping the robots current X and Y locations but changing its Z location depending on which combiner is being used.


I've attached a model with this logic set up for Combiner 1_1 and 1_2. Let me know if this answers your question.

remco-support-model.fsm


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

Remco W avatar image Remco W commented ·

hi @Emily Hardy,

thank you for your reaction.

"One way to do this is to use a robot as an operator. The combiner won't run unless there is an available operator, and the other combiner will have to wait when the robot is in use." is exactly what I need.

Is it also possible to combine 3 combiners by 1 Robot with this method? because combiners (1_1 & 1_2) make the same product at the same time, when combiners (1_1 & 1_2) are done then combiner2 will start?

so, I understand the principle but how can I add an extra combiner ?

hope you will help me a bit more :)

0 Likes 0 ·
Emily Hardy avatar image Emily Hardy ♦ Remco W commented ·

You can add a 3rd combiner to the robot using a center connection and it should apply the same logic to that 3rd combiner.

0 Likes 0 ·
Remco W avatar image Remco W commented ·

hi @Emily Hardy

thank you a lot!

but when I try to add a 3rd combiner to the robot, combiners 1_1 & 1_2 (which have to work at the same time) don't work on the same time. do you also know how to fix that ?

0 Likes 0 ·

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.