question

Leah R avatar image
0 Likes"
Leah R asked Leah R commented

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

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


FlexSim 22.0.1
guiarrival tablecoldlink
1658847642453.png (332.8 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 Leah R commented

You need the viewfocus to point to the table node.

· 3
5 |100000

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

Leah R avatar image Leah R commented ·

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 0 ·
1658908674018.png (43.4 KiB)
Felix Möhlmann avatar image Felix Möhlmann Leah R commented ·

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 0 ·
1658914384469.png (19.2 KiB)
Leah R avatar image Leah R Felix Möhlmann commented ·
Thank you so much, it worked ! :)
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.