How can I configure the event tiggered -source?

How can I configure the event tiggered -source?

natalia_g6
Not applicable
1,307 Views
6 Replies
Message 1 of 7

How can I configure the event tiggered -source?

natalia_g6
Not applicable

[ FlexSim 19.2.4 ]

Hi @anthony.johnson, @Braydn T,@ zachary.h, @Seung Yong Seo,@Emily Hardy,@Jörg Vogel,@Jordan Johnson,@Joshua S.@Matthew Gillespie,@Emily Hardy,@Seung Yong Seo

How can I create an event with a list that contains 3 queues, I need that every time that a pallet enters in one of these queues, an operator goes to this queue with a task Executer to load a pallet and unload in the indicated separator; Example: pallet Queue1 lead to combinator1, pallet Queue2 lead to combinator2 and pallet Queue3 lead to combinator3.

Thanks for your help

Question Event.fsm

0 Likes
Accepted solutions (1)
1,308 Views
6 Replies
Replies (6)
Message 2 of 7

SCHamoen
Advisor
Advisor
Accepted solution

@Natalia G6 This is quite easy. Put all 3 queues in a group and on the event triggered source select the group as event object. And in the "Assign event object to" you write a label like "token.TheQueue" that gives you the queue that actually triggered the event.

Message 3 of 7

natalia_g6
Not applicable

Hi @steven.hamoen, I followed your instructions but I continue with the problem, I have a mistake in the travel option. I want to know if I configure the event tiggered source in the correct way, what can I do it to resolve this?

Thanks

35197-1607954961279.png question-event.fsm

0 Likes
Message 4 of 7

SCHamoen
Advisor
Advisor

@Natalia G6 Here is your model improved. Basically you had to put the right labels at the right place and your resource had to be the taskexecuter and not something numerical

Question_Event_Tal.fsm

Message 5 of 7

jason_lightfoot_adsk
Autodesk
Autodesk

Or you can use a Fixed Resource/Object Process flow and add each queue as members and then use current to refer to the queue.

Message 6 of 7

natalia_g6
Not applicable

Excusume @steven.hamoen, @jason.lightfoot , I have a last question, when a I have a separator and I want to create an event that allow me to send a pallet to one quee and the boxes to another quee , how can I configure the event.

In this model question-event-tal (1).fsm only trnasport de pallets but I dont know how to configure the boxes .

Thanks



0 Likes
Message 7 of 7

SCHamoen
Advisor
Advisor

@Natalia G6 There is no event that does what you want, but I simply added a run sub flow to unload all the boxes. But after the first pallet it goes wrong because you also have to make the seperator as resources that you select to get a free one because now everything goes to 1 even it has no capacity.

But ofcourse you could also just 2 queues behind the seperator and use the special sendtoport option of the separator. Then you will have 2 queues, 1 with a pallet and 1 with all the products. And then you can listen on the 2 entries of the queues and control it form there.

Question_Event_Tal2.fsm


0 Likes