Search found 4 matches

by rs20
Wed May 17, 2017 11:12 pm
Forum: C and C++
Topic: Cannot disable auto-trigger when doing pure digital trigger
Replies: 2
Views: 4069

Re: Cannot disable auto-trigger when doing pure digital trig

Just closing the loop here; I tried using ps3000aSetDigitalPort: ps3000aSetDigitalPort(unit.handle, PS3000A_DIGITAL_PORT1, 1, 3276 /* 0.5V */); This caused my program to crash, with a near-identical message to that shown in this other post of mine. However, upgrading to VS2017 has stopped this crash...
by rs20
Wed May 17, 2017 10:59 pm
Forum: C and C++
Topic: Crash in supplied ps3000Acon project
Replies: 3
Views: 4476

Re: Crash in supplied ps3000Acon project

Hi Hitesh,

Thanks for the prompt response! I've since tried using the GitHub link you provided, which entailed upgrading from Visual Studio 2013 to VS 2017 as well. When all the dust settled, the Digital Block triggered demo works without crashing, so we can consider this issue fixed!
by rs20
Wed May 17, 2017 10:38 am
Forum: C and C++
Topic: Cannot disable auto-trigger when doing pure digital trigger
Replies: 2
Views: 4069

Cannot disable auto-trigger when doing pure digital trigger

I'm having huge trouble configuring my 3406D MSO to use a purely digital trigger. The following code ought to wait for 128 falling edges on D11, but the scope nearly instantly progresses between steps 5 and 10 even when D11 is tied to 3.3V (i.e., there should be no falling edges). Steps 5 and 6 show...
by rs20
Wed May 17, 2017 10:21 am
Forum: C and C++
Topic: Crash in supplied ps3000Acon project
Replies: 3
Views: 4476

Crash in supplied ps3000Acon project

Hardware: 3406D MSO, Windows 10 64-bit.

Steps to reproduce: Run ps3000acon, type 'D' (Digital Ports menu), then 'T' (Digital Block Triggered).

Outcome:
crash.png
Oscilloscope is working fine with the Picoscope 6 software, so it seems to be a software bug.