So,I understand now how to read data from sensors, e.g.:
Code:
"MBMXX" - Information from Mother Board Monitor 5 (XX denotes the sensor number).
When using this, the tooltip defines the format of display examples are:
CODE , Tooltip
"MBM01", "C2F" (Celcius to Farenheit conversion, "F2C" also available)
"MBM01", "0C" (0 is replaced to show "59C", could also be "0.0 C" etc)
"MBM49", "0 RPM" (0 is replaced to show "4216 RPM", "0.00V" etc)
"SFXXX" - Information from SpeedFan -- SF codes start with a letter denoting the type of Info.
'v' for voltage, 't' for temperature and 'f' for fan.
For instance '"SFV3" would be the third voltage sensor
"PHIDXX"
now, can I write my own tool tip? For example something that multiplies the value by 100 before displaying it? or displays the square root of the value?
Bookmarks