Search found 6 matches

by armitstead
Wed Nov 09, 2011 1:12 pm
Forum: PicoScope 6 for Windows
Topic: Baud Rate Click Causes Crash
Replies: 2
Views: 3751

Re: Baud Rate Click Causes Crash

Thanks Martyn,

Downloaded V 6.6.12.4, it does the same.
Have sent in a report file.
Not a big deal really.
by armitstead
Wed Nov 09, 2011 11:28 am
Forum: PicoScope 6 for Windows
Topic: Baud Rate Click Causes Crash
Replies: 2
Views: 3751

Baud Rate Click Causes Crash

When using the CAN serial decoder, if you specify a Baud column in the serial decoding window and click on the header,
it causes PicoScope 6.5.78.5 to crash. I realise there should be no reason to want to sort on Baud when looking at CAN, I clicked on it by mistake.
by armitstead
Mon Dec 10, 2007 9:48 am
Forum: General Software Discussions
Topic: Range code on 3423 scope
Replies: 2
Views: 4803

Hello John, Thanks for your reply, I recently found out via a member of your software team that to get correct readings you need to do this:- RetVal = ps3000_run_block(handle, 1&, timebase, 1&, TimeIndisposed) Call delay(200) ' 200mS delay RetVal = ps3000_run_block(handle, NumSamples, timebase, over...
by armitstead
Fri Nov 30, 2007 6:06 pm
Forum: General Software Discussions
Topic: Range code on 3423 scope
Replies: 2
Views: 4803

Range code on 3423 scope

Pico team, Can you let me know what the range enumeration is for the automotive 3423 scope is (if it differs from that listed in the PS3000044-2 user guide? Also does this unit use the same dll as the rest of the 3000 series? I'm getting some very strange buffer values back from the ps3000_get_times...
by armitstead
Wed Aug 11, 2004 12:21 pm
Forum: General Software Discussions
Topic: adc100_open_unit and F10 key questions
Replies: 2
Views: 6551

Thanks for the quick reply Sarah, I tried setting a slow sample rate using adc100_set_interval and it makes no difference, i.e. 5 samples in 5,000,000 uS (1 sample / sec). When you explain the dll uses the whole of the PC's processing to look for the trigger, you really mean it, not even ctrl/alt/de...
by armitstead
Wed Aug 11, 2004 10:38 am
Forum: General Software Discussions
Topic: adc100_open_unit and F10 key questions
Replies: 2
Views: 6551

adc100_open_unit and F10 key questions

I've written an application in VB6 for the ADC 100, it works well, however I have a couple of questions re the use of the dll. 1) If I call adc100_open_unit it returns -1 even if the ADC 100 is not connected to the parallel port. In fact all the calls I use to the dll return the same value whether t...