03-20-2008 02:11 PM
03-20-2008 02:20 PM
03-21-2008
10:05 AM
- last edited on
02-26-2026
03:11 PM
by
Content Cleaner
Howdy bongbong,
It sounds like you may have a VISA alias in your executable that your target machine can't resolve unless it has MAX installed. Do you by chance use a VISA alias in your application, like COM instead of ASRL1:INSTR? If so, you want to change the alias (e.g. COM) to instead use the VISA resource name (e.g. ASRL1:INSTR). Alternatively, consider using a control instead of a constant as VISA resource input. That makes the application more extensible.
References:
My VISA Executable Does Not Run on a Non-Development Machine
Why Does Serial Communication Not Work on my LabVIEW Deployed Executable?