LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Data Monitoring

Hi , Im using kintex 7 FlexRio with 6585B adapter .

Im loading binary files to the DRAM , and from the DRAM im sending the data using a unique protocol (IP-Core). Before the data sent outside , another IP core Calculating CRC32 , it conjugated to the original data , and then sent out.

Is there a method/option to monitor or write the data(includes the CRC32) to a file for debugging ?

0 Kudos
Message 1 of 4
(2,833 Views)

I am guessing the data you are sending is basically string that you built.

 

Simply write that string to a file using the "Write to text file" primitive or even the "write delimited spreadsheet.vi" right before or after you send the string to your device.

 

You can also use a string indicator on your front panel to monitor what the data string looks like too

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 4
(2,816 Views)

Hi,

Im loading data to the DRAM and from the DRAM to Target-FIFO, and from the Target-FIFO im sending it to my device , can i use Read/Write Control at the host side , and connect it to "Write to text file" primitive or the other method , is it the right way ?

Thank You.

 

0 Kudos
Message 3 of 4
(2,772 Views)

I would use a DMA FIFO to send the data to the host and then the host can read all of the data sent out and write that to a file.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 4
(2,763 Views)