04-30-2010 07:40 PM
Solved! Go to Solution.
04-30-2010 08:16 PM
What does "amCharts" mean? What do the file extensions have to do with this?
Can you clearly describe what it is you want to do? Then we might be able to help you.
04-30-2010 08:22 PM
04-30-2010 08:24 PM
amCharts is a program that plots data from a table, it supports extensions and xml csv
labview generate tables but not csv xml
I've done programs generate tables with xml extension but do not work
I leave you the link for you to check amCharts
http://www.amcharts.com/
04-30-2010 08:29 PM
04-30-2010 08:39 PM
ohhh thanks i will try make an example
you'll have an example of how to do that?
04-30-2010 08:54 PM
04-30-2010 09:49 PM
Search for Write to Spreadsheet File (hint: it's on the File I/O palette)
Change the delimiter to a comma by wiring a comma into the delimiter connector of that function.
If you searched the forums for "csv", you would have found numerous threads showing that LabVIEW can create a .csv file.
04-30-2010 10:09 PM
04-30-2010 10:14 PM
What "needed toolkit" are you talking about?
XML is a completely different and complicated animal. If your idea works with CSV files, then I'd go with that.
Where are you having a problem? Post your VI if necessary.