FAQ - Export or Import Board Configuration in DAQNavi 4
FAQ - Export or Import Board Configuration in DAQNavi 4
DAQNavi 4.0 provides an easy way to configure DAQ devices. Different from the previous version that the
configuration should be done in either Navigator then saved or in the application program, the configuration
can be exported or imported easily through API and Navigator.
Page 1
Step1. Choose the device and select “Profile” to set the configuration.
Step2. Set up the configuration.
Step3. If you select “Save”, the change would be saved to
“C:\Advantech\DAQNavi\NavigatorPlugin\Explorer\Profile” which is the default directory that the
configuration is saved to or loaded from. If you click on “Save As”, a pop-up dialog would ask you to choose the
directory to save the XML file to then the file would be exported to the directory you select.
Step1. Choose the device and select “Profile” to set the configuration.
Step2. Click on “Import profile” then a load-file dialog would jump up to let you select from the corresponded
XML file.
Step3. Change to desired property.
Step4. Save a new one or save to the original one.
Page 2
C#
public ErrorCode LoadProfile(string fileName)
Java
public ErrorCode LoadProfile(String fileName);
C++
public:
ErrorCode LoadProfile(wchar_t const *fileName);
The ErrorCode would be returned as the file doesn’t exist under the entered file path. Here’s the possible
return error codes and the possible reason:
Reference:
Page 3