LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

daqmx 9215 is not communicating after compile

HI,
I have made a program to communicate to a 9215 USB in LV 7.0  . In development mode it is working fine, the compile does not give any errors.
The runtime application does not read from the USB device.
Daqmx base v1.3 is installed.
 
Do I need to install additional drivers? is 7.0 ready to build applications with daqmx?
 
thanks & best regards
Wim Muller
0 Kudos
Message 1 of 6
(3,055 Views)
Hello mr. Muller,
 
I have so additional questions for you. First, what are the errors you see in run-time (error codes and discriptions). Do you have DAQmxBase installed on your target PC? When you have build an executable out of you LabVIEW code it still needs to have the Hardware driver and the run-time engine installed on the target PC.
 
Regards,
 
RikP - National Instruments Applications Engineering
 
 
Rik Prins, CLA, CLED
Software Development Engineer
0 Kudos
Message 2 of 6
(3,036 Views)

Hi Rik,

thanks for the reply, yes the daqmx 1.3 and runtime have been installed on the machine. It is all on the same computer with labview 7.0.

The program does not see the usb device in runtime, it works fine during development. Other programs with labjack USB device work fine, only this 9215 is a problem in runtime. Could it be that 7.0 does not support this 9215 compact usb?

thanks & best regards

wim

 

 

0 Kudos
Message 3 of 6
(3,027 Views)

Hi Wim,

Why do you use DAQmx Base 1.3? The latest version That works with Labview 7.1 is DAQmx Base 2.0.1. You could try that version. That works fine with

If you have to use version 1.3 for some reason, you could try the following:

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

Regards,

Bas van Dijke
AE, Netherlands

0 Kudos
Message 4 of 6
(3,013 Views)

Hi Bas,

thanks for the reply, I will try this, with the new version and the other settings.

I have LV 7.0, is that a problem?

Thanks & best regards

wim

 

 

 

0 Kudos
Message 5 of 6
(3,005 Views)
Hi Wim,
 
If you use DAQmx Base 2.0.1, LV 7.0 is no problem.
Please let me know if it doesn't work.
 
Regards,
Bas
0 Kudos
Message 6 of 6
(2,997 Views)