NIDAQ Tools MX package install macro error on Win7 "...perhaps you don't have write access" for NI USB6008
fltcoils
The igor macro in "InstallUninstallNIDAQ Tools MX" fails to complete execution on my windows 7 machine
I'm logged in as a user with admin privileges, and can create the subdirectory under igor in the program files wave metrics area manually.
The macro hangs, at the macro section saying "installation failed; perhaps you don't have write access to "+NIDAQmxinstallPath+""
- is this macro not for windows 7. If so where can I find a manual install procedure?
- is this a privilege conflict? If so what needs to change in IGOR or windows7 to allow it to run?
Thanks.
January 3, 2012 at 09:31 am - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
January 3, 2012 at 10:26 am - Permalink
So far I have some success using the tools, but as noted above there are issues.
I'd certainly be interested in any existing user procedures /panels already existing for the NI USB6008
Specifically I'm setting up a button to allow users to control the output voltage on ch0 and then read the AD voltage on input0 to confirm acceptance.
January 3, 2012 at 01:24 pm - Permalink
Thanks.
January 4, 2012 at 07:48 am - Permalink
The NIDAQmx procedures folder is moved to user/public
It is no longer under programfiles/wavemetrics
Thus: older experiments error out on loading.
Error creating the symbolic path: NIDAQ_TOOLS_MX_Procedures
the specified directory cannot be found
If the install did load a link to the path then why cannot IGOR find it?
January 4, 2012 at 08:28 am - Permalink
#include <NIDAQmxWaveScanProcs>
When you compile, Igor will find the file based on a shortcut in the WaveMeterics Procedures folder (inside the Igor Pro folder) installed by the NIDAQ Tools MX installer.
This won't allow you to edit the files. If you really want to do that, I would put a copy of the relevant file into Igor Pro User Files\User Procedures and then edit the copy. The line to include a file from the User Procedurs folder would be
#include "NIDAQmxWaveScanProcs"
To open your old experiment files, just tell Igor to skip the folders/files when the alert comes up, then put the appropriate #include lines into the Procedure window.
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
January 4, 2012 at 10:15 am - Permalink