Thanks
Frank Pfrieger
-----== Posted via Deja News, The Leader in Internet Discussion ==-----
http://www.dejanews.com/rg_mkgrp.xp Create Your Own Free Member Forum
fpf...@my-dejanews.com schrieb in Nachricht
<6nie2b$r5g$1...@nnrp1.dejanews.com>...
>I would like to control my CCD camera, SensiCam from PCO Computer, with
>Labview and since there is no driver, I wonder how difficult it is to write
>one. The company provides DLLs, so it should be possible to write a
>call-library function.vi, but I never did that before.
if you have the functions' descriptions (function and argument types) for
the DLLs available, it's easy. Otherwise there is probably no way to do the
job by simply calling the DLLs.
Dirk
fpf...@my-dejanews.com wrote:
> I would like to control my CCD camera, SensiCam from PCO Computer, with
> Labview and since there is no driver, I wonder how difficult it is to write
> one. The company provides DLLs, so it should be possible to write a
You will need to get the appropriate DLL for your system, ie... 16bit
DLL or 32bit DLL.
You will also need details of the DLL, such as a listing of all
parameters needed and
data types.
Depending on the number of functions in the DLL, you should be able
knock this out in
an hour.
Joe