Set the ProxyExt’s Conversion property to Linear, and enter these calculated scale and offset values:
Scale = (y2 - y1) / (x2 - x1)
Scale = (100% - 0%) / (9V - 6V) = 100/3 = 33.3333333
Offset = y1 - (Scale * x1)
Offset = 0% - (33.3333333 * 6V) = 0 - 200 = -200