LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to combine NI-VISA 2.5 in executables?

My program will build and compile correctly, but when I install my program it is mandatory that VISA 2.5 is installed to allow serial communication.
0 Kudos
Message 1 of 3
(2,206 Views)
Gary,

I would suggest one of two options: Either include the VISA installation with your distribution, or don't use VISA. You can automate the VISA installation, but I suspect this may not work for you.

I would suggest then that you return to the old serial port methods. They are fairly easy to use. They are a bit hard to find though. Dig around, you should be able to find them (National Instruments/LabVIEW 6/vi.lib/utility/sersup.llb ?)

Good luck
0 Kudos
Message 2 of 3
(2,206 Views)
Gary,

If you are using VISA just for serial communication, you could always
re-write your VIs to use straight serial communication calls and eliminate
VISA VIs (and thus eliminate the need for the installation of VISA 2.5).

Jim


"Gary :)" wrote in message
news:50650000000800000028480000-1019262487000@exchange.ni.com...
> My program will build and compile correctly, but when I install my
> program it is mandatory that VISA 2.5 is installed to allow serial
> communication.
0 Kudos
Message 3 of 3
(2,206 Views)