Search code examples
xmlparsingxml-parsingpacketlabview

Parsing data packets in LabVIEW


I'm trying to parse data from a stream of data packets that are in this format:

enter image description here

What would be the best way to go about doing this in LabVIEW?


Solution

  • You may use "Scan from string" function to parse that data. Be aware of proper decimal point character. enter image description here