|
1 | 1 | [ |
2 | 2 | { |
3 | | - "id": "duty_cycle_u", |
4 | | - "name": "Duty Cycle U (%)", |
| 3 | + "id": "duty_cycle_U", |
| 4 | + "name": "Duty Cycle u (%)", |
5 | 5 | "type": "float32", |
6 | 6 | "podUnits": "%", |
7 | 7 | "displayUnits": "%", |
|
214 | 214 | } |
215 | 215 | }, |
216 | 216 | { |
217 | | - "id": "current_u_motor_a", |
218 | | - "name": "Current U Motor A", |
| 217 | + "id": "current_u_inverter_a", |
| 218 | + "name": "Current U Inverter A", |
219 | 219 | "type": "float32", |
220 | 220 | "podUnits": "A", |
221 | 221 | "displayUnits": "A", |
|
227 | 227 | } |
228 | 228 | }, |
229 | 229 | { |
230 | | - "id": "current_v_motor_a", |
231 | | - "name": "Current V Motor A", |
| 230 | + "id": "current_v_inverter_a", |
| 231 | + "name": "Current V Inverter A", |
232 | 232 | "type": "float32", |
233 | 233 | "podUnits": "A", |
234 | 234 | "displayUnits": "A", |
|
240 | 240 | } |
241 | 241 | }, |
242 | 242 | { |
243 | | - "id": "current_w_motor_a", |
244 | | - "name": "Current W Motor A", |
| 243 | + "id": "current_w_inverter_a", |
| 244 | + "name": "Current W Inverter A", |
245 | 245 | "type": "float32", |
246 | 246 | "podUnits": "A", |
247 | 247 | "displayUnits": "A", |
|
253 | 253 | } |
254 | 254 | }, |
255 | 255 | { |
256 | | - "id": "current_u_motor_b", |
257 | | - "name": "Current U Motor B", |
| 256 | + "id": "current_u_inverter_b", |
| 257 | + "name": "Current U Inverter B", |
258 | 258 | "type": "float32", |
259 | 259 | "podUnits": "A", |
260 | 260 | "displayUnits": "A", |
|
266 | 266 | } |
267 | 267 | }, |
268 | 268 | { |
269 | | - "id": "current_v_motor_b", |
270 | | - "name": "Current V Motor B", |
| 269 | + "id": "current_v_inverter_b", |
| 270 | + "name": "Current V Inverter B", |
271 | 271 | "type": "float32", |
272 | 272 | "podUnits": "A", |
273 | 273 | "displayUnits": "A", |
|
279 | 279 | } |
280 | 280 | }, |
281 | 281 | { |
282 | | - "id": "current_w_motor_b", |
283 | | - "name": "Current W Motor B", |
| 282 | + "id": "current_w_inverter_b", |
| 283 | + "name": "Current W Inverter B", |
284 | 284 | "type": "float32", |
285 | 285 | "podUnits": "A", |
286 | 286 | "displayUnits": "A", |
|
385 | 385 | "displayUnits": "" |
386 | 386 | }, |
387 | 387 | { |
388 | | - "id": "angle_offset", |
389 | | - "name": "Angle offset", |
| 388 | + "id": "electrical_angle", |
| 389 | + "name": "Electrical Angle", |
390 | 390 | "type": "float32", |
391 | 391 | "podUnits": "rad", |
392 | 392 | "displayUnits": "rad" |
393 | 393 | }, |
394 | 394 | { |
395 | | - "id": "electrical_angle", |
396 | | - "name": "Electrical Angle", |
| 395 | + "id": "target_u_voltage", |
| 396 | + "name": "Target Voltage", |
| 397 | + "type": "float32", |
| 398 | + "podUnits": "V", |
| 399 | + "displayUnits": "V" |
| 400 | + }, |
| 401 | + { |
| 402 | + "id": "target_u_voltage", |
| 403 | + "name": "Target Voltage", |
| 404 | + "type": "float32", |
| 405 | + "podUnits": "V", |
| 406 | + "displayUnits": "V" |
| 407 | + }, |
| 408 | + { |
| 409 | + "id": "target_w_voltage", |
| 410 | + "name": "Target Voltage", |
| 411 | + "type": "float32", |
| 412 | + "podUnits": "V", |
| 413 | + "displayUnits": "V" |
| 414 | + }, |
| 415 | + |
| 416 | + { |
| 417 | + "id": "angle_offset", |
| 418 | + "name": "Angle offset", |
397 | 419 | "type": "float32", |
398 | 420 | "podUnits": "rad", |
399 | 421 | "displayUnits": "rad" |
|
0 commit comments