04-03-2012 05:55 AM
I'm a novice in working with labview.
We are using labview for real time measurement and control of our equipment in our lab.
We use the DAQmx software to send and receive data from our PCle-6535 card.
We easily run out of memory, went we run long continuous task.
We therefore, wish to change the sampling rate within one task, that is, to have a task with multiple sampling rate.
Is this possible to do with this card and software?
If so, how?
Please any help is welcome.
Thank you in advanced
04-04-2012 03:58 AM
Hi Torni,
if it is an option, you have to stop the task, reconfigure the rate with DAQmx Timing property noed "Sample Rate" and restart the task.
It is not possible while running.
An alternative coulde to use a varaible external clock as clock for your task.
Best regards
Andrea P.