LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get data from an 'Electronics unit' to LabVIEW with ActiveX ?

Hi,

 

I have to make an automatisation of a surface tension measure. I'll explain better after this list of what I have to make this work :

-LabVIEW

-A Kibron G2 (measures the surface tension)

-An 'Electronics unit' (bring together the data from the different sensors/motors)

-The software 'DeltaGraphX 3.56' which is sold with the Kibron G2

 

the Kibron G2image.png

the Electronics unitimage.png

 
 
 
 

Right now I'm able to get the tension corresponding to the surface tension only in the DeltaGraphX software like below.

image.png So I would like these data to appear in indicators in my LabVIEW VI.

 

I need to bring this data into LabVIEW with the help of ActiveX but I'm only getting errors in the indicators like '-7' or '-9' as below.

-9.png

I do not have any indication on what -9 or -7 or 0 could mean...

 

Don't hesitate to ask questions if I wans't clear enough.

 

Thanks,

Loïc

 

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

I would use their software to make sure that your set-up is functioning properly before doing anything with LabVIEW + ActiveX.

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

A few thoughts. We don’t have the hardware, not even the software or the Programmers Reference manual to that software. Without these things it’s even less than guessing what you need to do. The only people who really can help you here is the technical support from Kibron. You contacted them, right?

The -9 or -7 return value from the GetData method is an error value. What it means should be documented in the Programmers Reference manual. You got that manual? If not that’s the first thing you should ask Kibron about.

Most likely before you can run the GetData method you probably have to run at least one other method such as Initialize, OpenDevice or similar once.

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

Hi, thanks for your answer. I actually tested two versions of their sofftware, it works properly, I can read data on the two versions but the problem is I don't have the proper activeX to get these data into LabVIEW.

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