Home > OS >  Parsing data packets in LabVIEW
Parsing data packets in LabVIEW

Time:05-30

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?

CodePudding user response:

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

  • Related