question

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

Create Label for token using global table containing percentages

FederalFactoryModel1.fsm

I am having an issue pulling a label value from a global table. Within my global table named "WaferQuantityPerPO" I have a column containing the percentage of occurrences for 21 different wafer counts. Within the Assign Labels activity in my processflow, I can't figure out the logic to put in value. Currently my token populate with 0 for the WaferQuantity label.

FlexSim 25.0.1
globaltable
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 second column in the table is formatted to contains strings/text (you can tell by the values being aligned to the left edge of the cells). The function returns a number and any string will become 0.

Swap the column to contain numbers and the command will work as expected.

1739516983404.png


1739516983404.png (18.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.