Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

Flattening LV Timestamp to String

Hardware:
 cRIO 9004 with 9103 FPGA.

I am running your standard Low-Priority, High-Priority / Host PC split-architecture to acquire data via my 9004/9103 and sending that data via TCP/IP to my host computer.

I want to send a unique timestamp generated in the High Priority loop with my FPGA data over the TCP/IP , but need some advice on how to break it up and append it to my flattened string.  The reason I want to do this is that I want to generate a waveform from my data when it gets back to my host PC.  The data is in an array from my FPGA call.

I can cobble something together, but am wondering whether someone cleverer than I has run into this and has some advice / sample code.

Thanks!!

Wes


--------------------------------------------------------------------------------------
Wes Ramm, Cyth UK
CLD, CPLI
0 Kudos
Message 1 of 2
(2,902 Views)
Hi Wes:

If I understand correctly, all you are trying to do is to essentially transport a waveform from your RT system to your Host?

If so you can simply take the data point and the time stamp and use the Build Waveform function on your host side.

Best Regards,

Jaideep
0 Kudos
Message 2 of 2
(2,889 Views)