LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

calling fortran f90 in labview

dear frnds..

i have labview 7.0 and a matlab script file.. the matlab file uses the
excel files obtained as output from labview and the processes it and
sends the output back to labview for display.. can any one tell me how
i can accomplish this ??

thanz in advance

karthik

0 Kudos
Message 1 of 6
(3,259 Views)
LabVIEW has a Matlab node that you can use to call your Matlab script. You can create terminals on it as input/output. There's examples that ship with LabVIEW and the LabVIEW Help is pretty clear on this. You will obviously need Matlab installed on the computer running the LabVIEW code.

Just out of curiosity, where does fortran f90 fit into this? The subject of your post contains this.
0 Kudos
Message 2 of 6
(3,242 Views)
Actually you do not need to have Matlab installed on the machine that you are using with the LabVIEW MathScript node. The m-script file syntax can be understood by several software packages. The LabVIEW MathScript Node (and MathScript Window in LabVIEW 8.20), are simply providing the capability of LabVIEW to work with m-script syntax. You may also want to take a look at a Developer Zone tutorial for the LabVIEW MathScript Node. I hope this is useful for you. Thanks,

Mike D.
National Instruments
Applications Engineer
0 Kudos
Message 3 of 6
(3,227 Views)
I indicated that Matlab needed to be installed since the poster said that LabVIEW 7.0 was being used. I may be mistaken, but wasn't the Mathscript node introduced in LabVIEW 8? I know it's not in 7.1.
0 Kudos
Message 4 of 6
(3,226 Views)

You are correct, MathScript was not part of LabVIEW 7.1 or earlier. LabVIEW 8.0 was the first release to include MathScript.

Sam Shearman
0 Kudos
Message 5 of 6
(3,193 Views)
smercurio,

Yes, as Sam mentioned, LabVIEW 8.0 was the first release to include MathScript. I had misread your previous post; I thought you were speaking about the MathScript Node. Sorry for the confusion!

Mike D.
0 Kudos
Message 6 of 6
(3,180 Views)