Integration Time
Integration Time
changing the integration time on the PicoScope 4424 model example for VB?
Last edited by fernando on Wed Dec 04, 2013 5:06 pm, edited 1 time in total.
Re: Integration Time
Hi Fernando,
Are you referring to changing the sampling interval?
Which capture mode are you looking to use?
Thanks,
Are you referring to changing the sampling interval?
Which capture mode are you looking to use?
Thanks,
Hitesh
Technical Support Engineer
Technical Support Engineer
Re: Integration Time
Hi!
I need to make measurements with acquisition time of 1000 samples per second. I'm using the block mode. The measurements made show a lot of noise when using voltages in millivolts
Thanks.
I need to make measurements with acquisition time of 1000 samples per second. I'm using the block mode. The measurements made show a lot of noise when using voltages in millivolts
Thanks.
Re: Integration Time
Hi Fernando,
What timebase index are you using to set the sampling interval? Have you referred to the Programmer's Guide for guidance on how to select the timebase index?
What voltage range are you setting on the channel?
Regards,
What timebase index are you using to set the sampling interval? Have you referred to the Programmer's Guide for guidance on how to select the timebase index?
What voltage range are you setting on the channel?
Regards,
Hitesh
Technical Support Engineer
Technical Support Engineer
Re: Integration Time
Hi,
The response of question is present in the data below:
Call ps4000SetChannel(handle, 0, 1, 1, 12)
Call ps4000SetChannel(handle, 1, 1, 1, 3)
Call ps4000SetChannel(handle, 2, 0, 1, 12)
Call ps4000SetChannel(handle, 3, 0, 1, 12)
timebase = 20000
no_of_samples = 500
status = ps4000GetTimebase(handle, timebase, no_of_samples, time_interval, 16, max_samples, 0)
status = RunBlock(handle, 0, no_of_samples, timebase, 16, 0)
My doubt too is about selection of the range of time base: low or high. In accordance with the page 17 of the programer's guide.
Thanks.
The response of question is present in the data below:
Call ps4000SetChannel(handle, 0, 1, 1, 12)
Call ps4000SetChannel(handle, 1, 1, 1, 3)
Call ps4000SetChannel(handle, 2, 0, 1, 12)
Call ps4000SetChannel(handle, 3, 0, 1, 12)
timebase = 20000
no_of_samples = 500
status = ps4000GetTimebase(handle, timebase, no_of_samples, time_interval, 16, max_samples, 0)
status = RunBlock(handle, 0, no_of_samples, timebase, 16, 0)
My doubt too is about selection of the range of time base: low or high. In accordance with the page 17 of the programer's guide.
Thanks.
Re: Integration Time
Hi Fernando,
Is 20000 the correct index that you intend to use? This corresponds to ~999us.
Which channel are you getting the noise on?
Does it do the same when you use PicoScope 6?
Regards,
Is 20000 the correct index that you intend to use? This corresponds to ~999us.
Which channel are you getting the noise on?
Does it do the same when you use PicoScope 6?
Regards,
Hitesh
Technical Support Engineer
Technical Support Engineer
Re: Integration Time
Hi,
The measures must be realized in the time of 500 milliseconds. The number of measures must be equal to 500.
All channels feature noise.
A test of measure realized with a battery of 9 V too presented the noise
What you mean when refers to the PicoScope 6?
The index of 20000 don't generates 999us. According page 17 of programmer's guide, the index 20000 generates 250us.
The application of the PicoScope in this project is necessary voltages the measure of 400 V in the channel A and 100 mV in the channel B (or other) of dinamic form .
Thanks.
The measures must be realized in the time of 500 milliseconds. The number of measures must be equal to 500.
All channels feature noise.
A test of measure realized with a battery of 9 V too presented the noise
What you mean when refers to the PicoScope 6?
The index of 20000 don't generates 999us. According page 17 of programmer's guide, the index 20000 generates 250us.
The application of the PicoScope in this project is necessary voltages the measure of 400 V in the channel A and 100 mV in the channel B (or other) of dinamic form .
Thanks.
Re: Integration Time
According the table of the page 17, the question is about the select of mode "high" or "low".
As select the mode high of the time base?
Is necessary select this the mode for a test, what procedure must be utilized?
As select the mode high of the time base?
Is necessary select this the mode for a test, what procedure must be utilized?
Re: Integration Time
You don't select high or low, it is set by the value of n as listed in the table. You will be using high for the timebase you mention, hence a time interval of 999.95 usecs
Martyn
Technical Support Manager
Technical Support Manager
Re: Integration Time
OK!
But about of the noise level solution?This is the my big problem.
Thanks.
But about of the noise level solution?This is the my big problem.
Thanks.
Re: Integration Time
Are you using a laptop connected to the mains ? Try running on batteries.
Are there other possible sources of noise nearby ? Try moving the scope and cables.
Are there other possible sources of noise nearby ? Try moving the scope and cables.
Martyn
Technical Support Manager
Technical Support Manager