NI PXI 4065 DMM Measuremen​t Informatio​n

Hi everyone, I am using the NI PXI 4065 DMM for a voltage measurement.  I am using the NI DMM READ.vi to read a single measurement.  I am setting the NI DMM resolution to 6 1/2 digits when I take my measurement.
I am trying to figure out if any averaging is done in a single measurement.  Per the NI 4065 spec (attached to this post), for a measurement with 6 1/2 digit resolution the aperature time is 100 NPLC.  Here are my questions:
1. What is the total amount of time it takes to take one measurement with the DMM set up to 6 1/2 digit resolution?
2. What is the default aperature time for 6 1/2 digit resolution?
3. How many samples are being averaged when the DMM is setup to 6 1/2 digit resolution with aperature = 100 NPLC?
Thanks so much!

Hi,
Yes, in a single measurement there is averaging done.
The amount of time it takes to take one measurement depends ont he aperature time. So, for example, if your power input to the chassis is a 50Hz line and you choose an aperature of 100 NPLC the time it would take is 1/50 *100 so this would be 2 seconds.
This document provides information on the default values for the 4065:
http://zone.ni.com/reference/en-XX/help/370384N-01​/dmm/4065_dmm_defaults/
As you can see the default aperature time for 6 1/2 digits is 200ms
The number of samples per average is unfortunately not published.
Brian H. -- Applications Engineer

Similar Messages

  • NI PXI-4065 attached to PXI-1033 strange problem

    Hi all,
    I have a NI PXI-1033 Chassis together with NI PXI 4065 DMM and NI PXI 6514 device.
    The problem that I have is very annoying. When I restart my computer or install a new NI feature, the two NI PXI-6514 and PXI 4065 are no longer available as shown at the picture attached and I have to reinstall the drivers in order they to function properly. Why is this happening? Is it normal? 
    I will appreciate every help because it is urgent and important. Thank you! 
    Best,
    Iliya Gurov 
    Attachments:
    problem.JPG ‏42 KB

    I know this topic is ancient but I'm having a similar problem with my system:
    PXI-1033 (thru external PC / PCIe)
    DAQmx 9.2.2
    LabVIEW 8.5
    Windows 7 (32-bit)
    When starting MAX it gives the MAXPXITimeout error. Then MAX crashes most of the time or when it works, none of the devices are "present" according to MAX, i.e no initialize, fail self-test, etc. I tried this command "net start nidevldu" and I get a "windows system error 5 - access denied". So I ran the command prompt as administrator and then the NI Device Loader "successfully started". Now MAX works OK and all my devices are working, until next reboot. Is this a permission issue? I tried changing the NI Device Loader service to log as an admin, but no luck. After rebooting the same issue.
    Appreciate the help. Thanks,

  • PXI 4065 - resistance depends upon range

    Hello!
    I am using a PXI 4065 DMM to measure 2-wire resistance through the soft front panel. The strange thing is that when I measure the resistance, it depends upon the range! For Instance, if I set the range to 10M, I read 0.9M, if I set the range to 1M, I read 0.15M, if I set it to 100k, I read 93k. How do I know which is correct? Autorange gives me 1.5M and a fluke 40Mohm dmm gives me an open.
    Also when I use labview to collect the resistance data, and I set the range to auto, it does not give the same value as when I measure with the soft front panel or a fluke DMM.  In fact the fluke DMM and the PXI often differ by an order of magnitude or more.
    How do I use the PXI DMM to read the correct resistance value?
    Thank you,
    Joe

    Joe,
    This is not uncommon with many ohmmeters.  If you look at the specifications for the 4065, you will see that the test current changes with range. 10 M => 500 nA, 1 M => 5 uA, 100 k => 10 uA. (20:1 range of current)  If the device you are measuring has any non-linearity or energy storage, the reading may be different on each range.
    Probably ALL of the measurements are within the accuracy specification of the meter (~100 to 500 ppm of reading).  You are just measuring something different on each range.
    To decide what is the "correct" reading, you need to carefully define the measurement conditions. In particular the applied voltage or current at which the measurement is made.  If the device being measured has energy storage or non-linearity, you must also specify the history of applied voltage or current over time to accurately define the measurement.
    Lynn

  • DMM (PXI-4065) sample multipoint

    If my PXI-4065 is executing a niDMM_ReadMultiPoint call, is it possible to call niDMM_Read (or some other function) from another thread and get the latest value read by the DMM while the ReadMultiPoint is executing?  It seems if I call niDMM_Read from another thread, it waits until the ReadMultiPoint completes before it executes.

    Hi gstemp,
    Thank you for posting on the forums.  Unfortunately you will not be able to perform these reads and the same time, the 4065 only has 1 Analog to Digital converter so you can't make 2 measurements at the same time.  You could either do a multipoint read and take lesss points so it updates faster or take a single point read and use and loop to continously aquire the data.  I know that this is not ideal for your situation but what you are trying to do is not actually possible with a DMM.  
    I hope that helps,
    Regards,
    Brian P.
    Applications Engineer
    National Instruments

  • MAX does not recognize PXI-4056 DMM module with PXI-1033 chassis

    New to NI PXI chassis.   Using the PXI-1033 chassis with several installed modules.  I am able to see the chassis and two of the modules in MAX, but my PIX-4065(DMM) module is not listed/found.  Any advice?

    I have to ask the stupid questions first.  Do you have NI-DMM installed in your computer?  Is the DMM card fully inserted (I have seen people not lock the card in and expect it to work)?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • PXI 4065

    Can you capture a 2 msec, 500 mv pulse ( output from an accelerometer) with a PXI 4065 ( set to 4.5 dig resolution= 3KS/sec ) without ext trigger?
    So far my experimentation says NO but just want to make sure I'm not doing something wrong.

    I'm assuming you are using LabVIEW here.  If not, then we'll have to look somewhere else.  But look in the LabVIEW Example Finder.  I did a serach for "DMM waveform" and found a little example called Fetch & Graph Waveform.vi.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Measure Power using Labview and two PXI-4071 DMMs

    Hello,
    I am trying to make a simple VI.  I am measuring input AC voltage and Current using two PXI-4071 DMMs.  I want to Calculate Power and Power Factor.  I am able to read the voltage and current fine.  I just dont know how to calculate the power and power factor.  Im looking for real power not watt*amps.  Please Help.
    Scott
    Attached is my VI
    Attachments:
    Measure AC Voltage and Current.vi ‏42 KB

    Scott,
    It appears that another applications engineer (Sean_N) has been assigned your initial forum post. I assure you that he is working on finding an answer to your question. We would like for our customers to limit questions to one forum so that we do not duplicate efforts on our end. I will contact Sean to remind him that you are awaiting a response. I will also point all future traffic from this post to your initial one.
    Thanks,
    Kareem W.
    National Instruments
    Web Product Manager

  • PXI-4070 DMM in PXIe-1075 Chassis not found

    I have a PXIe-1075 chassis and four PXI-4070 DMMs. I orginally had the four DMMs in slots 2,3, 4 & 5 but descided to move the modules around including two of the DMMs so they are in slots 16 and 17. When I did this the DMMs are not found in Measurement and Automation Explorer. If I remove the module in slot 3 (PXIe-2531) they will reappear. The main reason for moving the modules was to maximize through put because slots 2 through 4 share a PCIe switch (as do slots 15 through 18).
    Slots 2 through 5 and 15 through 18 should be hybrid compatiable. Are there rules for mixing hybrid and PXIe modules?

    Chris,
    I don't know about the original problem, but you can get the reconfiguration effect in device manager.  Open device manager, select view->by connection, and then start expanding things until you find your device.  On my Windows 7 PC the hierarchy starts with something like [computerName]->[ACPI x64-based PC]->[Microsoft ACPI-Compliant System]->[PCI bus]->[something Root Port]->[PCI standard PCI-to-PCI bridge]...
    Go to the PCI-to-PCI bridge listed under the root port and above the devices in your chassis, right-click and select "uninstall".  Open Measurement and Automation Explorer and delete the devices (they should be non-present).  Then either reboot or go to device manager's munu item action->scan for hardware changes.  That should cause Windows to re-find all your devices.
    - Robert 

  • LV12 How to configure PXI-4070 DMM current function?

    Dear all
    I have a problem about LV12 software to config PXI-4070 DMM current function.
    my vi...NI DMM initial >>>NI DMM reset >>> NI DMM Configure Measurement (Current function) >>> NI DMM Reading >>>>
    When I testing with my vi, the calibrator (source) error "Current Compliance Voltage Exceeded".
    but when I testing with DMM front panel 3.0, the calibrator can generated current and PXI-4070 can reading.
    Please help me to solve this problem.
    Regard,
    Sermsak.
    Solved!
    Go to Solution.

    The error looks like it is related to a power supply or an SMU that is trying to source something out of its specified range.
    Info about compliance:
    http://zone.ni.com/reference/en-XX/help/370736L-01​/ni_dc_power_supplies_help/compliance/
    http://zone.ni.com/reference/en-XX/help/370736L-01​/nidcpowerviref/nidcpower_query_in_compliance/
    Things to consider:
    1) Where in the code is the error occurring?
    2) Can you run example NI-DMM code? (from Help>>find examples>>Hardware I/O>>Modular Instruments>>NI-DMM)

  • How can I find an example about acquiring waveform data by software trigger using PXI 4070 DMM?

    Anybody could proivde an example or simliar about acquiring waveform data by software trigger using PXI 4070 DMM?
    Thanks!

    hi there
    from the NI main page go to the developer zone http://www.ni.com/devzone/dev_exchange/ex_search.h​tm. select "LabVIEW" and "Digital Multimeter (DMM)" and search for "4070". then you'll find some examples.
    Best regards
    chris
    CL(A)Dly bending G-Force with LabVIEW
    famous last words: "oh my god, it is full of stars!"

  • Programmatically get the PXI slot that the PXI-4070 (DMM) is in?

    I am looking for a way to find out what slot my DMM's are in and their model and S/N.
    So far I have been able to get back the info for NI-Switch devices, DAQs and a range of Pickering Cards.
    For the NI-DMM’s I have so far only been able to get the S/N model and name via the IVI Drivers.
    I have attached the code I have so far so you can get a better idea of what I am trying to achieve.
    Solved!
    Go to Solution.
    Attachments:
    Get PXI Card ID.vi ‏29 KB

    Use "niModInst Open Installed Devices Session" for NI-DMM
    Then use "niModinst Get Installed Device Attribute" to get the slot number
    Returns an integer attribute specified by the attribute ID parameter for a device specified by the session in and index in parameters.
    Valid Values
    Slot Number—the slot (for example, in a PXI chassis) in which the device is installed. This attribute can only be queried for PXI devices installed in a chassis that has been properly identified in MAX.
    Chassis Number—the number of the chassis in which the device is installed. This attribute can only be queried for PXI devices installed in a chassis that has been properly identified in MAX.
    Bus Number—the bus on which the device has been enumerated.
    Socket Number—the socket number on which the device has been enumerated.
    Omar

  • Pxi 4065 fast single point AC measurement

    I have the following setup using "niDMM Initialize.vi", "niDMM Configure Measurement Digits.vi" and "niDMM Configure Powerline Frequency.vi" to initialize the DMM.
    Each measurement, acquired with "DMM read.vi" is taken and used in a while loop.
    My problem is that each AC measurement takes about 1000 ms, whereas a DC measurement only takes about 30ms.
    How do I get a rate of 50-100 measurements/s as mentioned in the datasheet?
    Is that possible at all without using multipoint measuring?

    Hi ddrayss,
    First of all, would you mind uploading your images again?  They are not showing up in your post.
    As the specifications document states, you can only expect 50-100 S/s if you are operating at 5 1/2 or 4 1/2 digits of resolution.  How many digits of resolution are you using?
    There are a few things I would suggest to speed up your acquisition.  First of all, when you are trying to maximize your reading rate, you should use the VI's from the "Fetch" subpalette instead of "niDMM Read".  The second bullet point in this article provides a brief overview of the difference between the two functions.  This page from the NI-DMM Help goes into further detail.  
    Basically, for a continuous measurement you need to add a few VI's to your program to increase your measurement speed.  Before the While Loop, add a niDMM Configure Multipoint VI.  Set the Sample Count input to 0 if you are going to be measuring continuously, otherwise set it to the number of samples you want to read.  Before the While Loop call niDMM Initiate to start your acquisition.  Inside the While Loop you can call niDMM Fetch or niDMM Fetch Multipoint to return your data.  Fetch only returns one value at a time while Fetch Multipoint will return an array of values.  After your While Loop has finished executing call niDMM Abort to stop the acquisition.  
    Also, if you look at the default aperture time for the 4065, you can see that the aperture time is a function of the Minimum Frequency property when configuring your measurement for 5 1/2 and 4 1/2 digits of resolution.  The Minimum Frequency property has a default of 20 Hz, resulting in a 500 ms default Aperture Time at 5 1/2 digits and 250 ms default Aperture Time at 4 1/2 digits.  If the minimum frequency of your input signal is greater than 20 Hz, you can achieve a faster reading rate if you increase the minimum frequency setting with an niDMM Property Node.  The property is located under Configuration > Measurement Options > Min Frequency.  You will need to change this property before you call your Initiate function.
    Let me know if this helps!
    Regards,
    Jared R.
    Precision DC Product Support Engineer
    National Instruments

  • NI PXI 4070 DMM repair instructio​ns

    HI,
    Is ther any repair Instructions & maintanance support for PXI DMM 4070?
    if so can please share the document 

    Sorry, I found an help from NI website
    It seems that I missed the cable connecting from MUX front to DMM input, as shown in attached file.
    It it's correct, please advise me what it the name of that cable?
    Thank you.
    Van.
    Attachments:
    9babdcae1525.gif ‏59 KB

  • NI PCI 6515 DIO and NI PCI 4065 DMM cards configuration

     I am using NI PCI 6515 DIO card and NI PCI 4065 digital multimeter.I haven't any card yet and it will take some days to have them. I have installed these cards drivers. Is there any way that i can configure them in my software. I have added them virtually in MAX. Please suggest me possible ways i am using labview 8.5
    timmy

    Thanks Sunaina.
    But I didn't found any examples regarding pci 6515 and 4065. I also searched C:\Program Files\National Instruments\LabVIEW 8.5\examples. I am uploading some screen shots may b am missing some steps. please help me with this
    timmy
    Attachments:
    1.JPG ‏225 KB
    2.JPG ‏181 KB
    3.JPG ‏175 KB

  • Error occurs, repair DMM software, error goes away - rinse and repeat

    This error first happened early last year, then it occurred last month and now it's popped up twice this week.  What could cause a missing library to repeatedly go missing?
    The error is in TestStand, but the origin in in LabVIEW:
    I can't recall what I did the first time I saw this error, but the last three times it happened I fixed it by repairing the NI-DMM installation:
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
    Solved!
    Go to Solution.

    Jeff Bohrer wrote:
    Jim,
    What's the hardware?  TS Version and license type?  LV version?  Adaptor? (might help point to the bug)
    What are the TS step settings for load/unload? (thinking that you might be unloading the DLL in a rarely executed step then trying to reload)
    Are the sequence modules all LabVIEW code or are you calling into DMM or DAQmx from other languages as well
    I notice that your drivers are a bit out of date.  Consider upgrading DAQmx and DMM to latest. (lots of bugs have been removed in DAQmx and DMM)
    But do try setting the regisrty key first
    I'm using a PXI-4065 DMM in a PXI-1042 chassis.
    TestStand 4.0 Development System License.
    LabVIEW 8.2
    LabVIEW Adaptor
    TestStand load/unload settings don't seem to apply.  This is a well-established production sequence that is running on two ATEs and I only have trouble with this one.
    All modules are LabVIEW.
    I'm leary of updating DAQmx & DMM, but I will once I image my HD.
    I don't want to edit the registry because the problem is intermittent on only one machine and repairing the DMM installation temporarily fixes the problem.
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice

Maybe you are looking for