We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d92e4 commit a841d44Copy full SHA for a841d44
2 files changed
boards/PCU/PCU_measurements.json
@@ -164,6 +164,13 @@
164
"podUnits": "A",
165
"displayUnits": "A"
166
},
167
+ {
168
+ "id": "slip_motor",
169
+ "name": "Slip Motor",
170
+ "type": "float32",
171
+ "podUnits": "%",
172
+ "displayUnits": "%"
173
+ },
174
{
175
"id": "Target_Voltage",
176
"name": "Target Voltage",
boards/PCU/packets.json
@@ -88,7 +88,8 @@
88
"variables": [
89
"target_speed",
90
"speed_error",
91
- "actual_current_ref"
+ "actual_current_ref",
92
+ "slip_motor"
93
],
94
"id": 555,
95
"period_type": "ms",
0 commit comments