question

Natalia G6 avatar image
0 Likes"
Natalia G6 asked Jason Lightfoot edited

How can I configure the event tiggered -source?

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

FlexSim 19.2.4
flexsim 19.2.4event trigger
question-event.fsm (44.3 KiB)
5 |100000

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

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

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

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

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.

1 Like 1 ·
Natalia G6 avatar image Natalia G6 commented ·

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

question-event.fsm

0 Likes 0 ·
1607954961279.png (15.3 KiB)
question-event.fsm (42.9 KiB)
Steven Hamoen avatar image Steven Hamoen Natalia G6 commented ·

@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

1 Like 1 ·
Natalia G6 avatar image
0 Likes"
Natalia G6 answered Steven Hamoen edited

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




· 1
5 |100000

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

Steven Hamoen avatar image Steven Hamoen commented ·

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