LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transfer function from step response

Barb, how can I take the values I have an excel, and make them into a useable array in labview ? Do i have to make a .hws ?

0 Kudos
Message 11 of 13
(1,117 Views)

There are several (and I really mean that) ways to move data from Excel into LabVIEW. Each technology is based on your needs. The easiest one is to save your Excel file as .csv and read it with this function:

 

comma-separator.png

 

Then you use Array functions to get the data in the way you need for your Sytem Identification function.

Barp - Control, Simulation, RTT and HIL - National Instruments
0 Kudos
Message 12 of 13
(1,108 Views)

I also found this document on the web that gives you step-by-step instructions.

 

http://digital.ni.com/public.nsf/allkb/C944B961B59516208625755A005955F2

Barp - Control, Simulation, RTT and HIL - National Instruments
0 Kudos
Message 13 of 13
(1,102 Views)