Search found 7 matches

by srul
Thu Sep 02, 2010 8:56 am
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

hi Robin,

Ok, I need more help from you.

I need u to give me example how can I read two channels together.

is it possible only on streeming mode?

I really need the example, thanks.
by srul
Wed Sep 01, 2010 8:05 am
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

Hi again, I have a few questions: 1. can i read data from two channels together when the trigger is on channel A? 2. How can I changed the trigger level?, i used this function : short triggerVoltage = mv_to_adc(100,unit->channelSettings[PS4000_CHANNEL_B].range); // ChannelInfo stores ADC counts stru...
by srul
Thu Aug 19, 2010 12:34 pm
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

that is the thing , How do i Change the TimeBase ?? the GetTimeBase function like u said is just to discover....but How do i changed it???, I understand that if i change the Freq int the PG I need to chang also another thing in the setting function so I can receive correct data. what is the aggregat...
by srul
Thu Aug 19, 2010 12:15 pm
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

hi Robin,
Thank u for your quick answer.

sorry, But i still have the first problem.
When I changing the setting of th PG to 1KHz the data that I receive is defective, why is that?
do i need to change some other function or setting to receive
correct data?
by srul
Thu Aug 19, 2010 11:32 am
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

Hi, Thanks for your help, I succeded runing your example by changing the function "_getch()" to "getchar()" and "_kbhit()" to "keyHit()" . I have some question regarding to your sample: 1.GetTimeBase function: is it function to set the timebase or just discover which timebase available in the scop. ...
by srul
Sun Aug 15, 2010 6:10 am
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Re: Problem using PicoScope4224 sample

Hi, I have the conio.h, but he needs more files like: cdefs.h ioctl.h select.h sys-types.h termios.h types.h unistd.h those files are not there .....I download them from the internet but it's still not enough. I also tried to change the code, but it's not simple as u think. I dont know what those fu...
by srul
Wed Aug 11, 2010 1:29 pm
Forum: C and C++
Topic: Problem using PicoScope4224 sample
Replies: 13
Views: 17287

Problem using PicoScope4224 sample

Hi, I recently bought PicoScop4224, I want to use it by transfering data to my PC , I'm using your sample that called ps4000con.c with no success , there are some H files that missing that needs to run _getch & _kbhit functions , I tried to download it from the internet but he keep asking me for mor...