Search found 7 matches

by beginnermna
Mon May 11, 2020 12:38 am
Forum: MATLAB
Topic: Error code 51 in ps5000aRunBlock call when using ext trigger
Replies: 8
Views: 17374

Re: Error code 51 in ps5000aRunBlock call when using ext trigger

Hi
I tried to run the code given here but I am getting error code 37. Can anybody help?
by beginnermna
Fri May 08, 2020 2:45 am
Forum: MATLAB
Topic: Infinite While loop
Replies: 2
Views: 11100

Re: Infinite While loop

Hi someone from picotech support said that I have to set a scope trigger in one of my channels for what I want to do. I went through the programmer's guide and it only says how i can set a trigger for the signal generator but doesn't say anything about how I can set it for a channel. I am posting my...
by beginnermna
Fri May 08, 2020 2:07 am
Forum: General Software Discussions
Topic: Triggering a PicoScope Signal Generator using the API
Replies: 9
Views: 32788

Re: Triggering a PicoScope Signal Generator using the API

%% clear all; close all; clc; %% Load configuration information PS5000aConfig; %% Device connection % Check if an Instrument session using the device object |ps5000aDeviceObj| % is still open, and if so, disconnect if the User chooses 'Yes' when prompted. if (exist('ps5000aDeviceObj', 'var') && ps5...
by beginnermna
Tue May 05, 2020 3:17 am
Forum: General Software Discussions
Topic: Triggering a PicoScope Signal Generator using the API
Replies: 9
Views: 32788

Re: Triggering a PicoScope Signal Generator using the API

Hello
I have the same question as pantel. Also in the arbitrary signal generator setting I set shots=20 and sweeps=0 but I am just getting 8 cycles all the time. What should i do?
by beginnermna
Sun May 03, 2020 7:44 pm
Forum: MATLAB
Topic: Infinite While loop
Replies: 2
Views: 11100

Infinite While loop

I need to generate a sine wave at a fixed trigger frequency using arbitrary waveform generator of the picoscope 5242D which will be input to an ultrasound transducer. The backscattered signal from the transducer will be displayed on channel A and acoustic emission from a hydrophone will be displayed...
by beginnermna
Sat Apr 18, 2020 6:20 am
Forum: MATLAB
Topic: Pico SDK for MATLAB
Replies: 1
Views: 9600

Pico SDK for MATLAB

Hi
I installed Pico SDK 64 bit for using a Picoscope 5000 with Matlab R2017b. In some videos I have seen that the SDK folder is supposed to contain a matlab folder but I didn't find any. Is that normal or I did something wrong? If it's normal then how should I proceed from here?
by beginnermna
Tue Feb 18, 2020 9:08 pm
Forum: LabVIEW
Topic: Introducing delay in data acquisition
Replies: 1
Views: 6136

Introducing delay in data acquisition

Hi I am using Picoscope 5000 with Labview version 2015 for data acquisition from 2 channels. The duration of the data is from 0 to 150 us. I want some way to start the data acquisition at 60 us and end at 100 us. Is there any way to do that? I am totally new in Labview so any help would be greatly a...