question

ShabDz avatar image
0 Likes"
ShabDz asked commented

How can I change queue (or rack) maximum content by global table?

Hi, the software only let me change the rack/queue maximum content by a numeric value. I want to have control of maximum content via a global table (or label). Any help is appreciated.

FlexSim 17.0.13
global tablequeuerackqueuesqueue content
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

Joshua S avatar image
3 Likes"
Joshua S answered commented

You will need to run code for this to work, you can have this code run on a model reset trigger so it will update everytime you reset the model.

  1. getvarnode("YourQueue/Rack","maxcontent").value=Table("YourTable")[Row]][Column]
· 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.