Hello,
I am working on updating a LabView program and I have run into problems with building my application. The original program's VIs were written on LabView 2010 and I am using LabView 2015. I am able to take the original program's project (with no changes) and compile it on LabView 2015 into an executable and it does open and run the majority of the programs features. However, it will not communicate with the stepper motor driver (i.e. the motor doesn't rotate). The PC communicates to the stepper motor driver over a serial connection. Does anyone know why this part of the program fails to execute?
Note: The original executable (from 2010) still works on the host PC.