07-28-2010 11:35 PM
I have a usb controller that I want to communicate with labview....I have successfully made usb raw driver using driver development wizard...and it is running good in my pc in which NI labview is installed....now i want to run a labview application in a pc in which no labview(nothing related to NI) is installed ... so I copied the visa usb driver to that pc.....after connecting device and installing the driver it says cannot install driver completely...I have tried this with 2 pcs...so I was wondering apart from visa usb driver....is there something to install in a pc which is not having labview so that it can communicate with pc ?
Solved! Go to Solution.
07-29-2010 07:27 AM
Hi, my guess is if you've created a driver using Labview you will need at least the Labview runtime engine installed on the PC.
07-29-2010 07:49 AM
I have already installed the runtime engine, but that comes later...first it should be there at the device manager list but it has error symbol on my device...I think unless this driver is not properly installed device will not be recognised by labview application..
07-29-2010 08:05 AM
Hi,
Maybe I misunderstood, you said "now i want to run a labview application in a pc in which no labview(nothing related to NI) is installed". Maybe the device driver doesn't work because it is missing the NI parts?
Regards,
07-29-2010 09:43 AM
In order to use a VISA USB driver, you have to install NI-VISA runtime. Did you do this?
07-29-2010 12:51 PM
Actually in my first try I installed runtime engine before going for driver...but it did n't help...what I am wondering is that if device drivers for labview needs to be installed or not?
07-29-2010 02:46 PM
I am not talking about the LabVIEW runtime. I am talking about the VISA runtime.
07-30-2010 12:17 AM
ohh!!
I will install it first.....and then let you know.......
Thanks....