Create Label for token using global table containing percentages

Create Label for token using global table containing percentages

vworthingtonFGKPS
Explorer Explorer
20 Views
1 Reply
Message 1 of 2

Create Label for token using global table containing percentages

vworthingtonFGKPS
Explorer
Explorer

[ FlexSim 25.0.1 ]

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.

0 Likes
Accepted solutions (1)
21 Views
1 Reply
Reply (1)
Message 2 of 2

moehlmann_fe
Explorer
Explorer
Accepted solution

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

0 Likes