Hello,
thx for the info. I tried some stuff about the CIN's, but those doesn't
seem to me as a good method, because in a CIN, you put things from the
Labview program (if i understood well). The job i have to do is writing
a visual C++ program that can change some of the parameters in the VI,
and can then start the VI...
Better do it with the dll's than maybe. If you got some info about that,
it's always welcome...
Greetz,
Bull's
Oleg wrote:
>
> Hi,
> we very often use both LV and Visual C++ or Delphi. The best solution
> as I think is to write DLLs in text based languages and then call the
> functions from LV. This is very convinient and easy.
> Another way is to use CINs (Code interface Nodes). This is a type of C
> code which could be used in L
V. You can read about it in your manual
> or help file.
>
> Good luck.
>
> Oleg Chutko.