Denys wrote:
> Is it possible to drive hardware using CIN in labview 6.1, with external
> API?
Sure! But not necessary to write a CIN. If you don't already have a DLL
(your external API you refer to), just create a DLL instead to access
your hardware. Test it in your favorite environment and then write
LabVIEW VIs to call the DLL.
CINs are from days when DLLs couldn't be called and have little use
nowadays although I do hope NI does not discontinue them just now for
many old CINs I still have laying aroung. But creating new CINs for new
software is basically not a very good idea anymore.
Rolf Kalbermatter