Search found 9 matches

by blaenks
Thu Jul 29, 2010 5:58 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Nice it´s working just fine!

Thanks

Mathias
by blaenks
Wed Jul 28, 2010 9:12 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Hi,

Can you maybe give me also a updatet ps4000.lib?

I don´t have so much of an idea about dll´s and lib´s so I don´t know what I need exactly to update my C++ Project in VS 2008 with the changes.

Thanks

Mathias
by blaenks
Tue Jul 27, 2010 1:11 pm
Forum: C and C++
Topic: Using ps4000GetValuesTriggerTimeOffsetBulk64 with 4227 Scop
Replies: 6
Views: 9629

Using ps4000GetValuesTriggerTimeOffsetBulk64 with 4227 Scop

Hi, I´m trying to find out the time between two triggerevents (time between two captures) in Rapidblock mode. So I think I have to use the 'ps4000GetValuesTriggerTimeOffsetBulk64' function after reading the segments form the scope. But when I use the function, i just get some wired values. Is the Ti...
by blaenks
Tue Jul 27, 2010 9:45 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Hi,

I just overwrote the old ps4000.dll with the new one in my C++ project, but nothing changed....

Do I have to do more, or the bug isn´t fixed?

Thanks

Mathias
by blaenks
Wed Jul 14, 2010 10:01 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Ok, I understand, anyway thanks for your help! So I was trying to find another solution: To have a maximum measure time i´m using now the function with the autoTrigger_ms: ps4000SetTriggerChannelProperties(handle, &properties, 1, 0, autoTrigger_ms) but I have a problem: when I set, for example, 500 ...
by blaenks
Tue Jul 13, 2010 5:18 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Hi Robin,

I have just an other question:

Is it possible in rapid block modus to count the trigger events and then transfer the counter value + a reference time while I´m capturing to the PC so that I know while I´m measuring how many events occur?

Thank´s

Mathias
by blaenks
Fri Jul 09, 2010 1:35 pm
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Hi Robin, Yes, thats a feature which i would need. To capture so long until I have all my set captures or to stop the capture after a certain time (or another reason) and read then all the captures, even when the amount is not the same as the set amount. So if it´s not a big deal do add this to the ...
by blaenks
Thu Jul 08, 2010 6:05 pm
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Re: Maximum Segments at 4227

Hi Robin, Thanks for your answer. Yes, I think that I have to use the rapid block mode (minimum time between two measurements is 2.5 µs in block mode, isn´t it?) that I can measure one pulse after another and save every pulse in a single segment. Can I read with GetValuesBulk all segments which save...
by blaenks
Tue Jul 06, 2010 10:46 am
Forum: C and C++
Topic: Maximum Segments at 4227
Replies: 16
Views: 18433

Maximum Segments at 4227

Hi, I wanna measure 10 seconds and in this 10 seconds there is a unknown amount of trigger events. Each trigger event i have to sample with 8ns, and the duration of the measurement is 20µs. So I have around 2500 Samples per Trigger event. What i wanna make is for example 1000 segments with each 2500...