Hello Everyone,
I made a Pressure calibrator which continously sends data to pc via UART at an interval selected by user, now we are displaying it on hyper terminal, however I want to design a Labview program which will take this data and log it in excel. I was able to send numeric character in labview group them together and display on a Guage, however the Data format now is '+150.10mmWC ' followed by CR and NL., if the pressure is 150.10 mm of water column.
Can you point me some sources where I will get info to break this string and use the numeric information to display it on guage and also on graph, and also log the entire string along with time stamp in an Excel file.?
Kindly tell me the names of VI's which will be helpful for string manipulation, logging, converting that numeric string to decimal value, so I can read up on them.
Thank You.