LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Transmiss a big array to DRAM

Solved!
Go to solution

Hello, experts

I want to transmiss a big array (512×512×32) to DRAM. My device is Ni 7962R. I notice that example 'High Throughput Streaming' transmit data by TDMS file. But, how can I convert mat file to TDMS file?

0 Kudos
Message 1 of 4
(2,141 Views)
Solution
Accepted by topic author OliverZT

Hi. I just do some quick search and found out that to convert mat file to TDMS file in LabVIEW, you need to:

1) Read the mat file in LabVIEW

2) Write the data into TDMS

 

The first part can be achieved by using DataPlugins and more details about DataPlugin can be found at here.

Meanwhile, the second part can be done easily in LabVIEW. This reference should be a good guide for you.

 

All the best 😉

Best Regards,
Soo Kin Wah
Technical Support Engineer
NI
0 Kudos
Message 2 of 4
(2,065 Views)

For DRAM, see these examples:

\examples\FlexRIO\External Memory\Getting Started - External Memory\Getting Started - External Memory.lvproj

\examples\FlexRIO\External Memory\Random Access\Random Access Pattern - Memory IDL.lvproj

\examples\FlexRIO\External Memory\Memory Integrity Test\Memory Integrity Test.lvproj

\examples\FlexRIO\External Memory\Memory Throughput Test\Memory Throughput Test.lvproj


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 3 of 4
(2,058 Views)

Thank you! DataPlugins helps me a lot! The problem has been solved.

0 Kudos
Message 4 of 4
(2,028 Views)