Commit graph

480 commits

Author SHA1 Message Date
Frank Mori Hess
63b0079527 added command line option for specifiying name of file you want to write
calibration to
2003-02-24 19:20:12 +00:00
Frank Mori Hess
b7de679b2f fixed setting of __comedi_errno after ioctl 2003-02-16 16:45:13 +00:00
Frank Mori Hess
60a24ae631 all analog input ranges are now calibrated for meas computing pci-das60xx 2003-02-05 23:04:14 +00:00
Frank Mori Hess
46b3372b1a added a couple convenience functions 2003-02-05 19:04:53 +00:00
Frank Mori Hess
69971fa3d2 updated reference to old lineo cvs server 2003-02-05 15:05:31 +00:00
Frank Mori Hess
62d3635bc5 want to use ino_t to identify comedi device file instead of dev_t, which
always contains major/minor number of hard drive
2003-02-05 04:18:29 +00:00
Frank Mori Hess
28c57d548a removed some dead code 2003-02-04 19:45:45 +00:00
Frank Mori Hess
def13891a2 writing calibrations to a file should be useable now 2003-02-04 18:21:07 +00:00
Frank Mori Hess
a59ba8a07c initial support for writing a set of calibrations to a text file 2003-02-02 01:56:05 +00:00
Frank Mori Hess
1974104db9 added linefeed 2003-01-09 17:53:46 +00:00
Frank Mori Hess
32f85d18a9 better error message when reading calibration voltages from eeprom 2003-01-01 23:22:08 +00:00
Frank Mori Hess
9d4aa91837 include string.h for memset() 2003-01-01 23:08:07 +00:00
Frank Mori Hess
ea64ba8daa fixing includes for exit(), memset() for gcc 2.96 compiler warnings 2003-01-01 23:07:02 +00:00
Frank Mori Hess
884ac97d58 ignoring error so make install works when docs not built 2003-01-01 23:05:48 +00:00
Frank Mori Hess
68b2748c32 analog output calibration for cb_pcidas boards, plus reading of calibration
voltages from eeprom.
2003-01-01 22:47:07 +00:00
Frank Mori Hess
50ea72bc51 inactive support for reading calibration voltage from eeprom on 611x
(not sure if ni_get_reference() is correct)
2003-01-01 22:46:35 +00:00
Frank Mori Hess
5160eeba97 update status of pci-das1200 2002-12-31 02:15:31 +00:00
Frank Mori Hess
55e46d503d fix compiler warning 2002-12-31 01:13:13 +00:00
Frank Mori Hess
fa70781423 added cb_pcidas driver 2002-12-31 01:09:03 +00:00
Frank Mori Hess
340c849fcc new dev_info names for pcm-das08 and daqcard-1200 so pcmcia script runs
comedi_config correctly
2002-12-11 02:38:01 +00:00
Frank Mori Hess
48b8faab17 added some comments about how internal voltage reference appears when
using +-50V or +-20V input ranges
2002-11-29 22:02:35 +00:00
Frank Mori Hess
a1b5be053f added ability to adjust settling time used by new_sv_measure(), since 611x
needs more than standard 99usec settle.
2002-11-29 21:54:01 +00:00
Frank Mori Hess
6d37fae4c9 611x calibration works now 2002-11-29 21:29:04 +00:00
Frank Mori Hess
9e713197bb fixed comedi_nanosleep(), which did nothing before 2002-11-29 21:27:40 +00:00
Frank Mori Hess
28cbcb99d8 added error check for mmap() call 2002-11-26 20:06:22 +00:00
Frank Mori Hess
7f188a8354 rearranged order of 611x observables to deal with only having 2 ai channels on 6111 2002-11-25 21:05:13 +00:00
Frank Mori Hess
328365c267 I think we finally have 611x calibration right 2002-11-25 20:56:34 +00:00
Frank Mori Hess
0b0afb5fa0 correcting ao caldac channels after fixing caldac type in driver 2002-11-24 15:41:11 +00:00
Frank Mori Hess
c4bef70db0 611x documentation was wrong, calibration sources do not correspond
to those from other boards.  Guessing at index for 5V positive 0V negative
calibration source.
2002-11-24 15:16:49 +00:00
Frank Mori Hess
33ec9a58fa changed printing of "offset , target" to "reading , target" since
the value it was printing was the actual voltage reading and not an
offset from the target value
2002-11-24 15:15:05 +00:00
Frank Mori Hess
d8c8e696af 611x calibration doesn't like 5v-0v reference for gain calibration, wants 5v-5v reference 2002-11-23 21:34:40 +00:00
Frank Mori Hess
6629cece60 fix calibration channels for 611x analog output 2002-11-23 21:09:27 +00:00
Frank Mori Hess
57106eaf63 fixed 611x names to match ni_pcimio driver 2002-11-23 18:15:45 +00:00
Frank Mori Hess
1719e7a0ad added CR_ALT_SOURCE and CR_ALT_FILTER to observe_insn.chanspec's, needed
by 611x, and should be harmless to other boards
2002-11-23 18:13:17 +00:00
Frank Mori Hess
5685d1ae2b increased BUF_LEN, so demo works better with ni boards 2002-11-22 21:45:05 +00:00
David Schleef
6bc9f5f03d update from comedi 2002-11-22 07:17:15 +00:00
David Schleef
847fb8c86c Fix for cases where the command doesn't allow source choices 2002-11-22 07:15:09 +00:00
David Schleef
087e6042d4 fix mmap testing 2002-11-22 06:48:39 +00:00
Frank Mori Hess
8ab0f19e34 changed & to %, before it seemed to assume the buffer size was a power of
2
2002-11-20 00:43:19 +00:00
Frank Mori Hess
f0e92b1322 added documentation for comedi_data_read_delayed() and comedi_data_read_hint()
because I'm sick of anwering questions about why comedi_data_read() returns
inaccurate values.
2002-11-18 23:49:57 +00:00
Frank Mori Hess
962c9d0a89 611x calibration support. More conversion to new CONFIG_ALT_SOURCE usage
(backward compatibility with AREF_OTHER should still work )
2002-11-18 17:05:14 +00:00
Frank Mori Hess
a838d43cea updating status of 6023 2002-11-12 18:36:26 +00:00
David Schleef
ebde7f1f3d Fixes, add cb_das16_cs 2002-11-05 05:21:52 +00:00
David Schleef
9f8336c828 install de LC_MESSAGES 2002-09-25 01:19:18 +00:00
David Schleef
97f351cfd0 lksjdf 2002-09-25 01:17:17 +00:00
David Schleef
88f6c3061c Fix i18n 2002-09-25 01:16:02 +00:00
David Schleef
a220597b4b remove some stuff that is in the lib now 2002-09-25 01:12:16 +00:00
David Schleef
5dae30af2f add some error checking 2002-09-25 01:11:47 +00:00
David Schleef
086659fc59 fix typo on comedi_open 2002-09-25 01:08:16 +00:00
David Schleef
c5e8857bb1 Last log is bogus. Should be: disable AO0 on 6071e, since it
doesn't work correctly.
2002-09-25 01:04:41 +00:00