I'm reading an analog input with node-red-contrib-s7 and would like to convert this analog value to a scale from 0 to 100.
Any tips on how to get the function to convert?
Will the range node help you do this ?
Yes, I managed to do it through the range node. Thanks