Hello,
I am relatively new to LabVIEW and am working on a DAQ software for a spectrometer. One component of the program is the ability to move a stage during measurements. This movement is controlled by a vi called MoveInc.vi. There are some other vi's associated with the stage (Connect.vi, Enable.vi, etc.)
The MoveInc.vi receives a real number input (in mm) and speed, and the stage moves relative to its current position that distance at that speed. (A picture of the .vi is attached.)
Every thing works fine when I'm working with the DAQ software in the main vi, but when I try to build an executable on the same computer as the main program, the stage no longer moves (but no error occurs).
All other aspects of the program appear to be working normally in the .exe version.
I should also note that the vi's for controlling the movement of the stage are in a different file location than some of the other vi's. They are all located on a desktop folders.
I am using LabVIEW 2015 on windows.
Thanks,
Tyler