LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

No get data from USB9215 w/ built exe, work w/ dev. enviro. though

When I build an application that uses the USB 9215, data is no longer received from the usb daq device. I've tried reentering the daqmx task name that is configured on my machine in the built exe but still I don't get any data. How do I get a built application to recognize daqmx base tasks (specific to usb9215 which is not recognized like other daqmx devices)? I can get exe's to get data from my 6036E using task names. What do I have to do to use daqmx base configured tasks for the usb9215 in a stand alone application?
0 Kudos
Message 1 of 3
(2,882 Views)
Hi Nkdnihil,

when building an executable or shared object project using NI-DAQmx Base VIs and using the NI USB-92xx, the 'USB-92xx Bulk Reader.vi' must be set so that its front panel is not removed. This can be done by following the steps below:

1.) Click Tools » Build Application or Shared Library (DLL)...

2.) Select the VI Settings tab

3.) Highlight the row for the USB-92xx Bulk Reader.vi

4.) Click Edit Build Settings...

5.) Change the Target Setting to no for Remove Panel and click Change

6.) Click Done

7.) Build the VI
Message 2 of 3
(2,864 Views)
Thanks KaiKratt... I don't think that I would have figured that out on my own.
- Nkdnihil
0 Kudos
Message 3 of 3
(2,854 Views)