06-13-2022 07:53 AM
I recently developed an app centered around an intensity graph with extended features for improved efficiency. The code is event structure listening mostly to keyboard shortcuts inside while loop. There are two functionalities that I use the most:
As time passed by I realized I could utilize this same graph in other applications. I could pack the graph handling loop in a subVI, but still, it is just a subVI - I must put it in the code, link the graph reference to it and somehow stop the loop at the end of execution (global variable or something).
Is there any way of incorporating this probe deeper inside the LabVIEW ecosystem? I would like to place the graph indicator to the front panel and have:
I would appreciate at least some tutorials, or a code/project that does something similar, I just don't know what to search for.
Thanks!
Solved! Go to Solution.
06-13-2022 09:28 AM
What you would need to look at is an X-control. X-controls package actual VI code with the control/indicator. However, X-controls can be a bit tricky.
06-14-2022 02:59 AM
Another option might be a QControl: https://labviewwiki.org/wiki/QControl