06-25-2007 08:57 AM
06-26-2007 02:12 AM
06-26-2007 09:05 AM
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
06-28-2007 04:55 AM
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
06-28-2007 03:02 PM
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
06-29-2007 01:53 AM