LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

driver instal

Hello!
the labview 8.5 instal in comp , that not have internet conection. I download driver from chroma site (elctronic load 6320X), now i don't know how to instal this driver. All exampales and help explains how to do this , if you have internet conection.
PLEASEEEEEE help......
 
P.S. The driver have two files, *.lib  and *.dll
0 Kudos
Message 1 of 19
(4,026 Views)
Could you post the URL of the download location?

It just doesn't show up in Google.

André
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 19
(4,021 Views)

http://www.chromaate.com/english/driver/detail.asp?id=13

 

I need hlp to instal driver , i can't use search becouse labview first check my internet connection (

0 Kudos
Message 3 of 19
(4,018 Views)


@Vaj wrote:
P.S. The driver have two files, *.lib  and *.dll

Could it be *.LLB and *.DLL instead?

  • The LLB file is a collection of VIs that you can place on your diagram.
  • The DLL is most likely used by these driver VIs for some of the lowlevel function. Most likely you just need to ensure that is it in a place where LabVIEW can find it.

Was there any readme file with the driver?

0 Kudos
Message 4 of 19
(4,016 Views)


@Vaj wrote:

I need hlp to instal driver , i can't use search becouse labview first check my internet connection


This is not a LabVIEW driver, but a labwindows driver.

Try this instead:

http://www.chromaate.com/english/driver/detail.asp?id=12

Message Edited by altenbach on 09-03-2007 12:12 AM

Message 5 of 19
(4,016 Views)
I just downloaded it.

It only has the DLL, the header file and a C example for use in CVI.


André
Regards,
André (CLA, CLED)
0 Kudos
Message 6 of 19
(4,010 Views)

I have labview driver , but no change in instalation (

no txt file

Message Edited by Vaj on 09-03-2007 02:19 AM

0 Kudos
Message 7 of 19
(4,008 Views)
0 Kudos
Message 8 of 19
(4,009 Views)
The driver contains a LLB file. It conatins all the necessary VI's.

You can add the LLB to your project to access the VI's.

Don't forget to :
- place the DLL in the same place as the LLB.
- install the required dependencies.


André

Message Edited by andre.buurman@carya on 09-03-2007 02:22 AM

Message Edited by andre.buurman@carya on 09-03-2007 02:24 AM

Regards,
André (CLA, CLED)
Message 9 of 19
(4,005 Views)
Double-click the LLB file, and the toplevel VI named "chr6320x Getting Started.vi" will open in LabVIEW. The diagram is pretty ugly, but is shows how to call some of the driver VIs that are also included in the LLB.
 
 
0 Kudos
Message 10 of 19
(3,990 Views)