‎11-08-2010 05:12 AM
An installer was made using LabVIEW 2009.The program was installed and run is on a PC which has LabVIEW 7.1 Full Development System on it.In this program "AI Acquire Waveform.vi" is used to acquire the acquire analog input.However,the exe when executed shows "NaN" in the analog voltage indicator.The hardware - A PCI card was installed fine,as I can see it in the MAX and it shows the voltage in MAX.However,not in the program exe.Please suggest the solution to get a working program.
Regards.
‎11-08-2010 05:55 AM
Hi,
Are you running the installer on the same computer that you created the code on? Did the code work correctly in the vi?
Regards,
‎11-08-2010 08:57 AM
Does this problem have anything to do with diver compatibility? Perhaps the Daq driver that supports 7.1 LabVIEW is not supported by 2009. The solution might be related to the driver but proceed with caution. If you install the development version of 2009 on the same machine with the development version 7.1 installed and install the new device drivers I believe it will break your 7.1 development package.
‎11-10-2010 12:25 AM
@JohnMc19 wrote:
Hi,
Are you running the installer on the same computer that you created the code on? Did the code work correctly in the vi?
Regards,
I cannot check the executable on the same computer,as it is a laptop and I have to program for a PCI-MIO-16E-4 card,which is(and can be) installed on a PC only.However,when the run the code on the development computer,it didnot show any error.Hope you can suggest a solution for this,in this background.
Thank you.
‎11-10-2010 12:29 AM
@Randall T wrote:
Does this problem have anything to do with diver compatibility? Perhaps the Daq driver that supports 7.1 LabVIEW is not supported by 2009. The solution might be related to the driver but proceed with caution. If you install the development version of 2009 on the same machine with the development version 7.1 installed and install the new device drivers I believe it will break your 7.1 development package.
I am not sure.The desktop PC,where the exe is loaded has NI DAQ Traditional Drivers of 7.1(I suppose) and with the exe I have also included the LabVIEW 9 runtime engine in the installer package.You may advise if the drivers need any upgrade and if so,does the driver upgrade the LabVIEW 7.1 applications running on the dektop computer.