jsmorley wrote: ↑March 17th, 2021, 8:11 pm
Here is a new pre-beta test version. Can you test this for the issues you raised?
Unfortunately, this version appears to act identically to the previous beta.
The way I tested was to first intentionally turn off the option that enables stopped fan detection so that I had something that would "appear and disappear" from HWiNFO. I waited for the fans to kick on, then configured the sensors like so:
Code: Select all
Index Label Value
===== ========================= ===========
0 Core 0 Clock 3,191.4 MHz
1 Core 1 Clock 3,291.1 MHz
2 Core 2 Clock 3,291.1 MHz
3 Core 3 Clock 3,291.1 MHz
4 Core 0 57 °C
5 Core 1 59 °C
6 Core 2 54 °C
7 Core 3 55 °C
8 Core 0 Distance to TjMAX 43 °C
9 Core Max 59 °C
10 CPU 2,500 RPM
11 GPU1 2,300 RPM
12 GPU Temperature 59.0 °C
13 GPU Core Voltage 0.831 V
14 GPU Clock 135.0 MHz
15 GPU Memory Clock 162.0 MHz
16 GPU Core Load 1.0 %
17 GPU Memory Usage 11.8 %
18 GPU Memory Allocated 363 MB
19 Battery Voltage 17.135 V
20 Remaining Capacity 92.056 Wh
21 Charge Level 100.0 %
I waited for the fans to shut down (indexes 10 and 11), then exited HWiNFO and restarted it (so the fans were off and HWiNFO would not see them). This resulted in the following:
Code: Select all
Index Label Value
===== ========================= ===========
0 Core 0 Clock 3,093.2 MHz
1 Core 1 Clock 3,093.2 MHz
2 Core 2 Clock 3,093.2 MHz
3 Core 3 Clock 3,093.2 MHz
4 Core 0 63 °C
5 Core 1 63 °C
6 Core 2 55 °C
7 Core 3 54 °C
8 Core 0 Distance to TjMAX 37 °C
9 Core Max 63 °C
10 GPU Temperature 57.4 °C
11 GPU Core Voltage 0.837 V
12 GPU Clock 135.0 MHz
13 GPU Memory Clock 162.0 MHz
14 GPU Core Load 7.0 %
15 GPU Memory Usage 11.8 %
16 GPU Memory Allocated 363 MB
17 Battery Voltage 17.134 V
18 Remaining Capacity 92.056 Wh
19 Charge Level 100.0 %
Note the indexes 10 and below are for different items now. I was hoping that the fans would either show despite HWiNFO not seeing them, OR that the indexes would get skipped (i.e., no index 10 or 11). Once the fans kick in (and HWiNFO sees them again), the indexes and the items shift back to the first configuration as expected. The previous beta did this too.
I guess we need something that "pins" the index to the item. Maybe not permanently, but at least while you don't make changes to the configuration.
P.S.: If anyone wants a command-line way to dump the indexes as shown above, here's a PowerShell script (change the extension to .ps1 to run it).
You do not have the required permissions to view the files attached to this post.