LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use external code on CVS 1450 with LabView RT 7.1?

Hi,
I am looking for any information regarding the use of external code (C++) on the CVS 1450 series with LabView RT.
Is it possible?
If yes, how do I have to compile the external code? (I could not find any good information rgarding the hardware of the CVS 1450)

Have fun,
FReAK
0 Kudos
Message 1 of 3
(2,671 Views)
Hi FReAK,
it is possible to call external code compiled into a DLL on any RT-Target, included the CVS 1450. Because the API is restricted to a subset of the WIN32API it would be the best way to use LabWindows/CVI to build the DLL. The CVI compiler can check these restrictions:
http://zone.ni.com/devzone/conceptd.nsf/webmain/619C8925F531EE7986256B110078E678?opendocument
>> section: LabWindows/CVI Functionality in the LabVIEW Real-Time Module

There are some more resources discussing topics like call/debug DLLs on LabVIEW-RT-Systems:
http://digital.ni.com/public.nsf/websearch/0BF52E6FAC0BF9C286256EDB00015230?OpenDocument

DLL-Calls in LabVIEW-RT:
http://digital.ni.com/public.nsf/websearch/10BC32F28B9D440686256BB30069AB48?OpenDocument

Call a DLL from LabV
IEW, in general:
http://zone.ni.com/devzone/conceptd.nsf/2d17d611efb58b22862567a9006ffe76/b26a875aca51c567862567ca0055ff24?OpenDocument

Related (3rd Party Hardware):
http://digital.ni.com/public.nsf/websearch/F97B93E42ABDCDDC862569AF006B9F6B?OpenDocument

Regards Thomas.
Message 2 of 3
(2,671 Views)
Thank you very much for this detailled information!
Now I have something to read for a while 😉

Have a nice day,
FReAK
0 Kudos
Message 3 of 3
(2,671 Views)