question

Remi A2 avatar image
0 Likes"
Remi A2 asked Remi A2 commented

How to create a clickable link on a dashboard that opens at a table

Hello, I was creating a factory with a lot of processor. I would just like to know how to create a clickable link on a dashboard that opens a table. On my model I have in processor 2 a table located in the labels and I want to be redirected to it.

Thanks.

test1-fm (2).fsmdash.png

FlexSim 21.2.2
link
dash.png (16.9 KiB)
test1-fm-2.fsm (137.2 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

·
Felix Möhlmann avatar image
1 Like"
Felix Möhlmann answered Remi A2 commented

The command to open a table view of a valid node is

applicationcommand("edittable", nodeReference);

In the dashboard you can set the link of a button to the processor and call the function in the "OnPress" option. It automatically contains the link as a treenode variable. That means "link.labels["PullOrder"]" can be used to refer to the array label node.

test1-fm-3.fsm


test1-fm-3.fsm (44.1 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.

Remi A2 avatar image Remi A2 commented ·

Once again thank you for your responsiveness and clarity

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.