Search found 36 matches

by jaray
Mon Feb 23, 2015 2:58 pm
Forum: C and C++
Topic: Trouble using ps5000aSetSigGenArbitrary with PicoScope 5244B
Replies: 9
Views: 11095

Re: Trouble using ps5000aSetSigGenArbitrary with PicoScope 5

So using the lib included in the new SDK build caused more problems than fixed. I am now getting: "acquisition5000.obj:-1: error: LNK2019: unresolved external symbol __imp__ps5000aGetTimebase2@24 referenced in function "private: void __thiscall Acquisition5000::blockDataHandler(char *,long)" (?block...
by jaray
Mon Feb 23, 2015 2:17 pm
Forum: C and C++
Topic: Trouble using ps5000aSetSigGenArbitrary with PicoScope 5244B
Replies: 9
Views: 11095

Re: Trouble using ps5000aSetSigGenArbitrary with PicoScope 5

I didn't use that function because the version of the SDK I had, downloaded in early January, listed the function in the header file but did not seem to have it in the dll. I will download the latest SDK and try it out this morning. As far as the AWG goes, I will make the necessary corrections and s...
by jaray
Fri Feb 20, 2015 8:27 pm
Forum: C and C++
Topic: Trouble using ps5000aSetSigGenArbitrary with PicoScope 5244B
Replies: 9
Views: 11095

Trouble using ps5000aSetSigGenArbitrary with PicoScope 5244B

In order to verify I can am to use the AWG in my program, I used AWG drawer in PicoScope 6 to draw a one cycle square of 1024 samples. It starts high at 1 and goes to -1 halfway through the cycle. Since the 5244B requires the signal to be from -32768 and +32767, I wrote this function to do this as s...
by jaray
Wed Feb 18, 2015 3:35 pm
Forum: USB PC Oscilloscopes
Topic: Starting PicoScope 5244B Function Generator out of phase
Replies: 1
Views: 2592

Re: Starting PicoScope 5244B Function Generator out of phase

To answer my own question, I believe I was able to do exactly what I wanted using matlab to create a csv file of the exact waveform I wanted. Further tests will tell me if it will work as I need it to, but for now things look good.
by jaray
Tue Feb 17, 2015 9:24 pm
Forum: USB PC Oscilloscopes
Topic: Starting PicoScope 5244B Function Generator out of phase
Replies: 1
Views: 2592

Starting PicoScope 5244B Function Generator out of phase

Hi, I was wondering if it is possible to control the starting phase of a PicoScope 5244B. We are looking into using an out of phase sine wave as a control to a time controlled gain amplifier. I will be writing my own software for this. By the looks of it seems the best way would be for me to create ...
by jaray
Wed Jan 14, 2015 8:53 pm
Forum: C and C++
Topic: using ps5000aRunBlock
Replies: 9
Views: 15799

Re: using ps5000aRunBlock

Hi, I believe I am running into similar problems using the supplied SDK 10.5.2.1 with Visual Studios C++ 2013. The current .lib provided is still dated 2/12/13 while the header is 9/11/2014 and dll is 12/11/2014. Specifically what I am running into is Error 2 error LNK2019: unresolved external symbo...