Additional Information
Help Location:
Help can be found in the following location on your computer after installing NI-DAQmx and enabling Microsoft Visual Basic 6.0 Support :
<National Instruments>\NI-DAQ\Documentation
If the NI-DAQmx C API examples are not installed on your machine, you can install them by modifying the installation of NI-DAQmx as described in Can't Find NI-DAQmx Examples for LabWindows™/CVI. Be sure to include the examples listed under Microsoft Visual Basic 6.0 Support when selecting components to install.
To use the type library, you must add it to your project by selecting Project»References and checking the box next to NI DAQmx C API.
In order to use the DAQmx Error checking macro as shown in the shipping examples, you also need to include the module NIDAQmxErrorCheck.bas
, which is in one of the following folder locations:
- <National Instruments>\NI-DAQ\Examples\Visual Basic 6.0\Shared\
- <Documents and Settings>\All Users\Documents\National Instruments\NI-DAQ\Examples\Visual Basic 6.0\Shared
- <Users>\Public\Public Documents\National Instruments\NI-DAQ\Examples\Visual Basic 6.0\Shared
To add the module, select Project»Add Module and browse to the indicated NIDAQmxErrorCheck.bas file.