National Instruments Instrument Driver NI-DMM user manual

User manual for the device National Instruments Instrument Driver NI-DMM

Device: National Instruments Instrument Driver NI-DMM
Category: Network Card
Manufacturer: National Instruments
Size: 0.12 MB
Added : 10/30/2014
Number of pages: 12
Print the manual

Download

How to use this site?

Our goal is to provide you with a quick access to the content of the user manual for National Instruments Instrument Driver NI-DMM. Using the online preview, you can quickly view the contents and go to the page where you will find the solution to your problem with National Instruments Instrument Driver NI-DMM.

For your convenience

If looking through the National Instruments Instrument Driver NI-DMM user manual directly on this website is not convenient for you, there are two possible solutions:

  • Full Screen Viewing - to easily view the user manual (without downloading it to your computer), you can use full-screen viewing mode. To start viewing the user manual National Instruments Instrument Driver NI-DMM on full screen, use the button Fullscreen.
  • Downloading to your computer - You can also download the user manual National Instruments Instrument Driver NI-DMM to your computer and keep it in your files. However, if you do not want to take up too much of your disk space, you can always download it in the future from ManualsBase.
National Instruments Instrument Driver NI-DMM User manual - Online PDF
Advertisement
« Page 1 of 12 »
Advertisement
Print version

Many people prefer to read the documents not on the screen, but in the printed version. The option to print the manual has also been provided, and you can use it by clicking the link above - Print the manual. You do not have to print the entire manual National Instruments Instrument Driver NI-DMM but the selected pages only. paper.

Summaries

Below you will find previews of the content of the user manuals presented on the following pages to National Instruments Instrument Driver NI-DMM. If you want to quickly view the content of pages found on the following pages of the manual, you can use them.

Abstracts of contents
Summary of the content on the page No. 1

322614f.qxp 11/23/2004 10:13 AM Page 1
QUICK REFERENCE

NI-DMM Instrument Driver
Initialize and Close
1
ICON TYPE PARAMETER VALUE TO SET, COMMENTS
2
niDMM Initialize
(niDMM_init)
Creates a new session to the instrument.
ViRsrc resourceName For Traditional NI-DAQ devices, use DAQ::#,
where # is the device number.
For NI-DAQmx devices, the device name is
assigned by Measurement & Automation
Explorer (MAX). Optionally, for all devices
you can use an IVI logical name.
ViBoolean IDQuery NID

Summary of the content on the page No. 2

322614f.qxp 11/23/2004 10:13 AM Page 2 Initialize and Close (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Close (niDMM_close) Closes the current session to the instrument. ViSession vi Session handle Configure ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Configure Measurement Digits (niDMM_ConfigureMeasurementDigits) Configures the common properties of the measurement. ViSession vi Session handle ViInt32 Function DC volts, AC volts, and so on ViReal64 Range ViReal64 Resolut

Summary of the content on the page No. 3

322614f.qxp 11/23/2004 10:13 AM Page 3 Measurement Options (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Configure Auto Zero (niDMM_ConfigureAutoZeroMode) Configures the DMM for Auto Zero. ViSession vi Session handle ViInt32 AutoZero Default = Auto niDMM Configure ADC Calibration (niDMM_ConfigureADCCalibration) Allows the NI 4070/4071/4072 to compensate for gain drift since the last external or self-calibration. ViSession vi Session handle ViInt32 ADC Calibration Default = Aut

Summary of the content on the page No. 4

322614f.qxp 11/23/2004 10:13 AM Page 4 Capacitance and Inductance ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Configure Cable Comp Type (niDMM_ConfigureCableCompType) Sets the Cable Compensation Type property for the current capacitance/inductance mode range on the NI 4072. ViSession vi Session handle ViInt32 Cable Comp Type niDMM Configure Open Cable Comp Values (niDMM_OpenCableCompValues) Configures the Open Cable Comp Conductance and Open Cable Comp Susceptance properties on the NI 4

Summary of the content on the page No. 5

322614f.qxp 11/23/2004 10:13 AM Page 5 Triggers ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Configure Trigger (niDMM_ConfigureTrigger) Configures the DMM trigger source and trigger delay. ViSession vi Session handle ViInt32 Trigger Source Default = Immediate ViReal64 Trigger Delay Default = Auto niDMM Send Software Trigger (niDMM_SendSoftwareTrigger) Sends a command to trigger the DMM. ViSession vi Session handle niDMM Configure Trigger Slope (niDMM_ConfigureTriggerSlope) Sets the Trigge

Summary of the content on the page No. 6

322614f.qxp 11/23/2004 10:13 AM Page 6 Actual Values ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Get Auto Range Value (niDMM_GetAutoRangeValue) Returns the actual range that the DMM is using, even when auto ranging is off. ViSession vi Session handle ViReal64* autoRange Value Output niDMM Get Aperture Time Info (niDMM_GetApertureTimeInfo) Returns the aperture time and aperture time units. ViSession vi Session handle ViReal64* Aperture Time Output ViInt32* Aperture Time Output (seconds or

Summary of the content on the page No. 7

322614f.qxp 11/23/2004 10:13 AM Page 7 Acquisition (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Read Waveform (niDMM_ReadWaveform) Acquires a waveform and returns an array representing the digitized waveform on the NI 4070/4071/4072. ViSession vi Session handle ViInt32 Maximum Time Milliseconds ViInt32 Number to Read Default = 1 ViReal64[]* Waveform Data Output ViInt32* Actual Number Output niDMM Is Over Range (niDMM_IsOverRange) Takes a measurement value and determines if the

Summary of the content on the page No. 8

322614f.qxp 11/23/2004 10:13 AM Page 8 Low-Level Acquisition (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Fetch Waveform (niDMM_FetchWaveform) Acquires an array of data from a waveform on the NI 4070/4071/4072. ViSession vi Session handle ViInt32 Maximum Time Milliseconds ViInt32 Number to Fetch Default = 1 ViReal64[ ]* Waveform Data Output ViInt32* Actual Number Output niDMM Read Status (niDMM_ReadStatus) Returns measurement backlog and acquisition status on the NI 4060 and

Summary of the content on the page No. 9

322614f.qxp 11/23/2004 10:13 AM Page 9 Utility (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Format Measurements Absolute (niDMM_FormatMeasAbsolute) Formats the measurement to the proper number of displayed digits. ViInt32 Function DC volts, AC volts, and so on ViReal64 Range Input ViReal64 Resolution Input ViReal64 Measurement Input ViChar [ ] Mode String Output ViChar [ ] Range String Output ViChar [ ] Data String Output niDMM Get Digits Of Precision (niDMM_GetDigitsOfPrecisi

Summary of the content on the page No. 10

322614f.qxp 11/23/2004 10:13 AM Page 10 Calibration (continued) ICON TYPE PARAMETER VALUE TO SET, COMMENTS niDMM Get Dev Temp (niDMM_GetDevTemp) Returns the current temperature of the NI 4070/4071/4072. ViSession vi Session handle ViString Reserved " " ViReal64* Temperature Output niDMM Get Last Cal Temp (niDMM_GetLastCalTemp) Returns the temperature during the last calibration procedure on the NI 4070/4071/4072. ViSession vi Session handle ViInt32 Area Default = Internal ViReal64* Temperatu

Summary of the content on the page No. 11

322614f.qxp 11/23/2004 10:13 AM Page 11 DMM Programming Flow © © National Instruments Corporation National Instruments Corporation 11 NI-DMM Instrument Driver Quick Reference Close Initialize Configure Hardware Read Session Initiate/Fetch

Summary of the content on the page No. 12

322614f.qxp 11/23/2004 10:13 AM Page 12 National Instruments, NI, ni.com, and LabVIEW are trademarks of National Instruments Corporation. Refer to the Terms of Use section on ni.com/legal for more information about National Instruments trademarks. Other product and company names mentioned herein are trademarks or trade names of their respective companies. For patents covering National Instruments products, refer to the appropriate location: Help»Patents in your software, the patents.txt file


Alternative user manuals
# User manual Category Download
1 National Instruments 24-Bit Half/Full-Bridge Analog Input Module NI 9237 User manual Network Card 11
2 National Instruments 700 User manual Network Card 2
3 National Instruments 370620B-01 User manual Network Card 0
4 National Instruments 5411 User manual Network Card 0
5 National Instruments 6508 PCI-DIO-96 User manual Network Card 1
6 National Instruments 8-Channel Solid-State Relay (SSR) Digital Output NI 9485 User manual Network Card 6
7 National Instruments 8330 Series User manual Network Card 0
8 National Instruments AT E Series User manual Network Card 4
9 National Instruments BNC-2140 User manual Network Card 0
10 National Instruments 374318A-01 User manual Network Card 0
11 National Instruments Cabled PCI Express User manual Network Card 0
12 National Instruments AutoCode NI MATRIX User manual Network Card 1
13 National Instruments cFP-20xx User manual Network Card 0
14 National Instruments DAQCard-1200 User manual Network Card 6
15 National Instruments Data Acquisition Device NI USB-621x User manual Network Card 10
16 Sony BTA-NW1A User manual Network Card 2
17 Sony BKMW-E3000 User manual Network Card 2
18 Sony AC-SQ950D User manual Network Card 0
19 Sony BBV RX100 User manual Network Card 3
20 Sony CLIE A-AVZ-100-11 User manual Network Card 1