Skip to content

Commit a841d44

Browse files
committed
Slip pcu
1 parent f6d92e4 commit a841d44

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

boards/PCU/PCU_measurements.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@
164164
"podUnits": "A",
165165
"displayUnits": "A"
166166
},
167+
{
168+
"id": "slip_motor",
169+
"name": "Slip Motor",
170+
"type": "float32",
171+
"podUnits": "%",
172+
"displayUnits": "%"
173+
},
167174
{
168175
"id": "Target_Voltage",
169176
"name": "Target Voltage",

boards/PCU/packets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@
8888
"variables": [
8989
"target_speed",
9090
"speed_error",
91-
"actual_current_ref"
91+
"actual_current_ref",
92+
"slip_motor"
9293
],
9394
"id": 555,
9495
"period_type": "ms",

0 commit comments

Comments
 (0)