NI 5402/5406 Calibration Procedure
78
ni.com
e.
Set the offset DAC value by calling the niFgen Property Node and
selecting
Calibration»Offset DAC Value
.
f.
Commit the attribute values to the device by calling niFgen
Commit VI.
g.
Wait 500 ms for the output to settle.
h.
Use the DMM to measure the NI 5402/5406 output voltage.
This measurement is
measurement 1
, which is used in step 9.
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Set
AttributeViInt32
using the following
parameters:
vi
: The session handle
returned from
niFgen_InitExtCal
.
channelName
:
"0"
attributeID
:
NIFGEN_ATTR_OFFSET_
DAC_VALUE
value
:
27,000
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Commit
using the following
parameter:
vi
: The session handle
returned from
niFgen_InitExtCal
.