alifnd9 commited on
Commit
87b885a
·
verified ·
1 Parent(s): 1714d47

Create motor_temperature_monitoring.json

Browse files
Files changed (1) hide show
  1. motor_temperature_monitoring.json +31 -0
motor_temperature_monitoring.json ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "dataset_name": "motor_temperature_monitoring",
3
+ "description": "Motor temperature changes during operation",
4
+ "data": [
5
+ {
6
+ "time_seconds": 0,
7
+ "pwm": 180,
8
+ "temperature_celsius": 28
9
+ },
10
+ {
11
+ "time_seconds": 60,
12
+ "pwm": 180,
13
+ "temperature_celsius": 35
14
+ },
15
+ {
16
+ "time_seconds": 120,
17
+ "pwm": 180,
18
+ "temperature_celsius": 42
19
+ },
20
+ {
21
+ "time_seconds": 180,
22
+ "pwm": 180,
23
+ "temperature_celsius": 49
24
+ },
25
+ {
26
+ "time_seconds": 240,
27
+ "pwm": 180,
28
+ "temperature_celsius": 55
29
+ }
30
+ ]
31
+ }