Search found 5 matches

by kmajdenic
Tue Jul 20, 2010 5:12 pm
Forum: General Software Discussions
Topic: Delphi - INC file incomplete
Replies: 7
Views: 11272

Re: Delphi - INC file incomplete

Greetings, Once again thank you very much for your kind reply. I've put call ps2000_get_streaming_last_values into EXECUTE method of my thread (as you can see later on). In most of thread 'passes' value of NumberOfSamples is equal to 0. Every 8 or 10th pass value of NumberOfSamples changes into 1. I...
by kmajdenic
Mon Jul 19, 2010 10:11 am
Forum: General Software Discussions
Topic: Delphi - INC file incomplete
Replies: 7
Views: 11272

Re: Delphi - INC file incomplete

Hi, Thank you for your kind reply. Yes, you are right regarding longword type but nevertheless my version of INC is working (once I've changed sample interval to be 10 instead of 1). I've maid it run and at this moment I's struggling with understanding the meaning of call to: ps2000_get_streaming_la...
by kmajdenic
Mon Jul 19, 2010 8:49 am
Forum: General Software Discussions
Topic: Delphi - INC file incomplete
Replies: 7
Views: 11272

Delphi - INC file incomplete - Seem to be working with 10 us

I've changed call into:

ps2000_run_streaming_ns(ScopeHandle, 10, 3, 1000, 0, 1, 20000);

and now it seems to be working (if I understood correctly values 10,3 should be interpreted as 10 x pico2000_uS)
by kmajdenic
Mon Jul 19, 2010 8:42 am
Forum: General Software Discussions
Topic: Delphi - INC file incomplete
Replies: 7
Views: 11272

Delphi - INC file incomplete (Addenum)

I've tried to add this to INC file. It compiles but it reports error (Invalid floating point operation) when I make a call to: ps2000_run_streaming_ns(ScopeHandle, 1, 3, 1000, 0, 1, 20000); (time interval set to 1 and time unit set to microseconds) function ps2000_run_streaming_ns (handle : smallint...
by kmajdenic
Sun Jul 18, 2010 9:11 pm
Forum: General Software Discussions
Topic: Delphi - INC file incomplete
Replies: 7
Views: 11272

Delphi - INC file incomplete

Greetings, Writting SW for PicoScope 2205 for capturing and analyzing RS232 data (9600 baud). I'm using Delphi 2009 pro and realized that provided INC file is missing declaration for ps2000_get_streaming_last_values and ps2000_run_streaming_ns (among some others). My question would be: 1. Where can ...