09-08-2005 08:43 AM
09-09-2005 05:24 PM
Hello Ak ats,
The PXI-5124 has two simultaneously sampled channels which is what you are looking for. Now, to be able to acquire data from two channels simultaneously, you would have to specify the channel numbers in the Channel Name input of the "ni_Scope Multi Read Cluster.VI" This VI has two instances: The Single Waveform and the Multi Waveform. You would need to select the Multi Waveform in order to display data of two channels.Please refer to the Getting Started Example that ships with the NI Scope driver for a description of how this is used. When specifying the channel name, you could use the following to acquire from both channels: 0,1.
The getting started example could be found in the following directory (C:\Program Files\National Instruments\LabVIEW 7.1\examples\instr\niScope\niScope EX Getting Started.vi)
Please let me know if you have any further questions.
Ayman K
03-28-2006 08:59 PM