Re: Running comedi_calibrate at bootup...

On Wednesday 11 May 2005 02:07 pm, Eric Hudson wrote:
> Hey all,
>
> I have the following script that configures and calibrates my device and
> comedi at system bootup. My problem is that it takes several minutes
> (3-4) to complete comedi_calibrate. How can I speed this process up as 3
> to 4 minutes is unacceptable in my operating environment.
>
> <begin script>
> #!/bin/sh
> echo "Calibrating sytem..."
> /usr/local/sbin/comedi_config /dev/comedi0 cb_pcidas64 0,6
> /usr/local/bin/comedi_calibrate --calibrate -f /dev/comedi0
> <end script>

Leave off the --calibrate option.  By default comedi_calibrate will just 
apply calibration settings from a file if they are available.  Or, if 
comedi_calibrate is putting out messages telling you to report its output 
then do so.

-- 
Frank

Received on 2005-05-12Z11:14:14