How can I split a 4 line string and then be able to parse a certain part of the decomposed string? I am using a Hart Scientific 1529 Thermometer. It has 4 channels and i've attached some sample data that I've collected along with the .vi I am using for collection.
The data is gathered 4 lines at a time once per second for each measurement. I tried wiring a "string subset" followed by a "Fract/Exp string to Number" (to the Serial Read) but that gave me the 4 values of the temperature one after the other. I would like to have each channel output to an individual numeric indicator (4 total).