03-05-2007 09:02 AM
03-12-2007 10:53 AM
Hello,
If I have well understood, you want to generate an analog output from your USB-6259 to trigger 12 analog input of the same device ?
I need more information about LabVIEW and NI-DAQ driver versions that you are using?
What kind of signal do you want to generate on the USB-6259 device?
Best Regards.
03-13-2007 11:02 AM
I'm using Labview 7.1 and traditional DAQ mx.
rgds
philippe
03-14-2007 05:50 AM
03-14-2007 06:08 AM
Sorry,
Ni-DAQmx 8.3.0.f.0
03-14-2007 08:32 AM
Hello Popo,
You can use two example in LaVIEW 7.1 :
1) Cont Acq&Graph Voltage Int Clk.vi allows you to make an acquisition on inputs of your device after an analog trigger from the APFI 0 line.
2) Cont Gen Voltage Wfm Int Clk.vi allows you to generate a waveform on an output of your device.
Connect the output of the device to the APFI 0 of the device: Refer to NI-DAQmx Help >> NI-DAQmx device terminals help to have more information about all terminals of your device.
Start the generation VI and then start the acquisiton VI.
You can combine the two VIs by a single VI but you have to make sure that you start the generation before the acquisiton. Please, refer to Multi-Function-Synch- AI-AO.vi to have an example.
Regards.
03-14-2007 08:48 AM
Thanks Mohamed ,
I will play with these examples.
Regards
Popo