Reference row number incrementally as tokens arrive at source

Reference row number incrementally as tokens arrive at source

ABajpaiWMKNX
Participant Participant
12 Views
1 Reply
Message 1 of 2

Reference row number incrementally as tokens arrive at source

ABajpaiWMKNX
Participant
Participant

[ FlexSim 23.1.2 ]

I want my first token to return "1" for the row number, 2nd token to return "2" for the row number and so on. I want to do this to assign values like "ModelName" and other values from the Global Table shown next to the property window. I tried "tokenIndex" but it does not work for 'Assign Label' but only works if i use 'Scheduled Source'.


Champion Homes V1_1_autosave.fsm1685994628603.png

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

joerg_vogel_HsH
Mentor
Mentor
Accepted solution

If you have an activity, which lets exit or entry only once each involved token, you can apply the input or output statistical value as an index to those tokens.
Alternatively you can increment a process flow label, a parameter, a global variable, an own number tree node, a global table cell or any other easily readable node bound structure and apply this value to a token label as an index.

0 Likes