11-24-2008 07:11 PM
i have a vi that convert to kml ,
there is something wrong i want to have the time out of the file , wich it does only not in the right field it displays as a value
But the kml need some thing specific format something like this
<TimeStamp>
<when>2007-01-14T21:05:02Z</when>
</TimeStamp>
and mine data is like this
<Data name="val">
<value>17:22:33.751</value>
</Data>
i have really no in depth know how to solve this some one who knows how?
11-24-2008 08:51 PM
What is "kml"?
Do you mean XML?
11-24-2008 10:01 PM
11-24-2008 10:09 PM
11-25-2008 04:32 AM
11-25-2008 06:52 AM
11-26-2008 09:08 AM
11-26-2008 10:00 AM
11-26-2008 10:06 AM
well andre this is written from this VI (exceot the value of course 17:22:33.751 ) becuase this was read out of the file that was selected and the file is a normal text file with data and headers that indicate the signal name
<Data name="val">
<value>17:22:33.751</value>
</Data>
11-27-2008 03:25 AM