LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Requirement to work in Labview real time.

hi,
   My requirement is to develop a tool in Labview real time module. My doubt is can i use the Dynamic link library (dll's) of a third party's hardware(this could be a driver of may be an AFDX or an RS232 interface) in labview real time? Can anyone tell me the significant changes in Labview and Labview Real time systems?
 
 
 
 
 
 
 
 
 
 
Thanks
Jay
0 Kudos
Message 1 of 2
(2,361 Views)
 

Hi Jay,

If you want to check to see if a .dll is execuatble in LabVIEW Real-Time, there is a tool available with this document that will allow you to check. There are different reasons why a .dll might not be able to run in Real-Time, but some .dll's may be associated with some Windows functionality that is not available on a Real-Time target system.

The major differences between LabVIEW and LabVIEW Real-Time include the fact that Real-Time VIs will probably have timing in the code to increase the determinism of the system, and the VI can run on a remote target. For more introductory information on LabVIEW Real-Time, see document here.

I hope this information is helpful for you.

Regards,
Stephen S.

 
National Instruments
Applications Engineering
0 Kudos
Message 2 of 2
(2,312 Views)