Search found 7 matches

by Edk
Thu Sep 18, 2014 11:15 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: 32-bit code won't work on 64-bit OS (VB.NET)
Replies: 3
Views: 5470

Re: 32-bit code won't work on 64-bit OS (VB.NET)

Hi Hitesh, I've just made sure that I have the latest DLL but it hasn't made a difference. I've disabled the trigger and tried it without with the same result, and double checked that the values make sense for the signal that is being received when it is not disabled. VoltageRange is 8 and triggerle...
by Edk
Tue Sep 16, 2014 5:59 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: 32-bit code won't work on 64-bit OS (VB.NET)
Replies: 3
Views: 5470

32-bit code won't work on 64-bit OS (VB.NET)

I've been struggling to work out why this doesn't work properly on a 64 bit OS, I've followed the advice about the target CPU but that didn't help. I can get it to connect, and run in streaming mode. When I try to use block mode, it triggers OK but never becomes ready for me to collect the data. I'v...
by Edk
Wed Jul 17, 2013 9:34 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: ps3000_ready (changed topic)
Replies: 4
Views: 7200

Re: ps3000_ready (changed topic)

Sorry, I didn't see your reply - in the end I sidestepped the issue by only using 32 bit computers in the affected area.
by Edk
Sun Jun 30, 2013 10:33 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: ps3000_ready (changed topic)
Replies: 4
Views: 7200

Re: ps3000_ready

The previous problem is related to the fact that I'm trying to run software that has worked for a long time on a new 64bit machine, the problem above came up when I tried using the 64bit DLL. Using the software as it was before gives a different problem that I've decided to go back to - the PS3204 i...
by Edk
Fri Jun 28, 2013 10:35 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: ps3000_ready (changed topic)
Replies: 4
Views: 7200

ps3000_ready (changed topic)

I can't get our 3204 to return anything other than 0 from ps3000_run_streaming, here is the code I am using: ps3000_run_streaming(ps_handle, 1, 40, 0) I've verified that the handle is valid, these numbers worked previously but now that I have updated our ps3000.dll it no longer functions. Has someth...
by Edk
Fri Jun 17, 2005 7:54 am
Forum: General Software Discussions
Topic: Streaming problems
Replies: 1
Views: 4636

Never mind, I've abandoned streaming and gone for block mode instead.
by Edk
Tue Jun 14, 2005 2:02 pm
Forum: General Software Discussions
Topic: Streaming problems
Replies: 1
Views: 4636

Streaming problems

I'm using a 3204, writing in visual basic .NET on an XP box, and trying to get streaming working. However, after a lot of wrestling with my own program, I tried the one that comes with the drivers and found that it doesn't work there either - I get no results at all out of it. I've tried Picoscope a...