WX0 is not in volts, it is usually 12 bit or 16 bit integer, with ranges of 0-4095 or 0-65535. I would use SCALE WX0 from 0.0 to 10.0 to R0 (use the decimal point), then use R0 in place of D0, and R1 for D1, R2, for D2, etc. D0 is just 32 bit signed integer, so you won't get any fractional values like you do with R (REAL or IEEE 32 bit floating point).