Search found 7 matches

by Renaat
Thu May 16, 2013 5:25 pm
Forum: MATLAB
Topic: Picoscope executable
Replies: 1
Views: 4786

Picoscope executable

Hello, Below i have some code to read my signal into matlab. After this i do some operations. This works all but now i want to make an executable so i can use it on a pc without maltab. When i make the executable i always get a problem. Always at loadlibrary. The error is can't find lcc.exe. i alrea...
by Renaat
Fri Dec 07, 2012 1:14 pm
Forum: MATLAB
Topic: PS5000
Replies: 8
Views: 10231

Re: PS5000

Hello,

Thx Hitesh, my program works fine now.
Thx for your help.

Grtz

Renaat
by Renaat
Thu Dec 06, 2012 2:13 pm
Forum: MATLAB
Topic: PS5000
Replies: 8
Views: 10231

Re: PS5000

Hi, I just changed the things u said, but i still don't get any data (always 0 in buffer). We created a signal on signal_out with amplitude 500 mV peak-to-peak and frequency 1000 Hz, and now we want to measure that signal on channel A. I don't understand what i do wrong. U got some suggestions ? Thx...
by Renaat
Thu Dec 06, 2012 11:36 am
Forum: MATLAB
Topic: PS5000
Replies: 8
Views: 10231

Re: PS5000

Hello, Thx for your response Hitesh. I always get an error in GetValues. Matlab say always parameter must be a scalar. If i change 'RATIO_MODE_NONE' to 0, it works but i always get 0 in my bufferChA. What do i wrong ? Thx in advance Renaat clc; clear all; close all; loadlibrary 'PS5000.dll' 'ps5000A...
by Renaat
Tue Dec 04, 2012 3:09 pm
Forum: MATLAB
Topic: PS5000
Replies: 8
Views: 10231

Re: PS5000

Hi, clc; clear all; close all; loadlibrary 'PS5000.dll' 'ps5000Api.h' addheader 'picoStatus.h' mfilename 'PS5000MFile'; if ~libisloaded('PS5000') error('library PS5000.dll or PS5000.h not found') %check if the library is loaded end Buffer = zeros(1,1000000); [methodinfo,structs,enuminfo] = PS5000MFi...
by Renaat
Tue Dec 04, 2012 12:38 pm
Forum: MATLAB
Topic: PicoScope 3000A/B Generic Instrument Driver - Release
Replies: 6
Views: 17750

Re: PicoScope 3000A/B Generic Instrument Driver - Release

Hello,

Is there also a driver support for the 5000 series ?

Thx

Renaat
by Renaat
Tue Dec 04, 2012 12:33 pm
Forum: MATLAB
Topic: PS5000
Replies: 8
Views: 10231

PS5000

Hello, I have a Picoscope 5204 and i want to measure a signal on channel A and plot this data into matlab. I found some examples here on the forum for the 3000 and 4000 series but nothing for the 5000 series. Is there somebody who got a simple solution to make this examples also running on the 5000 ...