How to open the Arrival - Source Arrivals table in a GUI ?

How to open the Arrival - Source Arrivals table in a GUI ?

leah_r
Not applicable
20 Views
4 Replies
Message 1 of 5

How to open the Arrival - Source Arrivals table in a GUI ?

leah_r
Not applicable

[ FlexSim 22.0.1 ]

Hi guys,

I created a GUI with a table and a button.

I created a coldlink attribute for the table and linked it to the path of the source arrival as displayed in the tree.

However, nothing happens... Can someone help me?

Thanks in advance,

Leah

1658847642453.png


0 Likes
Accepted solutions (1)
21 Views
4 Replies
Replies (4)
Message 2 of 5

jason_lightfootVL7B4
Autodesk
Autodesk
Accepted solution

You need the viewfocus to point to the table node.

0 Likes
Message 3 of 5

leah_r
Not applicable

Hey!

I tried the following lines but it still does not work :

  • Model.find(/Tools/ProcessFlow/Arrivals/Source>variables/arrivals)
  • MAIN:/Tools/ProcessFlow/Arrivals/Source>variables/arrivals
  • node(""/Tools/ProcessFlow/Arrivals/Source>variables/arrivals", c)

1658908674018.png


Can you help ?

Leah

0 Likes
Message 4 of 5

moehlmann_fe
Observer
Observer

Try MODEL instead of MAIN in your second line. It also seems to missing one step. Process Flows are generally located in a subnode 'ProcessFlows' of the tools node. So the path should be Tools/ProcessFlow/NameOfProcessFlow/...

1658914384469.png

0 Likes
Message 5 of 5

leah_r
Not applicable
Thank you so much, it worked ! 🙂
0 Likes