Hello,
I'm trying to read and work with weight values from an Ohaus scout pro scale connected thru the serial port, so far I'm only able to concatenate the string sent by the scale and display it on the front panel.
The purposes of my application is to weight 10 items and calculate the average weight which will then serve as a reference in order to detect further items outside 2 standard deviations from the average but I'm stuck trying to get the scale data inside an array. I've read several posts where the build array, spreadhseet string to array, while loop, for loop and shift registers are mentioned but I haven't been able to figure out how to put everything together to make it work. I'm posting an image from what I have so far, as you can see I'm only able to fill the first cell of the array which then is replaced with the subsequent scale reading.
Thanks in advance for your help.
Alberto.