LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

saving table and waveform data

Hello,

what i have is a table and digital waveform graph.  what i need to do is save the data and send it to a database in xml format and then when i load the data it will populate the table and graph again.  can someone give advice or an example would be ideal.  thank you.
0 Kudos
Message 1 of 3
(2,685 Views)

Well there are a number of XML functions in String->XML, which should help you convert your data to XML.

Then, are you using the database toolkit?  If so, there's plenty of help here [broken link removed], and in the forums if you search for it.

If not, try looking here for some examples Mike Porter posted about connecting without the toolkit.

 
Message 2 of 3
(2,679 Views)
what i was doing is just converting to xml and sending the data using a tcp/ip connection but not using the toolkit.

thank you that helps
0 Kudos
Message 3 of 3
(2,673 Views)