NI 6110/6111/6115/6120 Calibration Procedure
6
ni.com
Verifying Analog Output
Figure 2.
Analog Output Verification
Verifying the Counter
Figure 3.
Counter Verification
AO_Configure(deviceNumber,chan,outputPolarity,0,10,0)
From the specification table for the product,
determine the channel, output polarity, and voltage to verify.
AO_VWrite(deviceNumber,chan,voltage)
GPCTR_Control(deviceNumber,chan,ND_RESET)
GPCTR_Set_Application(deviceNumber,chan,ND_PULSE_TRAIN_GNR)
GPCTR_Change_Parameter(deviceNumber,chan,ND_COUNT_1,2)
GPCTR_Control(deviceNumber,chan,ND_PROGRAM)
GPCTR_Change_Parameter(deviceNumber,chan,ND_COUNT_2,2)
Select_Signal(deviceNumber,ND_GPCTR0_OUTPUT,ND_GPCTR0_OUTPUT,ND_LOW_TO_HIGH)