question

Ajay Bhesaniya avatar image
0 Likes"
Ajay Bhesaniya asked Joerg Vogel edited

Looking up Label data

After running the model, I saw the "ItemCounts" label on the sink not incrementing in value but stays at 0.00.Is there a way to build separate labels for each "itemtype" and thus get a count of each? which I can use to verify if the sink is pulling based on the demand table.

**This question was originally part of a followup question. The original question thread is found here.

FlexSim 16.0.1
labelsobject referencing
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

Sam Stubbs avatar image
2 Likes"
Sam Stubbs answered Joerg Vogel edited

The ItemCounts Label is a Label Table not just a single integer. So if you try to look at the table as a whole it might return a different value. If you want to look at each item count for each type, just look at each row in the ItemCounts table. We created it so that the rows correspond to each of the four item types (ie row 1 = itemtype 1, etc.)

· 8
5 |100000

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