LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HIDLibrary problem

HI,

 

is it possible to make this library https://github.com/mikeobrien/HidLibrary/downloads works with LabView. I tried everything.

 

Thanks

0 Kudos
Message 1 of 4
(2,765 Views)

Hi mark331,

can you use it in other programming languages? As far as i can see, the library has no exported functions. What do you like to do with it? Is it a .Net library? Edit: It seems it is not!

 

Mike

0 Kudos
Message 2 of 4
(2,747 Views)

Dear mark331,

there is not documentation of that DLL which makes answering to your question quite difficult.

Below you can find some examples showing how to use DLLs in LabVIEW:

http://decibel.ni.com/content/docs/DOC-2028
http://decibel.ni.com/content/docs/DOC-1690
http://zone.ni.com/devzone/cda/epd/p/id/1288

 

Regards,

0 Kudos
Message 3 of 4
(2,724 Views)

It's a bit strange to say there is no documentation when it is an open source library. The source code is in C# so I think it is likely it is a .Net Library anyhow. Haven't checked further.

 

Yes source code is not the easiest documentation there is, but it is in fact the ultimative documentation one can get.

 

There is also a PDF file in the etc directory of the repository. I guess that would be a possible documentation canditate. Not sure how to download that from the web interface, but using GIT it will be simple to get the entire repository to your computer.

Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 4 of 4
(2,720 Views)