Search found 5 matches

by mpreciado78
Tue Dec 03, 2013 7:40 pm
Forum: MATLAB
Topic: PicoScope 6000 series with 64-bit MATLAB
Replies: 8
Views: 11685

Re: PicoScope 6000 series with 64-bit MATLAB

Histesh, Thanks for the info. These definitions are very useful and helpful for writing the code in Matlab. However, I did not manage to succeed. I only got captures with an strange behavior where sometimes I get samples calling the last streaming samples functions, and sometimes I get nothing and w...
by mpreciado78
Mon Dec 02, 2013 7:29 pm
Forum: MATLAB
Topic: PicoScope 6000 series with 64-bit MATLAB
Replies: 8
Views: 11685

Re: PicoScope 6000 series with 64-bit MATLAB

Summarizing my previous post. I am trying to trigger, but I was not able to make it work. I am using simple trigger and complex trigger, and none seem to give me a triggered signal. Simple trigger: enable=1; channel=0; threshold=10000 ; thresdir=2; delay=0; autoTriggerms=1000; STATUS=calllib('PS6000...
by mpreciado78
Mon Dec 02, 2013 6:36 pm
Forum: MATLAB
Topic: PicoScope 6000 series with 64-bit MATLAB
Replies: 8
Views: 11685

Re: PicoScope 6000 series with 64-bit MATLAB

Dear Hitesh, Thanks for you response. I am having problems with the trigger. I am able to capture data, but not synchronized with the trigger (selftriggered channel A in this example). Adding the suggested code does not seem to help too much... maybe I misunderstood something. This is the code I am ...
by mpreciado78
Fri Nov 29, 2013 6:33 pm
Forum: MATLAB
Topic: PicoScope 6000 series with 64-bit MATLAB
Replies: 8
Views: 11685

Re: PicoScope 6000 series with 64-bit MATLAB

Many thanks for your response! I managed to be able to do access to the API by using this 64 bits PS6000.dll with loadlibrary('PS6000.dll','ps6000Api.h'); Which .h need to be used for this PicoIpp.dll in "loadlibrary"? What is this for? I already got all the functions of the interface by the previou...
by mpreciado78
Thu Nov 28, 2013 12:29 pm
Forum: MATLAB
Topic: PicoScope 6000 series with 64-bit MATLAB
Replies: 8
Views: 11685

PicoScope 6000 series with 64-bit MATLAB

Hi! I am having problems trying to control the PicoScope 6403 in 64-bit Matlab (tried 2011 and 2013). When trying to use loadlibrary with the provided PS6000.dll, I have: ....PS6000.dll is not a valid Win32 application. I have read that this message is also given when it really means "Win32 for your...