question

Mohamed Eldakroury avatar image
0 Likes"
Mohamed Eldakroury asked Mohamed Eldakroury commented

Decide based on global table lookup

I have a relatively easy problem here. I am trying to send tokens to destination if a label on the token matches a row name in a global table. Currently, tokens won't go anywhere. I don't want to use connector by case because I have a big list of items. Appreciate your input!


DecideByModel.fsm

FlexSim 23.2.0
proces flowdecideglobal lookup table
decidebymodel.fsm (48.1 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.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Mohamed Eldakroury commented

You can use what you have and name the connections:

1710365894493.png

If you're branching into different processes this seems sensible. But if not and you just need to represent the different delays can't you read the delay time from the table and just have the one delay activity represent the process step?


1710365894493.png (12.0 KiB)
· 1
5 |100000

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

Mohamed Eldakroury avatar image Mohamed Eldakroury commented ·

Thank you! I was thinking the send token to is referring to which activity it'll send the token to, but it's actually referring to which connector. naming the connectors would be easy.


I am send tokens to different processes, not just a difference in delay time.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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