i have a 1D Array in a real time system, wich i use as buffer. i want to display the fill rate of this buffer on the front panel, maybe with a thermometer or something like that. the user of the panel needs the chance to stop the system, when the array is nearly full. (i have a stop button already, only need to display the fill rate of the buffer.) i can change the length of my buffer on the panel. can i use the length of my buffer as maximum level of my thermometer???
thx and regards