LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Using Excel Data for Real Time Application on FPGA

Hello,

Please I need help in using data from Excel for real time application. At the moment, I can read the data from Excel into Lab view, but need help in using it for real time simulation on FPGA (Compact Rio 9024)

0 Kudos
Message 1 of 6
(4,374 Views)

Hi staff,

 

please explain the meaning of "data from Excel"! Which file format do you use? How do you read this data using LabVIEW?

 

Why can't you use this data on your cRIO target? What's the problem?

 

Suggestion:

Store your "Excel data" as CSV files, they can easily be read even on RT targets (using the spreadsheet file functions)!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(4,370 Views)

Many thanks.

Actually am able to read the excel file in tab delimited format. (see attached) using the "read from spreadsheet file.vi" function. However, I cannot find this same function among those supported by FPGA for real time applications.

 

 

Regards,

Staff

0 Kudos
Message 3 of 6
(4,336 Views)

Hi Staff,

 

the FPGA cannot access your harddrive!

You need to send data from your RT host to the FPGA.

 

There are example projects explaining all this so examine them…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(4,326 Views)

OK.. many thanks. Please do you have any link to such example projects

0 Kudos
Message 5 of 6
(4,296 Views)

Hi staff,

 

you will find example projects here: LabVIEW -> File menu -> "New…"

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 6 of 6
(4,292 Views)