10-22-2008 10:19 AM
Hello, This is my first attempt at using this forum & creating a LV standalone application and I have encountered a brick wall.
I have created a simple VI to display some T/C readings that runs fine on the (LV prof 8.5) development system, but not on a different target PC.
The target PC does not have LV installed, just DAQ-MX software for Windows V8.6
The DAQ hardware is a SCXI-1000 chassis with SCXI-1600 USB interface, taking data with SCXI 1102. I am using the same hardware on both
the development PC and the target PC. The DAQ hardware works correctly on the target PC (using MAX). My application loads, but just does
not run on the target pc.
Solved! Go to Solution.
10-22-2008 10:33 AM
You are sure you've installed the (correct) run-time engine?
Do you have any screenshots of the application load process?
10-22-2008 10:48 AM
Hello André
I am not sure. On my last attempt, I had included "additional installers" Run-Time Engine(s) 8.0.1, 8.2.1, and 8.5.1.
The application seems to load. The screen looks normal, it just doesn't seem to acquire any data (although it appears to be running).
The VI is very simple. I have attached it (didn't realize I could do this before). I hope this answers your questions.
Thanks,
Bob
10-23-2008 02:58 PM
Hi Bob,
10-23-2008 03:30 PM
Hello Karunya R,
Thank you for your help. The problem is solved now. The device names were not the same on both systems. When I renamed the device(s) on the target system (to Dev2) the program works now.
Thanks again,
Bob