From 68ec8cc1846cce5a7b9f14ae9c7423645e43dc44 Mon Sep 17 00:00:00 2001 From: Frank Mori Hess Date: Wed, 9 Feb 2005 23:19:10 +0000 Subject: [PATCH] calibration for pci-das1000 works now --- comedi_calibrate/cb.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/comedi_calibrate/cb.c b/comedi_calibrate/cb.c index 25a3069..edb976b 100644 --- a/comedi_calibrate/cb.c +++ b/comedi_calibrate/cb.c @@ -52,7 +52,7 @@ static int cal_cb_pci_1602_16( calibration_setup_t *setup ); static int init_observables_1xxx( calibration_setup_t *setup ); static struct board_struct boards[]={ - { "pci-das1000", STATUS_SOME, setup_cb_pci_1xxx }, + { "pci-das1000", STATUS_DONE, setup_cb_pci_1xxx }, { "pci-das1001", STATUS_GUESS, setup_cb_pci_1xxx }, { "pci-das1002", STATUS_GUESS, setup_cb_pci_1xxx }, { "pci-das1200", STATUS_DONE, setup_cb_pci_1xxx }, @@ -114,7 +114,8 @@ static int setup_cb_pci_1xxx( calibration_setup_t *setup ) DPRINT(0, "WARNING: you need comedi driver version 0.7.67 or later\n" "for this calibration to work properly\n" ); } - + //this larger delay is definitely needed by pci-das1000, possibly not for pci-das1200 + setup->sv_settling_time_ns = 10000000; retval = init_observables_1xxx( setup ); if( retval < 0 ) return retval; setup_caldacs( setup, caldac_subdev ); -- 2.26.2