You definately want to use the WORD values, but you need to use DIV32.
HTH,Code:AD_Raw=AD_Result*AD_Result1 W= AD_Raw DIV32 1000' Calculate the watts part of the result Milliwatts=W//1000 ' Calculate the Milliwatts part of the result W= W/1000 ' Calculate the watts part of the result
Bookmarks