Block mode example for PS2203

Post your LabVIEW discussions here
Post Reply
Miguel Herrmann
Newbie
Posts: 0
Joined: Wed Aug 04, 2010 1:23 pm

Block mode example for PS2203

Post by Miguel Herrmann »

Hi

I've tested the ps2000_fast_stream.vi with succes, and then I've been trying to write my own "block-mode" vi for my ps2203 but I'm having trouble with the ps2000_run_block function of the ps2000.dll. :?
I'm only using functions of the ps2000.dll and not from the ps2000wrap.dll.
Can any one tell me how to obtain an working vi example for "block-mode" with the ps2203?
And where do I find descriptions of the functions of the ps2000wrap.dll?

Thank you in advance :D
Miguel

Robin
Advanced User
Advanced User
Posts: 558
Joined: Fri Sep 19, 2008 10:17 am

Re: Block mode example for PS2203

Post by Robin »

Hi Miguel

There is a block mode example in the SDK (ps2000_block.llb) and it is not necessary to use the wrapper for block mode (only fast streaming).

The source code for the wrapper is also included in the SDK (ps2000wrap.c).

Regards

Robin

Post Reply