06-23-2011 08:21 AM
Hi,
I build an executable file from version 8.2, to get both analog signal (from loadcell) and digital signal (from servomotor encoder). It works fine with the computer that I built the executable file. However, it does not workk properly when I switch to other computer: I only got the analog signal, no digital signal. Do you have any idea what might be wrong? Thanks a lot!
super818
06-24-2011
07:04 PM
- last edited on
06-19-2025
10:00 AM
by
Content Cleaner
Have you created a debuggable executable to see if you receive an error? The following explains how to create a debuggable executable.
https://www.ni.com/docs/en-US/bundle/labview/page/debugging-applications-and-shared-libraries.html
If there are dependencies that are not included in your executable, you must have these files on the computer that the executable is being deployed to. Otherwise, you must include them and create an installer.
Regards,
Jackie
06-24-2011
07:08 PM
- last edited on
06-19-2025
10:01 AM
by
Content Cleaner
Hello,
I apologize, I gave you LabVIEW help and not LabWindows/CVI. Below is the link for creating a debuggable executable in CVI.
http://zone.ni.com/reference/en-XX/help/370051T-01/cvi/usermanual/prjcreatingadebuggableexecutable/
Regards,
Jackie