From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Channel Selection Dialog

Solved!
Go to solution

Hi all,

 

I am trying to develop an "add-on" to my VeriStand environment and I would like to include the possibility to select channels.

I know this example: http://www.ni.com/example/31266/en/

However, I would like to integrate the tree view that is in the browse window in this example. Is there a way to access this or is it easier to just get the channels from somewhere and create my own tree view?

 

Thanks for your input!



Remember Cunningham's Law
0 Kudos
Message 1 of 3
(2,562 Views)
Solution
Accepted by topic author PeterFoerster

There's a .NET Container named TreeBrowserWF in the NationalInstruments.VeriStand.SystemStorageUI assembly, in the same namespace as the Node Browser you've seen.

You can see the tree in the Workspace Tool Example.vi in the LabVIEW examples (in \NI VeriStand\Workspace subdir).

A couple tips to use it :

https://forums.ni.com/t5/NI-VeriStand/Veristand-TreeBrowserWF-Display-Filter/td-p/1752384

Or the VeriStand .NET API Help file on your computer (search for TreeBrowserWF)

 

--Eric

Eric M. - Senior Software Engineer
Certified LabVIEW Architect - Certified LabVIEW Embedded Systems Developer - Certified LabWindows™/CVI Developer
Neosoft Technologies inc.

Message 2 of 3
(2,535 Views)

Hi Eric,

 

thanks for the input! How could I not have found this, it's right next to the node browser...
OK, I'll continue from here.

 

P.S.: There's a good tutorial if anyone comes looking for this: TreeBrowserWF Tutorial



Remember Cunningham's Law
0 Kudos
Message 3 of 3
(2,512 Views)