question

LaurenK avatar image
0 Likes"
LaurenK asked Felix Möhlmann answered

Editing Global Tables

Hi Team,

I have a working version of my model (CB Model 7.fsm) but I needed to update the global tables. It seems like it is breaking my flow (CB Model 8.fsm). I think somewhere along my edits, I needed the Order Position Table, but I really only need the Totes by Order table. I could use some help disconnecting the order position table and only utilizing the totes by order table.


TIA!

Lauren

FlexSim 24.2.1
global tables
cb-model-7.fsm (248.4 KiB)
cb-model-8.fsm (211.9 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

Felix Möhlmann avatar image
0 Likes"
Felix Möhlmann answered

The issue that you number the totes from source1 from 1 to N (1, 2, 3, ...). Thus indirectly assuming that entries exist for each of these numbers in the order table. Which is not the case in the updated model.

You can instead query the table for all valid numbers, assign those to an array value on the source and assign those as values for the "toteNum" label.

cb-model-8_1.fsm


cb-model-8-1.fsm (213.6 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.