LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

CINs - does it have to be 'c' code?

Can any other languages possibly be used (such as java) in CINs?

Thanks,

Don
0 Kudos
Message 1 of 3
(3,542 Views)
don roth wrote:

> Can any other languages possibly be used (such as java) in CINs?
>
> Thanks,
>
> Don

Not that I am aware of. The process involves compiling the code
and then inporting that into LV format. I am not up on Java but if
it compiles to the same type of object that 'C' code does then
it may be possible.

Kevin Kent
0 Kudos
Message 2 of 3
(3,542 Views)
> Can any other languages possibly be used (such as java) in CINs?
>

If you can produce a DLL, then you can call that from LV. This
might be possible with a CIN, but it would be much easier with
a DLL and a Call Library Function instead.

The important thing about the DLL is that is uses the
calling conventions and datatypes that LV supports, and that
the dialog tells LV what the DLL expects.

Greg McKaskle
0 Kudos
Message 3 of 3
(3,542 Views)