question

Dylan R2 avatar image
0 Likes"
Dylan R2 asked tannerp answered

Linking SetupTime Table Values to an Item Label

Hello, I would like to link the setup time values in my SetupMatrix to be equal to the value of a label placed on the item so that I can change the value of this label in the Experimenter and see the effect setup time has on capacity/throughput. I cannot figure out how to call out the label value from the table.

FlexSim 18.2.2
experimenterlabel assignmentsetup timeexperimenter variablelabel logic
example.fsm (60.1 KiB)
· 6
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

tannerp avatar image
0 Likes"
tannerp answered Dylan R2 commented

Here's a potential solution that should work as long as you have three distinct tables that you can access. (For demonstration purposes, I simply created two copies of your existing table.)

1. I created a label on Machine called "SetupMatrix" that will determine which of the three tables to use. It's declared as "1" in the sample.

2. The Setup Time function is now accessing one of the three tables based on the label "SetupMatrix" like this:

3. In your experimenter, you can select which of the three tables you'd like to use by simply changing the label on your machine. This is shown below:

Hopefully this helps and creating the three tables isn't too meticulous. I've attached the demo model below.

Model: setupmatrixexample.fsm


5 |100000

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