It is currently September 28th, 2023, 8:43 am
Using HWiNFO with Rainmeter
-
- Rainmeter Sage
- Posts: 5185
- Joined: April 12th, 2012, 9:40 pm
- Location: Cedar Point, Ohio, USA
Re: Using HWiNFO with Rainmeter
You will find the answer to convert comma separated number strings here: https://forum.rainmeter.net/viewtopic.php?f=5&t=20304&start=10#p191616
:: My DA Gallery :: Rainmeter DA Gallery :: Rainmeter Workshops :: Rainmeter Documentation :: BBCode Guide ::
-
- Rainmeter Sage
- Posts: 2462
- Joined: March 23rd, 2015, 5:26 pm
Re: Using HWiNFO with Rainmeter
Don't use the "pretty" measures to get numeric values. These return text like "2,345 RPM", so use them only for showing formatted output. Instead, use measures that get the "raw" values from the "ValueRawN" registry keys, like the [MeasureGPUTempValueRaw] measure does. These return plain numbers, which you can use as input to the bar meters and other meters that require numeric input.PyroBlitz89 wrote: ↑June 7th, 2021, 9:04 pm I apologize if this has been answered before or is very simple, a search for pump didn't return anything.
I've made my own little modified version of the HW plugin, but am having an issue with getting the Bar Meter to work with my AIO since the "Number" it returns and the "String" are two very different things.
I need it to read the RPM in order to correspond to the value range I assigned it, but it seems to just read the first number...., please see below.
Any assistance would be welcome!
-
- Posts: 5
- Joined: June 7th, 2021, 8:59 pm
Re: Using HWiNFO with Rainmeter
I will remember this for next time! The next solution was "cleaner" for my level of understanding. Thank you!eclectic-tech wrote: ↑June 7th, 2021, 10:35 pm You will find the answer to convert comma separated number strings here: https://forum.rainmeter.net/viewtopic.php?f=5&t=20304&start=10#p191616
-
- Posts: 5
- Joined: June 7th, 2021, 8:59 pm
Re: Using HWiNFO with Rainmeter
"MeasureName=MeasureGPUFanValueRaw" made it do exactly as needed. Thank you for the input and pointing me in the right direction, and the response was so fast!SilverAzide wrote: ↑June 8th, 2021, 12:58 am Don't use the "pretty" measures to get numeric values. These return text like "2,345 RPM", so use them only for showing formatted output. Instead, use measures that get the "raw" values from the "ValueRawN" registry keys, like the [MeasureGPUTempValueRaw] measure does. These return plain numbers, which you can use as input to the bar meters and other meters that require numeric input.
-
- Posts: 16
- Joined: October 30th, 2020, 6:25 pm
Re: Using HWiNFO with Rainmeter
Ah, thank you very much - that is just the information I was afterSilverAzide wrote: ↑June 8th, 2021, 12:58 am Don't use the "pretty" measures to get numeric values. These return text like "2,345 RPM", so use them only for showing formatted output. Instead, use measures that get the "raw" values from the "ValueRawN" registry keys, like the [MeasureGPUTempValueRaw] measure does. These return plain numbers, which you can use as input to the bar meters and other meters that require numeric input.

I'd recently had my drive c die and rebuilding my PC caused strange issues with Aida 64 where a lot of my sensors were missing

I switched over to HWinfo but was getting issues with the spaces and postfix letters / symbols being added to the numerical data I need. The main issue being the spaces after any numeric values, then whatever else afterwards as it messes up a lot of my skins.
I tried adjusting the HWinfo customisation tab but couldn't seem to be able to remove the postfix characters entirely, which led me here

