Block Mode (PicoScope 3424)

Post your LabVIEW discussions here
Post Reply
Matw

Block Mode (PicoScope 3424)

Post by Matw »

Hello,
I've the following Problem:
I wrote a small VI to get values and the related times in Block Mode.
Every time when I start the measurement the Vi crashs and Labview ist completely closed without giving out an error.
My presumtion is that I have to change some settings.
Can someone provide me an easy way to get the right settings and modifying them - like a formula?
I'm trying it with the Pico Scope 3424 and Labview 2010.

Thank you!

Matw
Attachments
Block Mode with Times.vi
(29.66 KiB) Downloaded 619 times

Chris
Site Admin
Site Admin
Posts: 169
Joined: Tue Aug 17, 2010 9:00 am
Location: St. Neots

Re: Block Mode (PicoScope 3424)

Post by Chris »

In your ps3000_get_times_and_values function, you need to change the Calling convention from C to stdcall (WINAPI).

Post Reply