question

PuiLing avatar image
0 Likes"
PuiLing asked Felix Möhlmann commented

Output port with global table

Hi, I am trying to separate the output by using global table. But it seems like it does not travel to the port that I assigned to in the global table. Am I doing something wrong?


Model_Test.fsm

FlexSim 23.1.4
output port
model-test.fsm (1.9 MiB)
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 Felix Möhlmann commented

The Send to Port logic is evaluated after the Process Finish trigger. So the item's type has already been updated when the output port is determined. If you instead update the type label in the On Exit trigger, it should work correctly.

· 2
5 |100000

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