question

Kevin Megee avatar image
0 Likes"
Kevin Megee asked Sebastian Hemmann edited

source arrival schedule

All,

I'm wanting my sources to to "arrive" when I have 2 operators available, instead of entering certain times in the arrival time table. how, if possible can I achieve this? Thanks

FlexSim 17.1.2
source schedule
5 |100000

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

Jeff Nordgren avatar image
1 Like"
Jeff Nordgren answered Kevin Megee commented

@Kevin Megee

Instead of using a Source, I would use a Queue. Then send a message when 2 operators are available to the Queue and create the flowitem in the Queue.

If you need more specific help, please send in your model or a sample model of what you are trying to do.

Thanks.

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

Jeff Nordgren avatar image Jeff Nordgren commented ·

@Kevin Megee

Did you get your model issue resolved?

0 Likes 0 ·
Kevin Megee avatar image Kevin Megee Jeff Nordgren commented ·

@Jeff Nordgren

Unfortunately I didn't. I called the service center and they made a process flow for my scenario but it failed. I'm not well versed in using Process Flows to begin with. My entire model does not use one.

0 Likes 0 ·
Jeff Nordgren avatar image Jeff Nordgren Kevin Megee commented ·
@Kevin Megee

Attached is a simple model that shows you how to create flowitems in a Queue. I initially load the Queue with 10 flowitems in the OnReset trigger of the Queue. Then in the OnExit trigger of the Queue, if the Queue content is <= 5, I send a message back to itself to create 5 more flowitems. Let me know if this will work for you. If not, could you send your model so that I can see what you need to have happen?

Thanks.

flowitem-creation-jn1.fsm

0 Likes 0 ·
Show more comments
Sebastian Hemmann avatar image
1 Like"
Sebastian Hemmann answered Sebastian Hemmann edited

You also can use a source and add a Processor directly behind it. Connect the processor to a Dispatcher and say the Processor should use more than one Operator for Process. This would mean the Processor calls both Operators for the process and the item is just released after the process. Be Aware, that the processtime in this case has to be greater than Zero (e.g. 0.0001) otherwise the Operators won´t be called.

twooperatorsforsource.fsm.

The Operators than both travel to the processor and process the item (very short).


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.