question

rick-sg avatar image
0 Likes"
rick-sg asked Jason Lightfoot commented

how to schedule departure times

Greetings community, can someone help me? I have this small problem and I can't find the appropriate solution.


I want to represent the mobilization of being able to move a certain amount of pallets from the warehouse on the floor with a TrasnporTer towards the exit queues. The following source represents I want to move according to the label and at the established schedule.

1700549031364.png

The carriers are already represented by colors that can only work in that queue, leave the pallets and can choose from the warehouse on the floor, the first to arrive and the first to leave according to the established schedule.


1700549510339.png

Each pallet already has a label with that label, I want to move according to time ''

PROYECT 1.fsm


FlexSim 23.2.2
proces flow
1700549031364.png (22.0 KiB)
1700549510339.png (183.5 KiB)
proyect-1.fsm (280.5 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.

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

Hi @rick-sg, was Jason Lightfoot's answer helpful? If so, please click the "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always comment back to reopen your question.

0 Likes 0 ·
rick-sg avatar image rick-sg Jason Lightfoot ♦ commented ·

Your suggestion didn't help me.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ rick-sg commented ·

Can you tell us why and what you need so we can better understand and improve our help to you? You deleted a number of posts where we further explained how to use a datetime source (which is why I reposted one should others find this post).

0 Likes 0 ·
Show more comments

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot edited

Maybe you need to do some tutorials since your process flow is ill-configured/conceived.

Your source should generate tokens, not have tokens enter it. The quantity should be non-zero. You should not have duplicate label names ('destination'). Your 'Pull from list' loop doesn't have any supply of tokens to invoke the process. You don't need a case statement on your queues' sendtoport - what you have is just the same as returning item.destination.


To answer the generation question specficially - you can have multiple rows with the same time interval - one for each destination,and have a quantity created for each - but you can't leave the quantity field blank as you show in your example.

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

Jason Lightfoot avatar image Jason Lightfoot ♦ commented ·

The quantity in the arrival table of a datetime source will be spaced randomly in the interval (Start-End) you specify by selecting "Randomly Spaced" for the Arrival Spacing option. Furthermore you can an an array of values to one label if needed:

1700663418283.png


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.