question

GyeungRyul L avatar image
0 Likes"
GyeungRyul L asked David Seo commented

Pull from Rack using List

Hi,

I trying to pull flowitems from usual Rack using List.

my pull condition is ...

'current Rack Dwell Time >= 100' (Present Rack's Dwell Time setting value)

'Global Variable RackPull == 1' (Global Variable RackPull means when Combiner's current state 'collecting', this condition set on 'EntryTransfer5')

But, it's not working. am i set values wrong?

how should i solve this problem?

pull-from-rack-problem.fsm

FlexSim 20.0.2
racklistasrspull
· 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.

1 Answer

Joerg Vogel avatar image
3 Likes"
Joerg Vogel answered David Seo commented

There is only one parameter you must set to get the model working:

List RackText1: Properties > Back Orders Tab

activate Reevaluate All Values On Push

Without this option the list will be evaluated only on model run start by the pull function of the entry transfer. Now the list backorders are evaluated every time a value enters the list.

Thanks @Matthew Gillespie for your answer here.


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