hmm, should have left postgain offset caldac as argument to
cal_postgain() for 6062e
This commit is contained in:
parent
322bb4852b
commit
46e32500de
1 changed files with 2 additions and 2 deletions
|
@ -861,8 +861,8 @@ static int cal_ni_daqcard_6062e( calibration_setup_t *setup )
|
|||
|
||||
memset( saved_cals, 0, sizeof( saved_cals ) );
|
||||
|
||||
cal_postgain_binary( setup, ni_zero_offset_low, ni_zero_offset_high, ADC_PREGAIN_OFFSET );
|
||||
cal_binary( setup, ni_zero_offset_high, ADC_POSTGAIN_OFFSET );
|
||||
cal_postgain_binary( setup, ni_zero_offset_low, ni_zero_offset_high, ADC_POSTGAIN_OFFSET );
|
||||
cal_binary( setup, ni_zero_offset_high, ADC_PREGAIN_OFFSET );
|
||||
cal_binary( setup, ni_reference_low, ADC_GAIN );
|
||||
|
||||
current_cal->subdevice = setup->ad_subdev;
|
||||
|
|
Loading…
Add table
Reference in a new issue