There are several PMBus commands that require writing telemetry data to be used. Use the same coefficients previously calculated for the application and apply these coefficients using Equation 4.
Equation 4. Y = (mX + b) × 10R
where
- X = the real-world value (volts, amps, watts, temperature, and so forth)
- m = the slope coefficient, a 2-byte, two's complement integer
- Y = a 2-byte, two's complement integer written to the device
- b = the offset, which is a 2-byte, two's complement integer
- R = the exponent, which is a 1-byte, two's complement integer