I'm trying to parse data from a stream of data packets that are in this format:
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.