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
Have you created a debuggable executable to see if you receive an error? The following explains how to create a debuggable executable.
http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/debug_apps_dlls/
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
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