07-18-2019 01:21 PM
I'm able to stream data from Veristand to a LabVIEW program but it requires me to set a specific path on LabVIEW. I was wondering if there was a way to scan & list all of the Veristand channel paths so I don't need to specify them. I checked out the TreeBrowserWF but I'm not quite sure how it work, and that I have the issue of missing files when loading the handful of usage available.
Solved! Go to Solution.
07-19-2019 09:51 AM
Here is something I built to view channels from VS from Labview. If you look through the shipping examples I think it has how to use TreeBrowserWF. The Subvis should all be in the vi.lib.
07-19-2019 10:11 AM
@joshe wrote:
Here is something I built to view channels from VS from Labview. If you look through the shipping examples I think it has how to use TreeBrowserWF. The Subvis should all be in the vi.lib.
I seem to be missing the "Create Custom Channel Alias Filter.vi" as it was not found.
07-19-2019 10:53 AM
You don't need the filter vi, this was just so I could hide stuff from the user. Here it is anyway.
10-09-2019 10:03 AM
Hello,
with "Create Custom Channel Alias Filter.vi" I see also the Custom Devices Channels.
I am not able to see ONLY the Aliases Channels.
Somebody can help me?
10-09-2019 11:12 AM
You will have to play around with the Custom Filter to only display the Alias channels. Here is a discussion I had about filters.