Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Speedfan Help

Discuss anything to do with plugins

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo

Post Reply
bedrosm
Posts: 3
Joined: March 14th, 2005, 11:29 pm

Speedfan Help

Post by bedrosm »

Is there anyway to show the temperature in Fahrenheit instead of Celsius using speedfan plug-in. Even though I have Fahrenheit select under speedfan and it's showing all the temperatures in Fahrenheit, speedfan plug-in is still showing it to me in Celsius using LCD Smartie 5.3. Any help would be appreciated.

limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I think that the plugin returns only celsious degrees... :?
but im not sure

I have to links may help you just in case you didn't noticed about then
1. http://lcdsmartie.sourceforge.net/atitoolplugin.html
this is the plugin's page...
2.http://sourceforge.net/forum/forum.php? ... _id=416971
and this is a post in old forums about demo.dll a convertion method is described there and may be useful.

jfb9301
Posts: 4
Joined: February 15th, 2005, 2:54 pm

Re: Speedfan Help

Post by jfb9301 »

bedrosm wrote:Is there anyway to show the temperature in Fahrenheit instead of Celsius using speedfan plug-in. Even though I have Fahrenheit select under speedfan and it's showing all the temperatures in Fahrenheit, speedfan plug-in is still showing it to me in Celsius using LCD Smartie 5.3. Any help would be appreciated.
use the demo.dll plugin function 10

10=Converts Celcius to degrees Fahrenheit. (x * 1.8) + 32
example: $dll(demo,10,$Temp2,0)

hagakure
Posts: 5
Joined: June 8th, 2005, 11:32 am
Location: South Florida
Contact:

Post by hagakure »

I'm sorry but I don't understand this procedure, I currently have
"CPU: $dll(speedfan,2,1,0)?C" which displays "CPU: 54?C"
I' tried to insert and config your post example
"$dll(demo,10,$Temp2,0)" only gives"32"
Can you go into more detail?

Jahntassa
Posts: 5
Joined: June 7th, 2005, 11:38 pm

Post by Jahntassa »

Can you nest the dlls?

$dll(demo,10,($dll(speedfan,2,1,0)),0)?F

? I have no idea if it'd be able to send the speedfan dll call to the demo, or not..

hagakure
Posts: 5
Joined: June 8th, 2005, 11:32 am
Location: South Florida
Contact:

Post by hagakure »

Unfortunately that didn't work, it returns an error
"plugin had exception: '(53)' is not a valid floating point value
But I just modified your suggestion a bit....
"CPU: $dll(demo,10,$dll(speedfan,2,1,0),0)?F "
"Chipset: $dll(demo,10,$dll(speedfan,2,2,0),0)?F "
returns
"CPU: 127?F"
"Chipset: 95?F"
Thanks alot, you got it!

Jahntassa
Posts: 5
Joined: June 7th, 2005, 11:38 pm

Post by Jahntassa »

Awesome! Now I can use it on mine since I finally got the LCD in the car!

Post Reply