NI 5402/5406 Calibration Procedure
36
ni.com
Note
The data mask is used to mask bits of data to be replaced with the corresponding
static value bits. For example, a mask of 0xFF00 and a static value of 0xAAAA applied to
a DC waveform with a value of 0x1111 produces a DC waveform with a value of 0x11AA.
7.
Set the analog static value by calling the niFgen Property Node and
selecting
Output Attributes»Data Mask»Analog Static Value
.
8.
Initiate waveform generation by calling the niFgen Initiate
Generation VI.
9.
Wait 200 ms for the output to settle.
10. Use the DMM to measure the DC voltage output of the NI 5402/5406.
This is the
measured DC output
value.
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Set
AttributeViInt32
using the following
parameter:
vi
: The session handle
returned from
niFgen_init
.
channelName
:
"0"
attributeID
:
NIFGEN_
ATTR_ANALOG_STATIC_
VALUE
value
: The current
Analog Static Value
from
Table 6
LabVIEW Block Diagram
C/C++
Function Call
Call
niFgen_Initiate
Generation
using the following
parameter:
vi
: The session handle
returned from
niFgen_init
.