NI 5402/5406 Calibration Procedure
28
ni.com
12. Set the DC Offset by calling the niFgen Property Node and selecting
Standard Function Output»DC Offset
.
13. Initiate waveform generation by calling the niFgen Initiate
Generation VI.
14. Wait 200 ms for the output to settle.
15. Use the DMM to measure the DC voltage output of the NI 5402/5406.
This value is the
measured DC output
value.
16. Determine the error for positive full scale using the following formula:
DC Error
=
(
Measured DC Output
– (
Ideal DC Output
)
17. Compare the DC Error to the
calibration test limits
and the
published
specifications
.
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_Set
AttributeViReal64
using the following
parameters:
vi
: The session handle
returned from
niFgen_init
.
channelName
:
"0"
attributeID
:
NIFGEN_ATTR_
FUNC_DC_OFFSET
value
: The
DC Offset
value for the current
iteration from Table 5
LabVIEW Block Diagram
C/C++ Function Call
Call
niFgen_Initiate
Generation
using the following
parameter:
vi
: The session handle
returned from
niFgen_init
.