LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Generate MAX Report for all systems found in NI MAX?

Solved!
Go to solution

Hello all,

 

I'm still somewhat new to labview, and was wondering if there is a way to get a list of all the systems listed in NI MAX?

 

I am using the Generate MAX Report VI to create XML reports and am then parsing them to extract the info I care about, but currently have to do this one system at a time.

 

The VI takes an I/O variable as an input. Is it possible to somehow loop through all possible values for that? The default is localhost, but I also need reports for all the Remote Systems.

 

Any advice is greatly appreciated!

 

0 Kudos
Message 1 of 3
(2,201 Views)
Solution
Accepted by topic author rcrete901

Find Systems.vi can be used to get a list of all detected systems in NI MAX. You can take the array of hostnames that are generated by this VI and put use it to open Sys Config sessions to those targets in a for loop.

 

Generate MAX Reports_BD.png

 

-Jordan

Message 2 of 3
(2,171 Views)

Awesome! Thank you!

0 Kudos
Message 3 of 3
(2,166 Views)