Iteration on 6052e
authorDavid Schleef <ds@schleef.org>
Fri, 1 Feb 2002 00:34:06 +0000 (00:34 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 1 Feb 2002 00:34:06 +0000 (00:34 +0000)
comedi_calibrate/ni.c

index d92329611809b08a87ebd47338b880459dbe5fdf..9f7b350437c91e0fc07b1904d6a460a0ca6fbcea 100644 (file)
@@ -449,17 +449,17 @@ void cal_ni_pci_6052e(void)
 {
        postgain_cal(ni_zero_offset_low,ni_zero_offset_high,3);
        postgain_cal(ni_zero_offset_low,ni_zero_offset_high,11);
-       cal1(ni_zero_offset_high,7);
+       // cal1(ni_zero_offset_high,7); // wrong
        cal1(ni_reference_low,1);
        cal1_fine(ni_reference_low,1);
        //cal1(ni_reference_low,9);  // also (guess)
        cal1(ni_unip_offset_low,5);
        //cal1(ni_unip_offset_low,0); // also (guess )
        if(do_output){
-               cal1(ni_ao0_zero_offset,23);
-               cal1(ni_ao0_reference,19);
-               cal1(ni_ao1_zero_offset,13);
-               cal1(ni_ao1_reference,21);
+               //cal1(ni_ao0_zero_offset,23); // wrong
+               //cal1(ni_ao0_reference,19); // wrong
+               //cal1(ni_ao1_zero_offset,13); // wrong
+               //cal1(ni_ao1_reference,21); // wrong
        }
 }