I have inherited a project using roughly 100 single process shared variables deployed on a PXI chassis to control a hardware in the loop simulator. It is very like the right half of figure 21 in https://www.ni.com/en/support/documentation/supplemental/06/using-the-labview-shared-variable.html?s... where a single process SV transfers information between high priority and low priority loops on the PXI. I need to construct new network published shared variables to share the information with a PC, and would rather not create 100+ variables by hand. The Search Variable Container.vi only appears to return the network published variables. (see screenshot below and the enclosed sample project). Is there a class or specification I need to add to pull out the single process ones as well? And, once I have the list, can I use scripting to add network published variables (using related names) to the library?
Chris
PS: this interface isn't letting me attach .lvproj or .lvlib files for some reason, so I changed the extensions to txt in the attachments. Add them back to open the project yourself. This is built in LV 2024.