Well, depends on your language, but: ifkit.Ratiometric = false; The default is true, as most sensors are ratiometric, but 1135 is non-ratiometric. -Patrick For my program I used CPhidgetInterfaceKit_setRatiometric(ifKit, 0); Which gave me the same result (I allready had it disabled in my code not k...