Commit graph

613 commits

Author SHA1 Message Date
David Schleef
2cdfa17091 Fixes to make python and docs build correctly 2003-06-04 02:42:08 +00:00
David Schleef
90b41e5960 Rewrite of python wrappers based on swig 2003-06-03 23:57:32 +00:00
Frank Mori Hess
598fa693a6 removed obsolete advanced.sgml. Got rid of references to hard-coded
comedi_config paths
2003-06-01 18:58:55 +00:00
Frank Mori Hess
c06d17d1dd removed assumption that comedi_config is in /usr/sbin 2003-06-01 18:44:41 +00:00
Frank Mori Hess
840b17a894 fix script for different common comedi_config paths 2003-06-01 18:38:22 +00:00
Frank Mori Hess
788056d3b0 move some warning messages so they will actually get seen 2003-05-31 16:59:29 +00:00
Frank Mori Hess
9825b8a1af be a little more careful about fixing up calibration file path, although
it doesn't make any practical difference
2003-05-31 16:58:45 +00:00
Frank Mori Hess
ad40297bf2 catch some errors 2003-05-28 21:22:59 +00:00
Frank Mori Hess
9b78a41963 fix default calibration file path for boards with '/' in name 2003-05-28 21:18:34 +00:00
Frank Mori Hess
aa47373687 replace return with YYABORT 2003-05-28 18:55:36 +00:00
David Schleef
4ebdc2dbbe update. 2003-05-27 19:05:56 +00:00
Frank Mori Hess
aa28c07bde added support for new cb_pcidas64 board types 2003-05-25 21:20:41 +00:00
Frank Mori Hess
80034d661d made sv order adjustable 2003-05-25 21:11:20 +00:00
Frank Mori Hess
d3973e1666 fix statistics of new_sv_measure, and reduce number of steps in
check_gain_chan_x
2003-05-25 16:20:42 +00:00
Frank Mori Hess
fa4100f9a3 use CR_EDGE and CR_INVERT constants instead of magic numbers 2003-05-24 21:15:06 +00:00
Frank Mori Hess
a18d21726f new results 2003-05-22 21:40:50 +00:00
Frank Mori Hess
f233ede6ef make verbosity options work again 2003-05-22 20:49:53 +00:00
Frank Mori Hess
299d9df1de trivial tweak 2003-05-22 20:42:34 +00:00
Frank Mori Hess
e036c5a8d4 increased sv->order for 611x 2003-05-22 20:30:41 +00:00
Frank Mori Hess
f2bdfdfd13 still trying to get 611x ai to calibrate well, trying to increase
settling time now.
2003-05-22 16:13:12 +00:00
Frank Mori Hess
78c5a7e9bd cleanup some redundant initialization of sv stuff 2003-05-22 16:12:07 +00:00
Frank Mori Hess
93cb91df25 fix analog out ch 1 calibration, and calulation of variable ai
reference source for 611x
2003-05-21 18:44:28 +00:00
Frank Mori Hess
d2a9fc95d6 added some warning messages when binary calibrations set caldacs to
max/min values
2003-05-21 17:52:41 +00:00
Frank Mori Hess
de2714e5fe increase N_OBSERVABLES even more for 611x 2003-05-21 17:16:09 +00:00
Frank Mori Hess
b277b8dda2 fix assignments that should have been equality tests 2003-05-20 15:09:01 +00:00
Frank Mori Hess
8c46a0f9c8 made comedi_config install into sbin instead of bin subdirectory 2003-05-19 23:31:47 +00:00
Frank Mori Hess
6ad2b6c950 trying to fix undefined symbol problems people are having 2003-05-18 00:26:59 +00:00
Frank Mori Hess
4cfdf12baa added -D_REENTRANT to library cflags 2003-05-16 21:15:17 +00:00
Frank Mori Hess
a47a8b6028 updated for autoconf stuff 2003-05-16 19:41:13 +00:00
Frank Mori Hess
67ee3b3914 added some DPRINT's to ni_labpc calibration so there is some indication
it is doing something
2003-05-09 00:04:12 +00:00
Frank Mori Hess
4c95630d22 added driver name to default calibration file path 2003-05-09 00:00:51 +00:00
Frank Mori Hess
8217d590a7 added ni_labpc support 2003-05-08 23:57:03 +00:00
Frank Mori Hess
10045b2f61 added entries for additional calibration functions 2003-05-08 00:35:19 +00:00
Frank Mori Hess
f905699fd7 fix broken dependencies, and man page generation 2003-05-08 00:34:29 +00:00
Frank Mori Hess
85731bd443 added examples, and more/updated option descriptions 2003-05-07 18:12:28 +00:00
Frank Mori Hess
c3199c93c8 fixed some bad behaviour when using default calibration file path 2003-05-07 00:13:00 +00:00
Frank Mori Hess
8a9e9861f1 made default comedi_calibrate behaviour a little smarter, shared more
code between comedilib and comedi_calibrate
2003-05-06 23:37:45 +00:00
Frank Mori Hess
0d0bfe17b9 exposed some lower-level calibration functions for more flexibility 2003-05-06 18:26:21 +00:00
Frank Mori Hess
0f45648de4 cleanup old 1602/16 stuff 2003-05-06 05:50:04 +00:00
Frank Mori Hess
4a28456b8d added options for specifying which subdev, channel, range, aref you
want comedi_calibrate to apply calibration for before exiting
2003-05-06 01:24:50 +00:00
Frank Mori Hess
d5ea98f55b changed convention for default calibration file naming to something
more transparent and robust (since I figured out how to get minor number
from code for ls)
2003-05-06 00:36:18 +00:00
Frank Mori Hess
4172580d89 took out some debug messages i accidentaly left in 2003-05-05 14:37:39 +00:00
Frank Mori Hess
2e3cf8307f made polarity determination in binary calibrations more robust, to fix
problems I saw when caldac pushed input out-of-range
2003-05-05 03:38:26 +00:00
Frank Mori Hess
9799051d65 fixed comedi_apply_calibration so it applies all matching calibrations
instead of just the first one
2003-05-05 03:18:19 +00:00
Frank Mori Hess
5ff5c24212 increased max number of observables for 611x boards, added postgain
offset to generic calibration routines, used generic cal for mc pci-das1602/16
calibration.
2003-05-05 00:11:50 +00:00
Frank Mori Hess
230835193e pruned some dead code 2003-05-05 00:09:12 +00:00
Frank Mori Hess
f1d8792682 converted all remaining boards (except mc pci-das1602/16) to use
generic calibration support
2003-05-04 02:16:31 +00:00
Frank Mori Hess
d1a57c9710 rearranged prep of adc for dac calibration to be more flexible 2003-05-03 22:25:05 +00:00
Frank Mori Hess
13d4399dcd converted calibration of measurement computing 60xx boards over to
generic code
2003-05-03 22:08:24 +00:00
Frank Mori Hess
4db55f5044 moved COMEDI_VERSION_CODE() macro to comedilib.h, added some version
checks to comedi_calibrate so it complains if it's using a driver
with known bugs.  Converted 6071 calibration to ad8804 addressing.
2003-05-03 14:59:26 +00:00