Skip to content

Commit d817ebd

Browse files
committed
Encoder counter
1 parent a841d44 commit d817ebd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

boards/PCU/PCU_measurements.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,13 @@
171171
"podUnits": "%",
172172
"displayUnits": "%"
173173
},
174+
{
175+
"id": "cnt_encoder",
176+
"name": "Counter Encoder",
177+
"type": "uint32",
178+
"podUnits": "%",
179+
"displayUnits": "%"
180+
},
174181
{
175182
"id": "Target_Voltage",
176183
"name": "Target Voltage",

boards/PCU/packets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@
8989
"target_speed",
9090
"speed_error",
9191
"actual_current_ref",
92-
"slip_motor"
92+
"slip_motor",
93+
"cnt_encoder"
9394
],
9495
"id": 555,
9596
"period_type": "ms",

0 commit comments

Comments
 (0)