National Instruments NI PXI-5422 Uživatelský manuál Strana 1

Procházejte online nebo si stáhněte Uživatelský manuál pro Měření, testování a kontrola National Instruments NI PXI-5422. National Instruments NI PXI-5422 User's Manual Uživatelská příručka

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 63
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 0
CALIBRATION PROCEDURE
NI PXI-5422
This document contains step-by-step instructions for writing a calibration
procedure for the NI PXI-5422 arbitrary waveform generator.
Contents
Conventions ............................................................................................ 1
Introduction............................................................................................. 2
What Is Calibration? ........................................................................ 2
Self-Calibration ........................................................................ 2
External Calibration.................................................................. 2
Why Should You Calibrate? ............................................................ 2
How Often Should You Calibrate? .................................................. 3
Software and Documentation Requirements........................................... 3
Software ........................................................................................... 3
Documentation................................................................................. 5
Self-Calibration Procedures .................................................................... 5
MAX ................................................................................................ 5
FGEN Soft Front Panel.................................................................... 6
NI-FGEN ......................................................................................... 6
External Calibration Options .................................................................. 7
Complete Calibration....................................................................... 7
Optional Calibration ........................................................................ 9
External Calibration Requirements ......................................................... 11
Test Equipment ................................................................................ 11
Test Conditions ................................................................................ 11
External Calibration Procedures ............................................................. 12
Writing Your Calibration Procedure................................................ 12
Calibration Procedures in LabVIEW........................................ 12
Calibration Procedures in LabWindows/CVI........................... 12
Calibration Procedures in C...................................................... 12
Verifying NI PXI-5422 Specifications ............................................ 13
Verifying the Oscillator Frequency Accuracy.......................... 15
Verifying the DC Gain and Offset Accuracy ........................... 17
Adjusting the NI PXI-5422.............................................................. 31
Initializing the External Calibration Session ............................ 35
Zobrazit stránku 0
1 2 3 4 5 6 ... 62 63

Shrnutí obsahu

Strany 1 - NI PXI-5422

CALIBRATION PROCEDURENI PXI-5422This document contains step-by-step instructions for writing a calibration procedure for the NI PXI-5422 arbitrary wav

Strany 2 - Introduction

NI PXI-5422 Calibration Procedure 10 ni.comOptional CalibrationYou can choose to skip the adjustment steps of the calibration procedure if the output

Strany 3 - Why Should You Calibrate?

© National Instruments Corporation 11 NI PXI-5422 Calibration ProcedureFigure 2. Optional Calibration Programming FlowSelf-CalibrateVerifyDocument Pr

Strany 4 - Software

NI PXI-5422 Calibration Procedure 12 ni.comExternal Calibration RequirementsThis section describes the test equipment and test conditions required for

Strany 5

© National Instruments Corporation 13 NI PXI-5422 Calibration ProcedureExternal Calibration Procedures The complete external calibration procedure con

Strany 6 - Self-Calibration Procedures

NI PXI-5422 Calibration Procedure 14 ni.comVerifying NI PXI-5422 SpecificationsNote Always self-calibrate the NI PXI-5422 before beginning a verifica

Strany 7 - FGEN Soft Front Panel

© National Instruments Corporation 15 NI PXI-5422 Calibration ProcedureFigure 3. NI PXI-5422 Front Panel ConnectorsPFI 0PFI 1NI PXI-542216-Bit 200 MS

Strany 8 - External Calibration Options

NI PXI-5422 Calibration Procedure 16 ni.comVerifying the Oscillator Frequency AccuracyThis test verifies the frequency accuracy of the oscillator on t

Strany 9

© National Instruments Corporation 17 NI PXI-5422 Calibration Procedure5. Call niFgen_SetAttributeViReal64 to set the offset (niFgen property node: Ar

Strany 10 - Optional Calibration

NI PXI-5422 Calibration Procedure 18 ni.comA frequency error of 45 Hz for a 10 MHz signal corresponds to an error of 4.5 ppm. This limit accounts for

Strany 11

© National Instruments Corporation 19 NI PXI-5422 Calibration Procedure• IDQuery: VI_TRUE• resetDevice: VI_TRUE• vi: A pointer to a ViSession. The var

Strany 12 - Test Conditions

NI PXI-5422 Calibration Procedure 2 ni.comAdjusting the Analog Output ...35Adjusting the Oscillator F

Strany 13 - Calibration Procedures in C

NI PXI-5422 Calibration Procedure 20 ni.com7. Call niFgen_SetAttributeViBoolean to enable the analog output (niFgen property node: Basic Operation»Out

Strany 14

© National Instruments Corporation 21 NI PXI-5422 Calibration Procedure12. Call niFgen_SetAttributeViReal64 to set the offset (niFgen property node: A

Strany 15

NI PXI-5422 Calibration Procedure 22 ni.comTable 4. Values for Verifying the Gain of the Main Analog Path Iteration GainIdeal Positive Full-Scale(Vol

Strany 16

© National Instruments Corporation 23 NI PXI-5422 Calibration Procedure21 0.018500 0.018500 – 0.018500 ±0.000530 ±0.00057422 0.013000 0.013000 – 0.0

Strany 17

NI PXI-5422 Calibration Procedure 24 ni.com14. Call niFgen_SetAttributeViReal64 to set the gain (niFgen property node: Arbitrary Waveform Output»Arbit

Strany 18 - • Direct path gain

© National Instruments Corporation 25 NI PXI-5422 Calibration Procedure23. Subtract the Ideal Negative Full-Scale value from the Measured Negative Ful

Strany 19

NI PXI-5422 Calibration Procedure 26 ni.comTable 5. Values for Verifying the Offset of the Main Analog Path Iteration GainIdeal Positive Offset (Volt

Strany 20

© National Instruments Corporation 27 NI PXI-5422 Calibration Procedure21 0.018500 0.009250 – 0.009250 ±0.000532 ±0.00057922 0.013000 0.006500 – 0.0

Strany 21 - "0"

NI PXI-5422 Calibration Procedure 28 ni.com5. Call niFgen_SetAttributeViReal64 to set the offset (niFgen property node: Arbitrary Waveform Output»Arbi

Strany 22

© National Instruments Corporation 29 NI PXI-5422 Calibration Procedure13. Measure the negative DC voltage out of the NI PXI-5422. Record negative DC

Strany 23

© National Instruments Corporation 3 NI PXI-5422 Calibration ProcedureWhat Is Calibration?Calibration consists of verifying the output accuracy of a d

Strany 24

NI PXI-5422 Calibration Procedure 30 ni.comTable 6. Values for Verifying the Gain of the Direct Analog Path Iteration GainIdeal Positive Full-Scale(V

Strany 25

© National Instruments Corporation 31 NI PXI-5422 Calibration Procedure4. Call niFgen_SetAttributeViReal64 to set the gain (niFgen property node: Arbi

Strany 26

NI PXI-5422 Calibration Procedure 32 ni.com11. Measure the negative DC voltage out of the NI PXI-5422. Record the negative DC voltage out measurement

Strany 27

© National Instruments Corporation 33 NI PXI-5422 Calibration Procedure1. Call niFgen_InitExtCal (niFgen Init Ext Cal VI) to open an NI-FGEN external

Strany 28

NI PXI-5422 Calibration Procedure 34 ni.comFigure 4. NI PXI-5422 External Calibration ProcedureInitialize Ext Cal SessionInitialize Analog Output Cal

Strany 29

© National Instruments Corporation 35 NI PXI-5422 Calibration ProcedureInitializing the External Calibration SessionCall niFgen_InitExtCal (niFgen Ini

Strany 30

NI PXI-5422 Calibration Procedure 36 ni.com3. Call niFgen_SetAttributeViInt32 to set the analog path value (niFgen property node: Output Attributes»An

Strany 31

© National Instruments Corporation 37 NI PXI-5422 Calibration Procedure8. Call niFgen_SetAttributeViReal64 to set the post-amplifier attenuation (niFg

Strany 32 - Adjusting the NI PXI-5422

NI PXI-5422 Calibration Procedure 38 ni.com2. Call niFgen_SetAttributeViReal64 to set the post-amplifier attenuation (niFgen property node: Calibratio

Strany 33

© National Instruments Corporation 39 NI PXI-5422 Calibration Procedure5. Call niFgen_SetAttributeViBoolean to set the analog filter state (niFgen pro

Strany 34 - Adjust Direct Path Gain

NI PXI-5422 Calibration Procedure 4 ni.comThe output accuracy requirements of your application determine how often you should externally calibrate the

Strany 35 - Adjusting the Analog Output

NI PXI-5422 Calibration Procedure 40 ni.comf. Call niFgen_SetAttributeViInt32 to set the gain DAC value (niFgen property node: Calibration»Gain DAC Va

Strany 36 - C value

© National Instruments Corporation 41 NI PXI-5422 Calibration Procedure8. Call niFgen_CalAdjustMainPathPreAmpOffset (niFgen Cal Adjust Main Path Pre A

Strany 37

NI PXI-5422 Calibration Procedure 42 ni.com3. Call niFgen_SetAttributeViInt32 to set the offset DAC value (niFgen property node: Calibration»Offset DA

Strany 38 - Iteration

© National Instruments Corporation 43 NI PXI-5422 Calibration Procedure6. Call niFgen_SetAttributeViReal64 to set the pre-amplifier attenuation (niFge

Strany 39

NI PXI-5422 Calibration Procedure 44 ni.comg. Call niFgen_WriteBinary16AnalogStaticValue (niFgen Write Binary 16 Analog Static Value VI) to set the ma

Strany 40

© National Instruments Corporation 45 NI PXI-5422 Calibration ProcedureAdjusting the Main Path Post-Amplifier Gain and Offset1. Call niFgen_WriteBinar

Strany 41 - AC in the order

NI PXI-5422 Calibration Procedure 46 ni.com6. Call niFgen_SetAttributeViInt32 to set the analog path value (niFgen property node: Output Attributes»An

Strany 42

© National Instruments Corporation 47 NI PXI-5422 Calibration Procedure8. Take the following voltage measurements at the NI PXI-5422 CH 0 front panel

Strany 43

NI PXI-5422 Calibration Procedure 48 ni.com9. Call niFgen_CalAdjustMainPathPostAmpGainAndOffset (niFgen Cal Adjust Main Path Post Amp Gain And Offset

Strany 44

© National Instruments Corporation 49 NI PXI-5422 Calibration Procedure4. Call niFgen_SetAttributeViBoolean to set the analog filter state (niFgen pro

Strany 45

© National Instruments Corporation 5 NI PXI-5422 Calibration Procedurecalling a 32-bit DLL. Many of the functions use constants defined in the niFgen.

Strany 46

NI PXI-5422 Calibration Procedure 50 ni.com9. Call niFgen_SetAttributeViInt32 to set the analog path value (niFgen property node: Output Attributes»An

Strany 47

© National Instruments Corporation 51 NI PXI-5422 Calibration Procedureg. Call niFgen_Commit (niFgen Commit VI) to commit the attribute values to the

Strany 48

NI PXI-5422 Calibration Procedure 52 ni.com12. Call niFgen_CalAdjustDirectPathGain (niFgen Cal Adjust Direct Path Gain VI) using the following paramet

Strany 49

© National Instruments Corporation 53 NI PXI-5422 Calibration Procedure4. Call niFgen_SetAttributeViReal64 to set the offset (niFgen property node: Ar

Strany 50

NI PXI-5422 Calibration Procedure 54 ni.com9. Call niFgen_CreateArbWaveform (niFgen Create Arbitrary Waveform VI) using the following parameters:• vi:

Strany 51

© National Instruments Corporation 55 NI PXI-5422 Calibration Procedurec. Call niFgen_InitiateGeneration (niFgen Initiate Generation VI) to initiate t

Strany 52

NI PXI-5422 Calibration Procedure 56 ni.com5. Call niFgen_SetAttributeViInt32 to set the offset DAC value (niFgen property node: Calibration»Offset DA

Strany 53

© National Instruments Corporation 57 NI PXI-5422 Calibration Procedure• vi: The session handle returned from niFgen_InitExtCal• channelName: "0&

Strany 54

NI PXI-5422 Calibration Procedure 58 ni.com• returnCalibratedValue: VI_FALSE• calADCValue: A ViReal64 variable. The variable passed by reference throu

Strany 55 - Adjusting the Calibration ADC

© National Instruments Corporation 59 NI PXI-5422 Calibration Procedure27. Call niFgen_ReadCalADC (niFgen Read CAL ADC VI) to measure the analog outpu

Strany 56

NI PXI-5422 Calibration Procedure 6 ni.comDocumentationFor information about NI-FGEN and the NI PXI-5422, you may find the following documents helpful

Strany 57

NI PXI-5422 Calibration Procedure 60 ni.com33. Call niFgen_SetAttributeViBoolean to disable the analog output (niFgen property node: Basic Operation»O

Strany 58

© National Instruments Corporation 61 NI PXI-5422 Calibration ProcedureCalibration UtilitiesNI-FGEN supports several calibration utilities that allow

Strany 59

NI PXI-5422 Calibration Procedure 62 ni.comNI-FGENNI-FGEN provides a full complement of calibration utility functions and VIs. Refer to the NI Signal

Strany 60

National Instruments, NI, ni.com, and LabVIEW are trademarks of National Instruments Corporation. Refer to the Terms of Use section on ni.com/legal f

Strany 61 - Calibration Utilities

© National Instruments Corporation 7 NI PXI-5422 Calibration Procedure3. Select the device that you want to calibrate.4. Initiate self-calibration in

Strany 62

NI PXI-5422 Calibration Procedure 8 ni.comExternal Calibration OptionsExternal calibration involves both verification and adjustment. Verification is

Strany 63 - Where to Go for Support

© National Instruments Corporation 9 NI PXI-5422 Calibration ProcedureFigure 1. Complete Calibration Programming FlowAdjust(Cal Dates and Temperature

Komentáře k této Příručce

Žádné komentáře