11-27-2024 09:06 PM
Hello,
I have the Agilent 34401 Read Multiple Measurements.vi example
it appears to read as fast as possible
does anyone have any examples where you can set the sampling frequency?
google AI says maximum is 1kHz / 1 sample per millisecond
so if I set it to 10kHz, I assume I would get an error or maybe it would default to the maximum it could do
but if I want to sample every 100ms for example, how could I do that?
I supposed I could put a 100ms delay in the while loop but this doesnt seem efficient.
Thank you
11-28-2024 01:24 AM
Hi cwhw,
@cwhw112 wrote:
if I want to sample every 100ms for example, how could I do that?
I guess you could read the manual for your device to find the answer.
Did you?
11-29-2024 07:13 PM
It looks like it can be set with remote interface operation
I dont know how to do this
11-29-2024 08:54 PM
I have been searching online and not finding much of anything.
I made the code:
and ran it and didnt get an error
but when I ran the example program
with 10 samples, it only took a few seconds, not 100