Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Testo 350 toolbox 2012 (USB)

Hi, i am trying connect with a Testo 350 Maritime: http://www.testo350.com/350-maritime.html

 

It uses a new toolbox bases on USB dll.

It have several DLl´s, the most important are "testo3XXT.dll" "testo350SPI.dll" "testoEmUSB.dll", each has its functions, but all are necessary.

When you import a dll whith Labview shared library  manager tool (tools->import->shared library (.dll)), you need a header (.h) to define the functions.

All ok, but if a function of a library need a other function from other library, labview crashed.

For example, testo350SPI.dll need used testoEmUSB.dl, and it show error "the program can not start because lack testoEmUSB.dll" (i load it before).

 

0 Kudos
Message 1 of 5
(3,740 Views)

In testo 330, they have a compilation of dll´s and functions on a (testo330Base.dll).

 

Can i create somethig similar to this?

Download All
0 Kudos
Message 2 of 5
(3,729 Views)

These are the libraries and an example made in visual-studio2010

Download All
0 Kudos
Message 3 of 5
(3,727 Views)

More

Download All
0 Kudos
Message 4 of 5
(3,726 Views)

Test my app please.

Other solution is use the example application from testo ((t350_example.exe) include on the testo toolbox upload by me). using the activeX functions.

Can anyone help me please?

 

PD:This I have already published in: http://forums.ni.com/t5/LabVIEW/tchar-nicht-definiert-bei-DLL-Einbindung/td-p/1935967/highlight/fals...

but I have not received help.

 

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