I have created a program that uses an analog out and analog in channels of the 6008 DAQ device. I am having trouble with reading voltage through the analog input channel through an executable. When I try to run an executable of the program that I wrote, it is not reading the input voltage being sent from a voltage source through the DAQ device. However, when I run the source code, it has no problem reading the voltage. Why is there a discrepancy between running from the source code and running from an executable? Thanks in advance.