LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Add Serial I/O Support

hi  all
 
 i have created one application in vb.net using LabVIEW Dlls in which i am performing Serial I/O operation
 
now when i install that application on other PC LabView Dll Does not Respond
 
now how can i add serial i/o support or how can i install serial i/o support indepandently with my Application ?????
 
 
 
 
0 Kudos
Message 1 of 3
(2,674 Views)
Serial I/O in LabVIEW uses VISA and you must have VISA run-time installed as well as the LabVIEW run-time engine. When you create an installer, there is an option to include serial only support which is smaller than the entire VISA run-time.
Message 2 of 3
(2,645 Views)


@Dennis Knutson wrote:
Serial I/O in LabVIEW uses VISA and you must have VISA run-time installed as well as the LabVIEW run-time engine. When you create an installer, there is an option to include serial only support which is smaller than the entire VISA run-time.


If you are working with LabVIEW 8 you will no longer see the option to include serial only support.  You will need to install the full VISA Runtime.  It sounds to me that you are distributing a DLL with your VB application, in which case you will just need to install both Runtimes individually.

-tuba
0 Kudos
Message 3 of 3
(2,617 Views)