Guest
#4248179
Hello, I want to scale a current value(Icurr) (in Amperes) to a corresponding 12 bit value. The to-be scaled current value(Icurr) and a 12-bit ADC value(Iact) are given as inputs to a PID controller as actual(Iact) and expected(Icurr) values. I am not sure how to approach the scaling. My idea of approach is to : For example take a 1V=4A value as an input to ADC and find the corresponding 12bit value. Take it as reference to scale Icurr accordingly. But I am also not familiar reading from a ADC data sheet to find the approximate 12bit value for an input voltage/current. Any suggestions?