LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can I link between FORTRAN program and Labview

I try to use lapviwe to link betwwen different codes one of the them is FORTRAN *.for and the other is Neurosolution breadboards *.nsb but I don't know how so if you can help me I'll do appreciate that for you.
0 Kudos
Message 1 of 3
(2,882 Views)
ahmedr40,

I would suggest building the FORTRAN code into a DLL as well as the breadboard code. You can then use the Call Library Function node to call the compiled code. This would be the easiest and fastest method. You could also compile these pieces of code and link them to some C/C++ code that you can write and then call this code from LabVIEW.

Randy Hoskin
Applications Engineer
National Instruments
http://www.ni.com/ask
Message 2 of 3
(2,882 Views)
If you can gives me an example i am trying link fortran prog with labview but it gives me problem
0 Kudos
Message 3 of 3
(2,882 Views)