LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple data acquisition using PXI-5124 digitizer

I have a system in which I do data acquisition of the present state of the physical system (using PXI-5124 digitizer),

give the system some change (using labview program itself) and do data data acquisition again corresponding to 

the changed state of the system.

So I need to do two data acquisitions in one loop. How do I do this ? Labview examples have some programs (attached file) that

does one data acquisition in one loop but I need to do two.

I tried to make some changes to this program but it doesn't seem to work well.

 

Thanks

0 Kudos
Message 1 of 4
(2,266 Views)

From the explanation you have given about reconfiguring the digitizer,

I think the example you are looking at is the one you want.

 

The digitizer is reconfigured with new settings every time with in that loop,

so the user can change the settings such as triggers and vertical range on the fly.

 

The original state of the example showed how it was reconfiguring the digitizer,

was there something else you wanted to add  to that example?

0 Kudos
Message 2 of 4
(2,215 Views)

Thanks for the reply.

 

Actually I want to take two readings (acquire data twice) in one loop of while loop.

0 Kudos
Message 3 of 4
(2,206 Views)

I want to use the code inside the loop twice so that I can run the following scheme:

 

Acquire data -> Perform calculation -> Acquire data -> Perform calculation

 

in one loop cycle.

 

Thanks

0 Kudos
Message 4 of 4
(2,190 Views)