LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transferring Labview application from one PC to another causes application to display NaN

When I run the labview vi from the dev environment everything works.  I then use the applicaiton builder and transfer the build file folder to another PC and the applicaiton displays NaN for all values.  I am using a cDAQ device and in the VI using the DAQ Assitant VI to acquire data.

 

Let me know if should upload the VI.  Don't know if this is a VI issue or something else.

0 Kudos
Message 1 of 2
(2,203 Views)

Is DAQmx installed and configured correctly on the new machine?  The exe will be looking for the same hardware as the vi.  So if the dev machine calls for device 2 and the exe machine has it named device 1 you will have issues.

 

Another thing is to use error indicators in the exe so you can see error codes while running.

Message 2 of 2
(2,200 Views)