LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

distribute application with instrument control

HI,
I created CVI application for instrument control via GPIB card, and I would like to distribute it to other PCs in my lab that do not have complete  CVI installed on them.
Problem I have is that after I install it from distribution kit I made, I have two cases:
ON PCs that have installed complete CVI, it runs,
On PCs that have only CVI RTE, it can't run, because it breaks on commands that are controlling instrument.
 
Apllication runs normally on deelopment machine.
Could someone help me understand why, and what could I do to get it running on PCs without complete CVI on them? 
I am using CVI 7.1.0.
0 Kudos
Message 1 of 5
(3,221 Views)

Hi,

I think the VISA-Runtime Engine is missing on the second PC. It´s on the device driver CD´s that shipped with your CVI or you can download it here:

http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BAC002C51FA?opendocument&node=1...

 

This should help, best regards

Alex

NI Switzerland

Message 2 of 5
(3,209 Views)

Hi Alex,

Thanks, it works now.

I have overlooked to install visa run-time engine, and since  I installed ni488.2 ver 2.4 on those PCs I thought that should be enough....but it wasn't.

BR,

BS

0 Kudos
Message 3 of 5
(3,199 Views)
As an aside, CVI 8.0 allows you to build drivers and support components like the VISA runtime engine right into your distributions, so you can ensure that your installations contain everything they need to run without errors.  If this sounds useful to you, you may consider upgrading.

Mert A.
National Instruments
0 Kudos
Message 4 of 5
(3,183 Views)

HI again,

Problems I had before are gone, but I am facing something strange during process of ditributing applications in my lab:

Sometimes (on some PCs) I must install both VISA driver for gpib card , and VISA RT engine, but sometimes only VISA driver without VISA RT.  I have only PCI GPIB for desktops and PCMCIA GPIB cards for laptops.

I find it very strange.

Mostly, I must additionally install VISA RT on laptops, while I do not have to do it on desktop PCs.

Could anyone explain me why is it like this,please?

I used VISA 2.4 and RT 2.5 so far. Is there any influence what version combination I use?

BR

BS

0 Kudos
Message 5 of 5
(3,107 Views)