Search found 9 matches

by staffa
Wed Feb 24, 2021 11:56 am
Forum: Getting Started
Topic: Issue with Picoscope 4224A
Replies: 6
Views: 5780

Re: Issue with Picoscope 4224A

Any further support on this issue?

I have not heard from your Support guy (Gerry) in two days.

His suggestions so far, are inconsistent with the code in your example PS4000ABlockExample and with your manual for running Block mode (3.6.1.1).

Thanks.
by staffa
Thu Feb 18, 2021 9:44 am
Forum: Getting Started
Topic: Issue with Picoscope 4224A
Replies: 6
Views: 5780

Re: Issue with Picoscope 4224A

Thank you!
Regards,
Andy
by staffa
Wed Feb 17, 2021 1:46 pm
Forum: Getting Started
Topic: Issue with Picoscope 4224A
Replies: 6
Views: 5780

Re: Issue with Picoscope 4224A

Hi Folks,

Can you please acknowledge receipt of my emails?

Thanks.
Regards,
Andy
by staffa
Tue Feb 16, 2021 2:21 pm
Forum: Getting Started
Topic: Issue with Picoscope 4224A
Replies: 6
Views: 5780

Re: Issue with Picoscope 4224A

I looked for a method of generating a ticket on your site and simply could not find one.

I have no idea where to find the ticket you have generated is.

Please provide a link.

Thanks.
by staffa
Tue Feb 16, 2021 11:13 am
Forum: Getting Started
Topic: Issue with Picoscope 4224A
Replies: 6
Views: 5780

Issue with Picoscope 4224A

Hi Folks, Just trying to get the 4224A working. Mostly all fine, but I've hit a snag. I'm using the RunBlock method of collecting data. My calls prior to this (in order) are: SetChannel GetTimebase SetSimpleTrigger SetDataBuffer On receipt of the data, I Stop the collection. The first data collectio...
by staffa
Wed Nov 27, 2019 2:32 pm
Forum: Getting Started
Topic: Picoscope 4224-11 RunBlock returns no data
Replies: 0
Views: 6788

Picoscope 4224-11 RunBlock returns no data

Hi Folks, I'm using the RunBlock command with a callback delegate for notification when data is ready. After the callback delegate has fired to inform me data may be read, I use the GetValues(ps4000GetValues) command to retrieve the data. Occasionally (1 shot in 50) all the values in the buffer are ...
by staffa
Thu Feb 28, 2019 2:45 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: C#/VB Query on SetTriggerProperties PS4224-11
Replies: 2
Views: 10630

Re: C#/VB Query on SetTriggerProperties PS4224-11

Apologies, I’ve realised how badly my question was phrased. It is my understanding that the wrapper class “ps4000Wrap.dll” is only used in VB because some calls directly to the main “ps4000.dll” cannot be made in VB.Net. Therefore I would like to know the underlying call in the “ps4000.dll” made by ...
by staffa
Thu Feb 28, 2019 8:47 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: C#/VB Query on SetTriggerProperties PS4224-11
Replies: 2
Views: 10630

C#/VB Query on SetTriggerProperties PS4224-11

We are using a PS4224-11 scope. Our original program is in VB.Net. We are porting this to C#. In our original VB program we used this function from your wrapper to set the trigger level for channel A: Declare Function SetTriggerProperties Lib "ps4000wrap.dll" (ByVal handle As Short, ByRef triggerCha...
by staffa
Tue Feb 26, 2019 3:11 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: SetChannel call on 4224-11
Replies: 1
Views: 9648

SetChannel call on 4224-11

Hi Chaps, Scope PS4224-11 Query w.r.t. to the ps4000SetChannel call. Our original program is in VB.Net. Here, we use the call above to set the range to 28 = PS4000_ACCELEROMETER_5V (from your ps4000Api.h): status = ps4000SetChannel(_psHandle, 0, 1, 1, 28) I am now porting the code to C#. I am using ...