NI PCI-6014 calibration

Hi , i'm using a NI PCI-6014 board. Comedi doesn't support it but i've added
this code to ni_pcimio.c  and  i think that it works fine (output of "info" is
correct and examples runs).

{ PCI_VENDOR_ID_NATINST, 0x28c0, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0 }

{       device_id:      0x28c0,
		name:           "pci-6014",
		n_adchan:       16,
		adbits:         16,
		ai_fifo_depth:  512,
		alwaysdither:   1,
		gainlkup:       ai_gain_4,
		ai_speed:	5000,
		n_aochan:       2,
		aobits:         16,
		ao_fifo_depth:  0,
		ao_unipolar:    0,
		caldac:         {ad8804_debug},
		has_8255:	0,
	},

What I have to do now for calibration? 
Thanks
Alberto Sechi

Received on 2004-05-21Z09:29:56