09-09-2014 01:51 AM
Iam using lockin amplifier srs 830 for measuremnet , but it hangs after 31 sec for 512 Hz sampling rate due to limited buffer of 16000 points.Would any body help me how to remove this problem . Actually I read about Fast mode in Lockin manual but unable to find out code for that....
09-10-2014 05:32 AM
This sounds like something you should be talking to SRS about. It's not so much a LV problem as it is an issue with how the instrument works.
Mike...
09-10-2014 06:20 AM
The internal buffer can only hold ~32000 points total, so as you said you are limited to about 30 seconds of data acquisition at 512Hz sampling rate. The other problem is the output buffer is small, I believe something like 256 characters, so downoading all the points is slow also.
To make things continous, I believe you would have to experiment a bit with a circular buffer. Set the instrument to continously record points, rewriting the old data with new data in its internal buffer. You would have to write something in LabVIEW to download data every X seconds to keep up with the data flow, along with keeping your position in the buffer. (Do not download all the points at once, maybe 1-2k at a time.) How fast you can do this depends on your setup. (I'm not even sure this possible. I meant to try this with my own instrument, but never got around to it.)
Lastly I believe the FAST mode is for single point acquisition as fast a possible; your points may not be evenly spaced in time.
Cheers,
mcduff
09-10-2014 06:28 AM
Actually I have made a LV program for that and it hangs after each 31 sec for 512 Hz sampling ratedue to limited buffer in the instrument , There is command know as FAST2 that can be given to SRS830 to take data continuosly. I have tried with it but i am not succesfull in that.I need to empty the buffer regularly..
09-10-2014 06:38 AM
Hi,
Thanks for reply , Is there anyother way to sought out the problem like using DATA Acquisiton card.If yes can you please suggest me which device should i go for.
09-10-2014 08:54 PM - last edited on 11-04-2014 02:03 PM by C-T
There should be a technical paper on NI's site on how to make a software defined lock-in with a reference to a DAQ card. (Just search)
It looks like they are selling one also,
<link no longer exists>
mcduff