LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Anyone used Canberra CSP library in LabVIEW ?

Have trouble to use CSP library in both .net interface and c++ interface.

 

George Zou
0 Kudos
Message 1 of 5
(4,091 Views)

Personally, I haven't worked with this library, but I can point you to some .NET and C++ resources.

(First, if you've never worked with DLLs in LabVIEW, consider this page: http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33)

 

 If you want to use the C++ interface, you might need to create C wrappers, as is seen by this example. http://forums.ni.com/t5/LabVIEW/how-to-fit-my-C-program-into-labview-interface/td-p/460814. This might also be a helpful resource:  https://decibel.ni.com/content/message/23501. If you want to use the .NET interface, you can use the .NET palette. This site will walk you through more specifically how to work with .NET in LabVIEW:  http://www.notatamelion.com/2015/07/02/a-brief-introduction-to-net-in-labview/.

 

Hope this helps!

Maggie O.
Applications Engineering
National Instruments
0 Kudos
Message 2 of 5
(4,050 Views)

Thanks for reply.

I know very well about .net / dll / C++ wrapper.

The problem is on the CSP library side.

 

George Zou
0 Kudos
Message 3 of 5
(4,045 Views)

This sounds like it may be a problem on the Canberra side of things. Have you tried contacting them?
Another option is to try to access the CSP library in another environment suchas Visual Studio to see if it works there.

 

Thank you,

 

Zack

Applications Engineer

National Instruments

Zack B.
Applications Engineer
National Instruments
0 Kudos
Message 4 of 5
(4,016 Views)

Yes.  I did contact Canberra (Franch).

But I haven't get help yet.  Still waiting...

 

I build a wrapper dll in VS, then called it in LabVIEW.

Get same problem.

 

Thanks for reply.

 

George Zou
0 Kudos
Message 5 of 5
(3,978 Views)