Search found 11 matches

by airul2180
Tue May 20, 2014 2:18 am
Forum: MATLAB
Topic: Error connecting PicoScope 3205A with matlab
Replies: 11
Views: 15237

Re: Error connecting PicoScope 3205A with matlab

Thanks for reply,
After i applied this code same error came out.Is it Matlab2007b suitable or can be used to run sample program that i downloaded before.Thanks :(
by airul2180
Fri May 16, 2014 1:14 am
Forum: MATLAB
Topic: Time base 0
Replies: 6
Views: 8355

Re: Time base 0

Hello,
How to call ps3000aSetChannel using code. can you teach me.tq
by airul2180
Wed May 14, 2014 2:20 am
Forum: MATLAB
Topic: Time base 0
Replies: 6
Views: 8355

Re: Time base 0

Hello, i am using Pico3205a and i believed that the code almost same with you. Unfortunately, when i run your code this error came out. can you help me what going on with my code or Matlab.I am using Matlab2007b.Thanks
by airul2180
Wed May 14, 2014 1:21 am
Forum: MATLAB
Topic: Error connecting PicoScope 3205A with matlab
Replies: 11
Views: 15237

Re: Error connecting PicoScope 3205A with matlab

Yes i downloaded all files from http://www.picotech.com/. However, after i quit Matlab and reopen again,there is no error like that came out. But if i run again, same error came out which is ??? An error occurred while executing the driver connect code. Index exceeds matrix dimensions. If this error...
by airul2180
Mon May 12, 2014 1:22 am
Forum: MATLAB
Topic: Error connecting PicoScope 3205A with matlab
Replies: 11
Views: 15237

Re: Error connecting PicoScope 3205A with matlab

Thanks for your reply, actually i got the example from the folder that i downloaded. PS3000a_IC_Generic_Driver_1buffer_RunBlock
PS3000a_IC_Generic_Driver_2buffers_RunBlock
all examples in the folder gave same error.Thanks
by airul2180
Wed Apr 30, 2014 12:53 am
Forum: MATLAB
Topic: Error connecting PicoScope 3205A with matlab
Replies: 11
Views: 15237

Re: Error connecting PicoScope 3205A with matlab

Thanks for reply, i al ready copy and paste in the same folder after i execute this error came out.. ------------------------------------------------------------------------------------------------ Instrument Device Object Using Driver : PS3000a_IC_drv.mdd Instrument Information Type: Oscilloscope M...
by airul2180
Fri Apr 25, 2014 1:52 am
Forum: MATLAB
Topic: Error connecting PicoScope 3205A with matlab
Replies: 11
Views: 15237

Error connecting PicoScope 3205A with matlab

Hello, i run the matlab program PS3000a_IC_Generic_Driver_1buffer_RunBlock.m, however this error is came out. Onyone help me.Thanks \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ An error occurred while executing the driver connect code. Index exceeds matrix di...
by airul2180
Thu Apr 24, 2014 7:46 am
Forum: MATLAB
Topic: cant connect matlab with picoscope3205a
Replies: 1
Views: 3034

cant connect matlab with picoscope3205a

Hello, I just want to ask you about the reading data of picoscope using matlab. I am using matlab MATLAB R2007b and i already download all document regarding picoscope 3205a which is including function folder, ps3000a folder. So please help me how to start collect the data. Is there have tutoria for...
by airul2180
Mon Dec 10, 2012 6:44 am
Forum: C and C++
Topic: C++ Programming for PICO3205A
Replies: 5
Views: 7819

Re: C++ Programming for PICO3205A

Thanks, it`s work. I just want to know which code or variable that refer to output of real time data that we can modify. Thanks
by airul2180
Wed Dec 05, 2012 8:42 am
Forum: C and C++
Topic: C++ Programming for PICO3205A
Replies: 5
Views: 7819

Re: C++ Programming for PICO3205A

Hy thanks for the info before.but after i am followed your instruction the simple programming i wrote as follow : // cuba.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "picoStatus.h" #include "ps3000aApi.h" #include "PS3000Acon.c" int _tmain(int argc, _TC...
by airul2180
Wed Dec 05, 2012 6:02 am
Forum: C and C++
Topic: C++ Programming for PICO3205A
Replies: 5
Views: 7819

C++ Programming for PICO3205A

Hello, i need your help to do c++ programming for PICO3205A. I have run the SDK file that i got in CD but a lot of error came out.Thanks