-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathguide.html
40 lines (34 loc) · 1.21 KB
/
guide.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
href="https://fonts.googleapis.com/css2?family=Alata&family=Source+Sans+Pro&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" type="text/css" href="src/stylesheets/guide.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<title>HWInfo Log Guide</title>
</head>
<body>
<h1>How to generate a log in HWInfo</h1>
<p>
When you run HWInfo, this small window will appear. Check the option
"Sensors-only" and then click "Run".
</p>
<img src="assets/images/initial_screen.png" />
<p>
In the bottom bar, you will see a sheet with a green "+" symbol. Click on
it, name the log and choose the location where you want to store it.
</p>
<img src="assets/images/sensor_status.png" />
<p>
From now on, the data we need will be stored in the log. When you want to
finish the log, just click on the same place as before, the sheet that
will now have a red X.
</p>
<p>
Now just load the log into LogCharts for the line graph to be generated.
</p>
</body>
</html>