Search found 3 matches

by matlabpico
Thu Aug 01, 2013 9:18 am
Forum: MATLAB
Topic: Pico 2203 64 bit wrapper dll
Replies: 5
Views: 8024

Re: Pico 2203 64 bit wrapper dll

Yes thanks, I realised my mistake. I am now using the m files in the SDK as headers and loading both the normal and wrapper dll libraries. I am now in the situation where I can successfully send the wrapper functions to the picoscope, but do not know what they do. For my application I need to contin...
by matlabpico
Tue Jul 23, 2013 3:46 pm
Forum: MATLAB
Topic: Pico 2203 64 bit wrapper dll
Replies: 5
Views: 8024

Re: Pico 2203 64 bit wrapper dll

Thanks for the wrapper. I actually switched to the 32bit matlab as I had to change machines. I am still getting exactly the same 'FcnPtr' error as before with the normal dll. When I try and load the wrapper supplied with the SDK I get the following: >> loadlibrary('PS2000wrap.dll','PS2000.h'); Warni...
by matlabpico
Tue Jul 23, 2013 11:22 am
Forum: MATLAB
Topic: Pico 2203 64 bit wrapper dll
Replies: 5
Views: 8024

Pico 2203 64 bit wrapper dll

Hi, I have been trying to load the dll into matlab with the 'loadlibrary' command. When I use the 64 bit dll I get this error: Warning: The data type 'FcnPtr' used by function ps2000_get_streaming_last_values does not exist. > In loadlibrary at 403 I saw in one of your MATLAB example posts that I sh...