Page 1 of 1
If/Then statement plugin
Posted: April 6th, 2006, 4:57 pm
by rcompart
I wish there was a plugin that worked like basic and had those functions. I'd like it so if my fans were running above 700RPMs it would display "Pass" or "Fail" and not the speed which never changes.
Thanks
Posted: April 6th, 2006, 5:17 pm
by limbo
Warn if plugin is available! :wink:
goto
http://www.eserver.gr to get it
Posted: April 6th, 2006, 11:37 pm
by rcompart
Not exactly what I was looking for but very close.
I need something that can handle If/Then/Else arguments such as the following:
IF X>700 THEN OUTPUT "OK"
IF X<700 THEN OUTPUT "FAIL"
It would also be nice if there was a way to make it so you could do the following as well:
IF X>2250 THEN OUTPUT "HIGH"
IF X<=2250 AND X>1500 THEN OUTPUT "MED"
IF X<=1500 AND X>750 THEN OUTPUT "LOW"
IF X<=750 THEN OUTPUT "FAIL"
That would be awesome since I made a temp probe for all the case fans and I'm working on one for the CPU and VGA.[/u]
Posted: April 7th, 2006, 7:45 am
by limbo
But you can use a nested call with Warn if to create what you want!
Posted: April 7th, 2006, 7:48 am
by rcompart
how? I tried to put two statements in one line and it didn't work
If you can give me a quite tutorial or a example to get me on my way I'd really apreciate it.