LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Collecting data from Multimeter

Hi,

I need to collect real-time current from a RadioShack 22812 digital multimeter using RS232 serial port, for a physics experiment. I know some labview but am not an expert. Could someone please tell me how to connect and get the data?

Thanks!
0 Kudos
Message 1 of 10
(4,990 Views)

If you look at the "Basic Serial Write and Read.vi" in the examples you will see a point to begin building your data acq with the Radio Shack meter. You will need a PC with a serial port (most laptops don't have them these days), and need to have the serial cable that came with the meter, or the pinout to make your own. You will also need to know the serial commands the meter expects (from its manual). This example vi will require you to enter the commands and note down the results manually, to make it a little more automated is as the textbooks say, "an exercise left for the industrious student". If you have any more questions on this topic, ask them here (this thread) it makes it easier for us to follow.

 

P.M.

Message Edited by LV_Pro on 07-20-2005 12:42 PM

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 10
(4,979 Views)
you're in luck because I just helped someone create a VI to read the DMM.....

Check out this link...
Radio Shack DMM 22-812 Thread




0 Kudos
Message 3 of 10
(4,971 Views)

Regis:

 

I sent him a link to your code in the LAVA forums when the OP posted in eng-tips. I remembered your solution to parsing the data strings.

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 10
(4,960 Views)
I just got labview and have a project in a class where I'm using the Radioshack 22-812 and a sensor and want to capture the data in labview and came across this posting. I downloaded the vi from Lava and need to know what needs to be done to get the data into this sub vi??


Thanks for your help,


Kevin
0 Kudos
Message 5 of 10
(4,902 Views)

KPR:

That's quite an ambitious assignment for class for just starting out in LV. IMO, you have quite an 'advantage' in using other's coding efforts, you should figure the rest out to complete the assignement. You may want to review http://forums.ni.com/ni/board/message?board.id=BreakPoint&message.id=1217 

Good Luck

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
Message 6 of 10
(4,881 Views)
KPR,

the 2nd message in this post (by LV_Pro) describes the procedure you're looking for. 

Regis
0 Kudos
Message 7 of 10
(4,873 Views)

Thanks for the reply’s.

The class project using labview is an extra part that I added in so that I can learn labview (I actually already have enough information and data using the radioshack meterview software for the project). I have prior experience with labview, but this was 5 years ago, and very limited. The problems I'm having are mostly with the communication protocol (I’m guessing), such as the commands that I need to send the instrument (if any). I've tried using the basic serial read and write vi and am receiving errors as follows:



Error -1073807343 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi->Basic_Serial_Write_and_Read.vi
VISA:  (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.

I know that my lack of experience using labview is what my true problem is but this is why I’m trying this project.

 

Thanks,

 

Kevin : )

0 Kudos
Message 8 of 10
(4,861 Views)

Hey I got it to work. I had to use the Adv serial vi. For some reason the basic vi would not work.

Message 9 of 10
(4,845 Views)

Hi, I'm also trying to read data from a radio shack 22-820 multimeter, but don't know how to start with labview since I'm new to this software. the link here is not working, could you find the link or post a sample .vi for me? thanks a bunch!

 

 

0 Kudos
Message 10 of 10
(4,065 Views)