Jump to content

Pocket multimeter with send command


allus

Recommended Posts

hi experienced LabVIEWers,

I would like to do a baby step in our production.

Normally, people use a Digital Multimeter (DMM),

Steps

1. Move the two red and black probes around, position the probes at test points.

2. Make sure have good contacts at probe's sites.

3. Visually Take the reading

4. record it on paper (called test data sheet).

To automate this without re-design the whole process, (just want a baby step)

I can have PC connected to a DMM with serial port or USB.

keep step 1, 2, 3 above the same, because sometimes the positioning of the probes making a significant difference in reading

in step 4, I need to look for a DMM which has a "send" button so the users can send the reading to the PC.

Does anybody see such a DMM or has a better way to do this.

normally, I see the traffic is in the other direction, the pc sends a command to the DMM requesting DMM's data.

but how do you know when the probes are in stable position to request the measured data, instead of unreliable measured data?

I know that this is not a 100 percent automation, but I can save a lot of money, by using the pc to automate the process

of testing for the data - in limit range , writing error and forget to write down /skipping one measurement etc...

need to show some good results for buying decisions.

Link to comment

Some benchtop Fluke DMMs have trigger function that you can setup during connection. After trigger you can wait a bit and take an average or median of a couple of measurement points. This worked very well for me a while ago to measure voltages during incoming inspection. Other benchtop DMMs ptobably have the same function as well.

Link to comment

Could you have LabVIEW poll the meter until it sees a steady value in the correct range? If you wanted to get a little fancy, you could include a sketch of the board that shows where to put the probes for each measurement.

Another route would be to make your own trigger, maybe something foot operated so the tech can use both hands for the probes. This would be easy to do if you have a daq card; I'm pretty sure you could rig something up using the parallel port too.

Link to comment

QUOTE(allus @ Sep 20 2007, 06:54 PM)

I need to look for a DMM which has a "send" button so the users can send the reading to the PC.

If the user can push a "Send" button on the DMM why couldn't they push a "Send" button in your LabVIEW application that queries the DMM for its current reading? You could also implement the timed trigger that rkanders mentioned where you push a button in your LV app that waits a few seconds and then queries the DMM for data.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.