07-15-2011 02:44 PM
Hi,
I am trying to make a chart that reads out the data from some scales I have. I can get the weight on a regular read out, but I also want to have it read out on a chart. How would I go from a string to a chart? Here is a picture, the string I want to send to the chart is labled Weight read.
07-15-2011 05:15 PM
There are a couple of string-to-number converters under "Programming: String: String/Number Conversion."
You could try one of those. You may have to use some of the other string functions to get it into a nice format-- for instance, if your device reports an number with units, you might need to strip off the units. Hope that helps, good luck!