comedilib.git
20 years agoguess reference eeprom address again
Frank Mori Hess [Tue, 24 Feb 2004 13:09:26 +0000 (13:09 +0000)]
guess reference eeprom address again

20 years agonew results
Frank Mori Hess [Tue, 24 Feb 2004 01:20:06 +0000 (01:20 +0000)]
new results

20 years agofix eeprom address for voltage reference on 6033e
Frank Mori Hess [Tue, 24 Feb 2004 01:16:25 +0000 (01:16 +0000)]
fix eeprom address for voltage reference on 6033e

20 years agomake sure ground isn't out of range during unipolar gain calibration
Frank Mori Hess [Sat, 21 Feb 2004 14:34:08 +0000 (14:34 +0000)]
make sure ground isn't out of range during  unipolar gain calibration
for 6033e

20 years agosync with comedi
Frank Mori Hess [Wed, 18 Feb 2004 00:14:30 +0000 (00:14 +0000)]
sync with comedi

20 years agoenabling support for pci-6033e
Frank Mori Hess [Mon, 16 Feb 2004 14:30:45 +0000 (14:30 +0000)]
enabling support for pci-6033e

20 years agoUpdate from Bernd Porr. Sleeps only if the file is not there.
Frank Mori Hess [Mon, 16 Feb 2004 14:02:19 +0000 (14:02 +0000)]
Update from Bernd Porr. Sleeps only if the file is not there.

20 years agoadd support for 67xx boards. Doesn't work yet, due to unknown reference
Frank Mori Hess [Sun, 15 Feb 2004 22:24:57 +0000 (22:24 +0000)]
add support for 67xx boards.  Doesn't work yet, due to unknown reference
of internal calibration adc.  On my board, it's input seems to be about
2% off from +-10V.

20 years agousbdux firmware update from Bernd Porr:
Frank Mori Hess [Sat, 7 Feb 2004 22:20:16 +0000 (22:20 +0000)]
usbdux firmware update from Bernd Porr:
Bugfix version of the firmware. When running ./cmd and ./ao_waveform at the same
time I got CRC errors on the USB. Reason: some registers in the FX2 need a
syncdelay. After a write to a register no other write is allowed to any other
register for a certain time. This is called "Syncdelay". Introduced syncdelays
for all EP registers. Now the CRC errors are gone.
Another bugfix: the byte for the CPUCS register was wrong (shifted one bit to
the left). This resulted in undefined processor speed. The speed was chosen just
by chance at power up (12Mhz,24Mhz,48Mhz).

20 years agopatch form Bernd Porr:
Frank Mori Hess [Sat, 7 Feb 2004 21:42:49 +0000 (21:42 +0000)]
patch form Bernd Porr:
added a "sleep 1" just before fxload to eliminate race condition betwwen hotplug and usbdevfs in the preemptive 2.6 kernel

20 years agosync with comedi
Frank Mori Hess [Sat, 31 Jan 2004 22:19:47 +0000 (22:19 +0000)]
sync with comedi

20 years agoupdate for usbdux driver form Bernd Porr who says:
Frank Mori Hess [Sat, 31 Jan 2004 21:57:02 +0000 (21:57 +0000)]
update for usbdux driver form Bernd Porr who says:

Had to change the USB 2.0 transfer protocol from IRQ transfer to ISO transfer.
Reason: IRQ transfer is still not stable (2.4/2.6). However, ISO transfer has
been rewritten in the kernel and works (just now in 2.6 but will be backported
sooner or later)!
I supply new firmware and a new version of the driver which now uses ISO
transfer throughout (1.1 / 2.0).

20 years agoadded description of comedi_command_test() return values
Frank Mori Hess [Sun, 18 Jan 2004 21:35:50 +0000 (21:35 +0000)]
added description of comedi_command_test() return values

20 years agofixed typo
Frank Mori Hess [Sun, 18 Jan 2004 21:35:19 +0000 (21:35 +0000)]
fixed typo

20 years agodon't make comedi_command arg INOUT
Frank Mori Hess [Sun, 18 Jan 2004 20:26:47 +0000 (20:26 +0000)]
don't make comedi_command arg INOUT

20 years agofix check for ruby.h
Frank Mori Hess [Sat, 17 Jan 2004 20:23:07 +0000 (20:23 +0000)]
fix check for ruby.h

20 years agoadd check for ruby header
Frank Mori Hess [Sat, 17 Jan 2004 20:12:17 +0000 (20:12 +0000)]
add check for ruby header

20 years agoadded configure options for disabling python and ruby bindings
Frank Mori Hess [Sat, 17 Jan 2004 19:39:54 +0000 (19:39 +0000)]
added configure options for disabling python and ruby bindings

20 years agoclean up object files
Frank Mori Hess [Sat, 17 Jan 2004 19:18:08 +0000 (19:18 +0000)]
clean up object files

20 years agoupdate README to reflect automake support for compilation/installation
Frank Mori Hess [Sat, 17 Jan 2004 19:17:42 +0000 (19:17 +0000)]
update README to reflect automake support for compilation/installation

20 years agomore autoconf support for ruby binding
Frank Mori Hess [Sat, 17 Jan 2004 19:08:46 +0000 (19:08 +0000)]
more autoconf support for ruby binding

20 years agopass arguments to configure
Frank Mori Hess [Sat, 17 Jan 2004 19:08:17 +0000 (19:08 +0000)]
pass arguments to configure

20 years agostart of automake support for ruby extension
Frank Mori Hess [Sat, 17 Jan 2004 17:11:17 +0000 (17:11 +0000)]
start of automake support for ruby extension

20 years agoruby binding and example from Steven Jenkins. I still need to tweak
Frank Mori Hess [Sat, 17 Jan 2004 16:33:09 +0000 (16:33 +0000)]
ruby binding and example from Steven Jenkins.  I still need to tweak
the Makefiles a bit to integrate it properly

20 years agoinclude typemaps.i
Frank Mori Hess [Mon, 12 Jan 2004 22:41:40 +0000 (22:41 +0000)]
include typemaps.i

20 years agoruby fix from steven jenkins
Frank Mori Hess [Mon, 12 Jan 2004 01:38:06 +0000 (01:38 +0000)]
ruby fix from steven jenkins

20 years agofix problem with html directory getting remade every time (at least
Frank Mori Hess [Mon, 12 Jan 2004 00:03:45 +0000 (00:03 +0000)]
fix problem with html directory getting remade every time (at least
with automake1.8)

20 years agoadded some m4 quoting to get rid of automake1.8 warnings
Frank Mori Hess [Sun, 11 Jan 2004 23:39:18 +0000 (23:39 +0000)]
added some m4 quoting to get rid of automake1.8 warnings

20 years agoadd some comments on obsolete sections
Frank Mori Hess [Sun, 11 Jan 2004 23:16:02 +0000 (23:16 +0000)]
add some comments on obsolete sections

20 years agorestore README.txt that got lost when I moved the python directory
Frank Mori Hess [Sun, 11 Jan 2004 23:14:44 +0000 (23:14 +0000)]
restore README.txt that got lost when I moved the python directory

20 years agoswig deprecated BOTH in favor of INOUT
Frank Mori Hess [Sun, 11 Jan 2004 23:04:35 +0000 (23:04 +0000)]
swig deprecated BOTH in favor of INOUT

20 years agomake cvs checkout compilable by people without swig
Frank Mori Hess [Thu, 8 Jan 2004 03:10:32 +0000 (03:10 +0000)]
make cvs checkout compilable by people without swig

20 years agofix typo
Frank Mori Hess [Sun, 4 Jan 2004 17:07:04 +0000 (17:07 +0000)]
fix typo

20 years agomoved SWIG code from python directory to new swig directory. Added
Frank Mori Hess [Sun, 4 Jan 2004 16:56:35 +0000 (16:56 +0000)]
moved SWIG code from python directory to new swig directory.  Added
beginnings of support for ruby swig binding

20 years agohtml_targets and man_targets not working out so hot
Frank Mori Hess [Sun, 4 Jan 2004 16:06:51 +0000 (16:06 +0000)]
html_targets and man_targets not working out so hot

20 years agodoing a retry for the preload write is useless, since the command
Frank Mori Hess [Fri, 2 Jan 2004 01:16:00 +0000 (01:16 +0000)]
doing a retry for the preload write is useless, since the command
hasn't started yet.  Print a useful error message and exit instead.

20 years agomade BUF_LEN larger, so boards with huge ao fifos (ni 67xx)
Frank Mori Hess [Fri, 2 Jan 2004 00:06:33 +0000 (00:06 +0000)]
made BUF_LEN larger, so boards with huge ao fifos (ni 67xx)
don't underrun when starting up.

20 years agotry to keep html_targets and man_targets up-to-date as automatically
Frank Mori Hess [Wed, 24 Dec 2003 16:09:30 +0000 (16:09 +0000)]
try to keep html_targets and man_targets up-to-date as automatically
as possible

20 years agouse files to keep track of html and man targets
Frank Mori Hess [Wed, 24 Dec 2003 15:46:55 +0000 (15:46 +0000)]
use files to keep track of html and man targets

20 years agofix possibility of incorrect bison invocation, when make tries to
Frank Mori Hess [Wed, 24 Dec 2003 15:40:31 +0000 (15:40 +0000)]
fix possibility of incorrect bison invocation, when make tries to
make calib_yacc.h before calib_yacc.c

20 years agoput gif back in EXTRA_DIST
Frank Mori Hess [Wed, 24 Dec 2003 15:00:47 +0000 (15:00 +0000)]
put gif back in EXTRA_DIST

20 years agoprovide prebuilt docs in distribution tarballs
Frank Mori Hess [Wed, 24 Dec 2003 01:48:51 +0000 (01:48 +0000)]
provide prebuilt docs in distribution tarballs

20 years agoadded some missing end tags, noted by Steven Jenkins
Frank Mori Hess [Sun, 21 Dec 2003 18:07:42 +0000 (18:07 +0000)]
added some missing end tags, noted by Steven Jenkins

20 years agoupdate from bernd porr to use fxload to load firmware
Frank Mori Hess [Sun, 21 Dec 2003 17:30:01 +0000 (17:30 +0000)]
update from bernd porr to use fxload to load firmware

20 years agomake dependency handling work for subdirs
Frank Mori Hess [Wed, 3 Dec 2003 02:43:47 +0000 (02:43 +0000)]
make dependency handling work for subdirs

20 years agotrying to improve calibration docs
Frank Mori Hess [Wed, 3 Dec 2003 02:43:22 +0000 (02:43 +0000)]
trying to improve calibration docs

20 years agotrying to improve calibration docs
Frank Mori Hess [Wed, 3 Dec 2003 01:47:39 +0000 (01:47 +0000)]
trying to improve calibration docs

20 years agoadd support for usb scripts/firmware
Frank Mori Hess [Sun, 30 Nov 2003 15:41:52 +0000 (15:41 +0000)]
add support for usb scripts/firmware

20 years agocomedilib support for new usbdux driver
Frank Mori Hess [Sun, 30 Nov 2003 15:41:14 +0000 (15:41 +0000)]
comedilib support for new usbdux driver

20 years agonew files
David Schleef [Thu, 20 Nov 2003 18:40:30 +0000 (18:40 +0000)]
new files

20 years agoAdd notes about compiling from CVS
David Schleef [Mon, 17 Nov 2003 20:13:42 +0000 (20:13 +0000)]
Add notes about compiling from CVS

20 years ago*** empty log message ***
Frank Mori Hess [Sat, 15 Nov 2003 14:35:20 +0000 (14:35 +0000)]
*** empty log message ***

20 years agoadd daqcard-6036e
Frank Mori Hess [Fri, 24 Oct 2003 00:56:30 +0000 (00:56 +0000)]
add daqcard-6036e

20 years agofix coarse/fine ai pregain offset caldacs for pci-6025e
Frank Mori Hess [Mon, 13 Oct 2003 19:22:07 +0000 (19:22 +0000)]
fix coarse/fine ai pregain offset caldacs for pci-6025e

20 years agofix path when creating calibration directory during install, bug noted
Frank Mori Hess [Mon, 13 Oct 2003 18:52:23 +0000 (18:52 +0000)]
fix path when creating calibration directory during install, bug noted
by Norbert Schmidt.

20 years agoadd ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary
Frank Mori Hess [Thu, 9 Oct 2003 14:59:44 +0000 (14:59 +0000)]
add ACLOCAL_AMFLAGS so automake calls aclocal correctly when necessary

20 years agohack so we don't rebuild docs with every make
Frank Mori Hess [Wed, 3 Sep 2003 03:54:06 +0000 (03:54 +0000)]
hack so we don't rebuild docs with every make

20 years agotypo
Frank Mori Hess [Wed, 3 Sep 2003 03:49:12 +0000 (03:49 +0000)]
typo

20 years agoadded a -release option for libtool, so it names the library with
Frank Mori Hess [Wed, 3 Sep 2003 02:59:00 +0000 (02:59 +0000)]
added a -release option for libtool, so it names the library with
the version instead of libcomedi-0.0.0.so

20 years agoadd id to glossary so it doesn't produce a randomly named html file
Frank Mori Hess [Wed, 3 Sep 2003 02:18:52 +0000 (02:18 +0000)]
add id to glossary so it doesn't produce a randomly named html file

20 years agolocalstatedir should be /var, thus we need append a lib/ here
David Schleef [Sat, 30 Aug 2003 04:21:50 +0000 (04:21 +0000)]
localstatedir should be /var, thus we need append a lib/ here

20 years agocoarse and fine pregain offsets were switched for pci-6024e
Frank Mori Hess [Sat, 30 Aug 2003 02:08:21 +0000 (02:08 +0000)]
coarse and fine pregain offsets were switched for pci-6024e

20 years agoadd stub for daqcard-6036e
Frank Mori Hess [Sat, 23 Aug 2003 03:26:39 +0000 (03:26 +0000)]
add stub for daqcard-6036e

20 years agoadd calib_yacc.h to BUILT_SOURCES
Frank Mori Hess [Thu, 21 Aug 2003 16:10:56 +0000 (16:10 +0000)]
add calib_yacc.h to BUILT_SOURCES

20 years agouse 'ue' instead of 'u' for uumlat
Frank Mori Hess [Thu, 21 Aug 2003 15:11:34 +0000 (15:11 +0000)]
use 'ue' instead of 'u' for uumlat

20 years agofix warnings r0_7_21
David Schleef [Sat, 16 Aug 2003 23:18:07 +0000 (23:18 +0000)]
fix warnings

20 years agoversion bump
David Schleef [Sat, 16 Aug 2003 23:11:18 +0000 (23:11 +0000)]
version bump

20 years agoforce aux dir
David Schleef [Sat, 16 Aug 2003 22:55:40 +0000 (22:55 +0000)]
force aux dir

20 years agonew makefiles
David Schleef [Sat, 16 Aug 2003 22:19:35 +0000 (22:19 +0000)]
new makefiles

20 years agorerefactor Makefile.am
David Schleef [Sat, 16 Aug 2003 22:18:05 +0000 (22:18 +0000)]
rerefactor Makefile.am

20 years agoadd Makefiles into etc/
David Schleef [Sat, 16 Aug 2003 22:17:30 +0000 (22:17 +0000)]
add Makefiles into etc/

20 years agoinstall a few more files
David Schleef [Sat, 16 Aug 2003 22:14:58 +0000 (22:14 +0000)]
install a few more files

20 years agonot needed
David Schleef [Sat, 16 Aug 2003 00:51:13 +0000 (00:51 +0000)]
not needed

20 years agoadd files
David Schleef [Sat, 16 Aug 2003 00:43:52 +0000 (00:43 +0000)]
add files

20 years agoupdates from debian package
David Schleef [Sat, 16 Aug 2003 00:42:41 +0000 (00:42 +0000)]
updates from debian package

20 years agoupdate
David Schleef [Sat, 16 Aug 2003 00:41:35 +0000 (00:41 +0000)]
update

20 years agodon't dist acq-seg.gif
David Schleef [Sat, 16 Aug 2003 00:20:54 +0000 (00:20 +0000)]
don't dist acq-seg.gif

20 years agomoved to html
David Schleef [Sat, 16 Aug 2003 00:20:41 +0000 (00:20 +0000)]
moved to html

20 years agorefactor build system for docs
David Schleef [Sat, 16 Aug 2003 00:20:02 +0000 (00:20 +0000)]
refactor build system for docs

20 years agocalibrations is installed in $localstatedir
David Schleef [Sat, 16 Aug 2003 00:18:46 +0000 (00:18 +0000)]
calibrations is installed in $localstatedir

20 years agodist generated lex and yacc sources
David Schleef [Sat, 16 Aug 2003 00:18:04 +0000 (00:18 +0000)]
dist generated lex and yacc sources

20 years agoremove flex and bison from build deps
David Schleef [Sat, 16 Aug 2003 00:16:32 +0000 (00:16 +0000)]
remove flex and bison from build deps

20 years agoInstall calibrations/ to localstatedir
David Schleef [Sat, 16 Aug 2003 00:15:58 +0000 (00:15 +0000)]
Install calibrations/ to localstatedir

20 years agoremove include from EXTRA_DIST
David Schleef [Sat, 16 Aug 2003 00:15:29 +0000 (00:15 +0000)]
remove include from EXTRA_DIST

20 years agoupdate version. switch back to using docbook2xxx, and test for
David Schleef [Sat, 16 Aug 2003 00:15:15 +0000 (00:15 +0000)]
update version.  switch back to using docbook2xxx, and test for
each one.  Jade/jw doesn't really have a way to test for backends.

20 years agoignore externally referenced ranges in get_bipolar_lowgain(), etc.
Frank Mori Hess [Fri, 15 Aug 2003 21:13:29 +0000 (21:13 +0000)]
ignore externally referenced ranges in get_bipolar_lowgain(), etc.

20 years agomarked sv_ functions as deprecated
Frank Mori Hess [Mon, 11 Aug 2003 20:05:06 +0000 (20:05 +0000)]
marked sv_ functions as deprecated

20 years agoignore install errors for manpages
Frank Mori Hess [Fri, 8 Aug 2003 18:41:20 +0000 (18:41 +0000)]
ignore install errors for manpages

20 years agoit's https instead of http
Frank Mori Hess [Fri, 8 Aug 2003 17:38:59 +0000 (17:38 +0000)]
it's https instead of http

20 years agoadded missing </para>
Frank Mori Hess [Sat, 2 Aug 2003 03:58:21 +0000 (03:58 +0000)]
added missing </para>

20 years agofixed closing of </refentry>
Frank Mori Hess [Sat, 2 Aug 2003 03:44:13 +0000 (03:44 +0000)]
fixed closing of </refentry>

20 years agoadded support for fine unipolar offset caldac, especially for pci-6042e.
Frank Mori Hess [Sat, 2 Aug 2003 03:20:22 +0000 (03:20 +0000)]
added support for fine unipolar offset caldac, especially for pci-6042e.
updated pci-6052e status to STATUS_DONE (unipolar analog output
linearity calibration works correctly now).

20 years agomoved a few lines around for clairity
Frank Mori Hess [Sat, 2 Aug 2003 03:18:36 +0000 (03:18 +0000)]
moved a few lines around for clairity

20 years agoupdated results using debug caldacs
Frank Mori Hess [Sat, 2 Aug 2003 03:17:49 +0000 (03:17 +0000)]
updated results using debug caldacs

20 years agotweaks, and always reset fine caldacs before adjusting corresponding
Frank Mori Hess [Wed, 23 Jul 2003 20:00:49 +0000 (20:00 +0000)]
tweaks, and always reset fine caldacs before adjusting corresponding
coarse caldac

20 years agoupdated pci-6031e status to STATUS_DONE, and made pegs happen only
Frank Mori Hess [Mon, 21 Jul 2003 19:23:58 +0000 (19:23 +0000)]
updated pci-6031e status to STATUS_DONE, and made pegs happen only
when caldacs are reset.

20 years agoupdated results
Frank Mori Hess [Mon, 21 Jul 2003 19:22:38 +0000 (19:22 +0000)]
updated results

20 years agodo seperate unipolar ai calibration on ni boards that need it
Frank Mori Hess [Sun, 20 Jul 2003 05:10:13 +0000 (05:10 +0000)]
do seperate unipolar ai calibration on ni boards that need it

20 years agodon't save multiple values for the same caldac channel
Frank Mori Hess [Sun, 20 Jul 2003 03:20:50 +0000 (03:20 +0000)]
don't save multiple values for the same caldac channel

20 years agoadd pci-6031e support.
Frank Mori Hess [Sat, 19 Jul 2003 22:48:31 +0000 (22:48 +0000)]
add pci-6031e support.