LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem creating an application

Hi I've got a problem with my application.
The normal Lab_View VI of my programm works just fine.
But as soon as I build the application I get numerous problems , like for example  some of my DAQ  Functions can't find their Physical chanels etc.
Unfortunately I can't post the VI.
I'm using LabView 8.2.

Regards

Matthias

0 Kudos
Message 1 of 3
(2,567 Views)
Matthias,
 
I have seen something similar.  Did you create any DAQmx task or channel definitions in your project or did you create them in MAX? 
 
In the case of a co-worker,  the problem was the project based DAQmx channels and he had to blow away the project based channels and recreate them in MAX.  The problem was verified by NI tech support but I never did hear anything about a fix.
 
I would suggest creating a very simple vi that uses part of your DAQmx code and run a couple of experiments.  First verify that the small .exe has the same problem.  If your original vi used project based channels, then try redefining them in MAX and see what happens.
0 Kudos
Message 2 of 3
(2,543 Views)
Thanks
yes I'm using Project based DAQmx Chanels. and I'll try what you sugested.

Regards

Matthias
0 Kudos
Message 3 of 3
(2,537 Views)