- From: walter corbetta <corbetta_at_aero.polimi.it>
- Date: Fri, 05 Nov 2004 15:58:55 +0100
hi!,
I'm using NI-PCI6071E for AI and the NI-PCI6713 for AO.
I'm working in kernel space and I want simultaneously write and read. TO
do this I use command in this way:
AI NI-PCI6071E
cmd.scan_begin_src=TRIG_TIMER;
cmd.scan_begin_arg=SAMP_TIME;
AO NI-PCI6713
cmd.scan_begin_src=TRIG_EXT;
cmd.scan_begin_src=7;
I have configured the board in this way:
PFI7/STARTSCAN of PCI6071E >comedi_dio_config(dev,7,7COMEDI_OUTPUT);
PFI7 of PCI6713 >comedi_dio_config(dev2,7,7,COMEDI_INPUT);
in this way I hope to sincronyze the start_scan.
my board support this type of configuration?
this is the rigth way to procede?
I have always to use write or comedi_data_write for the output or I can
use command? There are other way to do this operation?
Walter
Received on 2004-11-05Z14:58:55