hey guys... this is my problem..i am making a tensile tester... i can get the load cell reading to the serial monitor.. but is there any way to save that serial data to get the peak or maximum value?
is there any way to save that serial data to get the peak or maximum value?
How long do you want to save it for ?
Short term : declare a variable and set its value to zero. Read the load cell and if the value exceeds the previous maximum then save it to the variable
Longer term : Consider saving to EEPROM or an SD card
Hi,
Can you post the code you now have that works.
Some editing should be able to display a peak/ hold function.
Tom...