LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Est-i possible d'utiliser un CIN node sous LabVIEW RT?

Pour une application paticulière j'aurais besoin d'interfacé un fichier C avec LabVIEW mais sous RT. Est-ce possible?
0 Kudos
Message 1 of 2
(2,346 Views)
Hi,
 
Technically, you can use a CIN or DLL in your LabVIEW Real-Time program. However, the RTOS on the real-time processor does not support the entire Windows API (although the most commonly used functions are included). In most cases, if your DLL or CIN works on a Windows machine it will work on the RTOS, but if your C code is making function calls that are not included in the Win32 subset that the RTOS has, then the code will fail.

Regards,

David D. - Application Engineer - NI France


0 Kudos
Message 2 of 2
(2,338 Views)