Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

CP210x UART bridge in TH1941 multimeter

Hello,

I'm trying to connect my digital multimeter with labview 2016, i downloaded the driver for the UART bridge in silicon labs website and all is working OK, in the MAX, VISA test panel  > Input/Output i send the IDN command and its working its sends the model and version of the multimeter.

So, i need to connect the multimeter with labview, for collect data and start working on my experiment. What i need to do for start capting data from multimeter? I need to do instrument driver? or i need to do a program in labview to read serial port?? 

The multimeter es Chinese and in labview i cant find the driver of my multimeter.

The multimeter is a TH1942 USB with cp210x USB UART bridge for pc connection.

Thank you for help!!!

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

If there are no driver library, then pull out the manual and figure out which commands you need.  It will show up as a serial port, so you can just use VISA to write to and read from the DMM.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 5
(3,357 Views)

Thank you for your answer, but how i can read the data with VISA Test Panel???

Only i can write commands (TH1941 manual) to change between ohms and volts and this kind of commands.

But how can i receive the data from the multimeter?

In the manual, they purpose a comunication program example in C language, but i need to use it in labview, how i can do it? 

Thanks

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

Have you looked in the palettes at all?  There is a whole palette just for VISA communications (Instrument I/O->VISA).


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 5
(3,337 Views)

Hi crossruiz,

I done the comunication and write data in txt file, adding some subVis. But I think the read or the write is too slow. Now is capting 5-6 values in one second. But my multimeter transfers at 25Hz, 25 values in one second, how i can sinchronize it for get a real reading?

Thanks for helping!!

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