
PCL-711  PC-LabCard



This driver supports the following hardware:

	pcl711		PCL-711
	pcl711b		PCL-711B
	acl8112dg	ACL-8112DG
	acl8112hg	ACL-8112HG

The PCL-711 card only supports immediate mode, i.e., COMEDI_TRIGNOW.
With interrupts enabled (software configured using comedi_config),
the PCL-711B can perform both timed analog input and externally
triggered analog input.

The frequency of the trigger clock is given by

  freq=2.0e6/((i>>16)*(i&0xffff))

where i is comedi_trig->trigvar.  Note that neither (i>>16) nor (i&0xffff)
can be 0 or 1.


channel    type
------------------
 0-7	analog inputs
  8	analog output
  9	digital input
 10	digital output



David Schleef
<ds@stm.lbl.gov>
