my program has a taring function which tares a scale to 0. The taring function runs on a feedback node. The taring option works fine. My problem is when i exit the program and enter in again the tare dissappears.
Example:
say i have a reading of 19.9 grams on my scale, and i tare it to 0 grams, scale works fine
i exit and log back in, i end up with a reading of 19.9 grams again, not 0 grams
Is there a way to save the value in the feedback loop when i log out? In other words, Is it possible to write a number to a constant or a variable within the feeback loop?