05-15-2015 11:54 AM
Hello,
The problem I have encountered is that topology for NI_DAQmx switches is not saved when I export an INI file. I want to avoid setting topology manually every time I import an INI file. I have tried using the DAQmxSwitchSetTopologyAndReset function to set the topology, but the topology does not change despite the function returning success. Given these issues my questions are as follows:
1) Is the topology saved to some other config file that I can access and modify?
2) Is there a way to set the toplogy programatically after importing an INI file?
Thanks,
Michael
Solved! Go to Solution.
05-18-2015 05:36 PM
Hello,
Take a look at the following KB to see if it helps answer your questions:
http://digital.ni.com/public.nsf/allkb/836390E0A691E1B786256DDD00780A85
-Jayk
05-19-2015 09:09 AM
Jayk-
This article describes how to save a config file for DAQmx switches, however, my issues is that the topology is not saved in these config files. I'm trying to find a way to be able to save/recall or programtically set the toplogy.
05-20-2015 05:34 PM
Are you trying to change the topology during runtime or simply import your connection list for a configured topology?
05-20-2015 05:37 PM
No, I'm just trying to import topology along with the connection list. Not doing anything at runtime here.
05-21-2015 05:20 PM
Can you post a screenshot of how you are configuring your topology and connection list?
05-27-2015 10:20 AM
Attached is a screenshot of my connections. I load this set of PXI cards through the INI file. The 2576 cards load up as 4x1 mux by default, but I want them to be 16x1 mux. I'm looking for a way to import this setting automatically, or do it programtically.
05-27-2015 10:44 AM
Thanks for posting the screenshot. Since the ini configuration files, or other export methods, do not contain the configured topology it isn't possible to deploy topologies. However, you can use the DAQmx Switch Set Topology and Reset VI in order to set a particular topology within LabVIEW. I hope that helps!
-Jayk
05-27-2015 10:45 AM
I am not sure if you can import/export topology settings, but you can programmatically set the topology using the "DAQmx Switch Set Topology and Reset.vi" function. Attached is a screenshot of the VI and its associated context help entry. I hope this helps!
05-27-2015 12:26 PM
Is this vi doing the same thing as the C API call DAQmxSwitchSetTopologyAndReset? I attempted to use this call and it completes and returns success, but the topology is unchanged.