I am using Labview 2010 with a PCI 6024E device. I simply want to measure 2 voltages and 2 temperatures (thermocouples) and it works fine in the devellopment environment. But i want to build an executable and run it on an other computer. I did the following step :
- Build the executable
- Run it on my Labview 2010 computer (it works fine, measurements are correctly displayed)
- Install both Labview Run Time Engine 10 and Daqmx core 9.2.3 on my second computer.
- Run Measurement and Automation on the second computer and use pannel test to check that the PCI device is working.
- Launch my executable
I got no error message when running my executable but all measurement values are equal to zero.