03-06-2016 01:27 AM
runtime engine 2015, and mxq 2015 was installed on a XP computer. I check the USB 6008 with NI Max test penel on the XP computer, every thing work. A working vi with usb6008 was built. *.exe files was generated on a Window 10 computer. the exe file start on the XP computer but the usb6008 does not produce any data. no error is shown. What Do I miss.
Please help
03-06-2016 03:01 AM
03-06-2016 05:54 AM
Do not post your exe! Post your VI. If we can see your VI, we can get some idea...
03-06-2016 05:56 AM
wingdetectorsinc a écrit :runtime engine 2015, and mxq 2015 was installed on a XP computer. I check the USB 6008 with NI Max test penel on the XP computer, every thing work. A working vi with usb6008 was built. *.exe files was generated on a Window 10 computer. the exe file start on the XP computer but the usb6008 does not produce any data. no error is shown. What Do I miss.
Please help
It is pointless to attach your executable.
You are probably missing the DAQmx runtime engine on the new PC. To do a new installation on a PC you should build an installer, not just an executable. The installaer will automatically select and include all the necessary run-time engines required by your application. I usually also include MAX as is it usefull to perform many checks.
Ben64