04-29-2010 10:15 AM
In Microsoft Visual Studio VB (2005), the DaqComponent is visible in my toolbox of items that can be dropped on the form. However, when I attempt to drop a DaqComponent on the form, the "Add DAQ Component" dialog box appears but there are no choices visible in the selection window.
This is an existing windows app so I can't simply use a Measurement Studio template for the project.
Software = XP SP3, VS 2005, Measurement Studio for VS2005, LabView 8.5.1, NIDaqMX 8.8 and with a USB-6212 connected.
thanks
04-30-2010 02:31 PM
You first have to have a DAQ component in your project before you can add one to your form. Go to Project>>Add New Item, and select NI DAQ Component. This will allow you to configure a task in your project, and once it is configured, it will show up in the Add DAQ Component dialog box when you drop a DAQ Component on the form.
-Christina
05-03-2010 06:21 AM