09-12-2013 03:05 PM
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.
09-12-2013 03:18 PM
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.