Search found 163 matches

by gruntman
Thu Jan 22, 2009 4:41 pm
Forum: C and C++
Topic: How to get actual voltage reading in PicoScope 3424?
Replies: 6
Views: 11583

Bikash, Yes, you are correct. All of our units return the values from the driver in ADC counts. The PS3424 will return the values normalized to 16 bits readings also. This is to make use of oversampling when you have it enabled. To convert the readings to voltage readings you can use the following f...
by gruntman
Thu Jan 22, 2009 4:27 pm
Forum: General Software Discussions
Topic: Why is voltage incorrect?
Replies: 5
Views: 6798

Mark,

Thanks for the update. I'll be sure that we get our example updated to fix this. Thanks!

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
by gruntman
Thu Jan 22, 2009 12:12 am
Forum: Hardware
Topic: USING ENVIROMON WITH 2 GSM MODEMS
Replies: 5
Views: 28211

Chris, To remove the internal battery simply remove the 4) screws under the rubber tabs on the back of the unit. Separate the two halves and you will see the rechargeable battery. Simply unplug the connector to disconnect the battery. Regards, Richard Boyd Crag Technologies, Inc http://www.pc-oscill...
by gruntman
Wed Jan 21, 2009 11:59 pm
Forum: General Software Discussions
Topic: Why is voltage incorrect?
Replies: 5
Views: 6798

Hello,

How are you obtaining the values that are correct? Describe your testing setup for us so we can track down the source of the problem. Thanks!

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
by gruntman
Wed Jan 21, 2009 11:54 pm
Forum: VB and VBA (Excel, Access)
Topic: Spectrum
Replies: 1
Views: 4743

gtfa, To get the peak and minimum decibel amplitude of the sound waveform you are going to have to run the signal though a FFT. The FFT is generated through the software as the PicoScope units export the raw data times and values. There are several sources of code available for the different types o...
by gruntman
Mon Jan 19, 2009 5:34 pm
Forum: VB and VBA (Excel, Access)
Topic: Volts range
Replies: 3
Views: 7519

gtfa, The auto range function is a procedure setup in the PicoScope software. This isn't unfortunately a function that the unit does automatically. You can write your own function in VB to achieve basically the same thing. Essentially, you have your program look at the ADC counts and if one of the c...
by gruntman
Fri Jan 16, 2009 6:56 pm
Forum: VB and VBA (Excel, Access)
Topic: Volts range
Replies: 3
Views: 7519

gtfa, The ADC-100 has a 12 bit ADC inside of it. The driver outputs the counts from this ADC with values ranging from 0-4095. 0 would be the farthest negative value and 4095 would be the farthest positive. So if you are on the ±20V scale 0 would be -20V and 4095 would be +20V. To convert the ADC co...
by gruntman
Thu Jan 15, 2009 11:30 pm
Forum: Linux
Topic: Gumstix + pico
Replies: 2
Views: 7399

Rick, Gumstix mini computers allow you to run various Linux operating systems such as Ubuntu, Fedora, Debian, SuSe, Gentoo, Centos 5 etc. Our drivers have been tested under Fedora, Ubuntu, openSUSE 10.3. However since we do not directly support Linux applications (we do however provide drivers and e...
by gruntman
Thu Jan 15, 2009 11:11 pm
Forum: USB PC Data Loggers
Topic: Diagram for using LM35 with USB ADC-11
Replies: 2
Views: 6624

Thomas,

The ADC-11 terminal board manual shows how to connect the LM35 to the ADC-11's terminal board. You may view this diagram online at http://www.picotech.com/document/pdf/ad ... ons-en.pdf.

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
by gruntman
Thu Jan 15, 2009 11:05 pm
Forum: Linux
Topic: 5000 series 64 Bit drivers
Replies: 1
Views: 5490

Mik,

The 64-bit Linux drivers for the PS5000 series are available for download and use. You can download them online at labs.picotech.com. Let us know if you have any questions about them.

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
by gruntman
Wed Sep 10, 2008 12:18 am
Forum: General Software Discussions
Topic: PS2205 AWG questions
Replies: 7
Views: 10189

bmckenney, First off my apologizes, I seemed to have been mistaken/forgotten. The PS220x series AWG and External Trigger do function separately due to the fact that the the PS220x series there is in fact no external trigger. The signal out connector is strictly a signal out. I do apologize on this f...
by gruntman
Tue Sep 09, 2008 6:07 pm
Forum: General Software Discussions
Topic: PS2205 AWG questions
Replies: 7
Views: 10189

bmckenney, The trigger and the AWG logic are independent of each other. However only one or the other may be used at the same time. This is due to them both using the same connector. If you are outputting a signal with the AWG on there is no way to input a signal back into this port to use it as an ...
by gruntman
Tue Sep 09, 2008 11:06 am
Forum: PicoScope 6 for Windows
Topic: R6.1.0 unstable with PS3424
Replies: 5
Views: 8114

Steve/Mark, There appears to be a corrupt file on your system when the upgrade was installed. You should be able to simply run the install program and instead of uninstalling and reinstalling select the repair option. This will ensure that the installer completely replaces all the files that the pro...
by gruntman
Mon Sep 08, 2008 4:20 pm
Forum: USB PC Data Loggers
Topic: Measuring temperature with ADC-20 & LM35
Replies: 2
Views: 5204

Chris,

The LM35 reqiures a voltage supply of 4 to 30 volts. As the ADC-20 only operates at 2.5V you will need an external power supply to use it with the ADC-20.

Regards,

Richard Boyd
Crag Technologies, Inc
http://www.pc-oscilloscopes.com
by gruntman
Mon Sep 08, 2008 4:02 pm
Forum: General Software Discussions
Topic: PS2205 AWG questions
Replies: 7
Views: 10189

bmckenney, 1) The AWG will start outputting the signal immediately after the function has been called. 2) A null value (0) entered into the sweeps parameter will make the AWG output the signal continuously when the start and stop frequencies are different. 3) The signal out connector after the AWG h...