Hi everybody,
I recently started creating a software for fast data acquisition using a PS4224 in fast block mode and Matlab. Unlike in the sdk for the ps3000 series, some ps4000 library function callbacks need function pointers as arguments.
Unfortunately, neither Matlab (calllib) nor Labview support function pointers as far as I know.
Is there a way to avoid writing all the software in c/c++ when using the Fast Block Mode?
I already tried providing function pointers through a Matlab mex-dll, but didn't succeed. (because I'm not a keen c-programmer and didn't manage to give multiple arguments to the ps4000RunBlock function).
Has anyone out there some more ideas on how to solve that problem?
Thank you and cheers,
Thilo
Cart

