|
发表于 2017-4-25 11:42:59
|
显示全部楼层
Why Do I Receive Error -229771 at DAQmx Start Task.vi?
Primary Software: Driver Software>>NI-DAQmx
Primary Software Version: 7.0
Primary Software Fixed Version: N/A
Secondary Software: LabVIEW Development Systems>>LabVIEW Base Development System, LabVIEW Development Systems>>LabVIEW Full Development System, LabVIEW Development Systems>>LabVIEW Professional Development System
Problem:
I have configured a DAQ Assistant for task with my DAQ card. Everything seems to be set up correctly but when I run my VI I get the following error:
Why am I getting this error?
Solution:
There are several different things to check that could be causing this error:
- Check to make sure all necessary NI services are configured to start automatically. Go toStart » Run and type msconfig to open the Configuration Manager. Check for NI Configuration Manager and NI Device Loader:
- This error could also be caused by having installed DAQmx from an account that is not a system administrator. Confirm that you installed this from an administrator account.
- There could be a conflict between DAQmx and another software package on your computer. The most common instance of this is with antivirus packages. For example, McAfee released a major update to their Security Center in September 2010, v10.5.195, which when installed over DAQmx will cause error -229771. NOD32 antivirus is also known for causing issues with NI software, see the related link below for more information. There may be similar issues with other antivirus, anti-malware, or firewall software.
- Saving the VI, project, or application containing this DAQmx Start Task.vi on a secured network drive may cause this error. Try to move your files onto a local drive and check to see if this error persists.
- This error can be caused by the Measurement & Automation Explorer's database becoming corrupt. This configuration can be reset to solve this issue. See the linked KnowledgeBase, What is the Process For Resetting the MAX Database? for instructions on how to do this.
If none of these suggestions resolves your issue please contact NI Technical Support atwww.ni.com/support. |
|