LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Simultaneous updation of sine wave using 2 PXI-6711 cards using RTSI Trigger

Hi ,
How to generate continuous sine wave using two pxi-6711 cards at same time without any phase shift using traditional nidaq functions.
Regards,
satya
0 Kudos
Message 1 of 6
(2,859 Views)
What programming language are you using? And why do you want to use Traditional NI-DAQ as opposed to NI-DAQmx?
-Alan A.
0 Kudos
Message 2 of 6
(2,856 Views)
i have alredy done my application using tradtional daq so i want use tradtional daq vi's.
0 Kudos
Message 3 of 6
(2,852 Views)
What programming language? LabVIEW? CVI? And what version?
-Alan A.
0 Kudos
Message 4 of 6
(2,846 Views)
labview 7.0
0 Kudos
Message 5 of 6
(2,833 Views)
In LabVIEW, go to Help>>Find Examples. Navigate to Hardware Input and Output>>Traditional DAQ>>Multiple Device. There is an example there called "Two E Series Shared Scan Clock". That example is for analog input, but you should be able to modify it to be for analog output. Basically you will just have to share the scan clock from one board(master) and use it as an 'external' clock for the other board(slave).
-Alan A.
0 Kudos
Message 6 of 6
(2,818 Views)