question

Helen avatar image
0 Likes"
Helen asked Helen commented

Error when pulling demand from third day onward

Hello,

I'm trying to pull items on a sink based on the demand (I have the information in a Global Table called Demand), and to the previous processor based on the demand of the following day and the wip (Global table called Lotes) . It's working properly for the first two days, but it stops production after day 3. When I delete the pull requirement of the processor, it works properly even after day 2.

PullPrueba_v2.fsm

Can some help?

Thank you,

Helen,

FlexSim 23.2.1
pullpull itempullrequirement
pullprueba-v2.fsm (35.0 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.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Helen commented

The processor will wait for an item to attempt entry or for an item to exit - it isn't continually pulling and evaluating your rules.

You can open the processor input to force it to run it's pull logic on your table update event.

if (processor.subnodes.length==0)
    openinput(processor);


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

Helen avatar image Helen commented ·
Thank you very much Jason! It works properly.
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.