File tree Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Expand file tree Collapse file tree 1 file changed +31
-1
lines changed Original file line number Diff line number Diff line change 315
315
}
316
316
]
317
317
},
318
+ {
319
+ "propertyName" : " State" ,
320
+ "values" : [
321
+ { "name" : " running" ,
322
+ "description" : [
323
+ " Power is being sent to the motor."
324
+ ]
325
+ },
326
+ { "name" : " ramping" ,
327
+ "description" : [
328
+ " The motor is ramping up or down and has not yet reached a constant output level."
329
+ ]
330
+ },
331
+ { "name" : " holding" ,
332
+ "description" : [
333
+ " The motor is not turning, but rather attempting to hold a fixed position."
334
+ ]
335
+ },
336
+ { "name" : " overloaded" ,
337
+ "description" : [
338
+ " The motor is turning, but cannot reach its `speed_sp`."
339
+ ]
340
+ },
341
+ { "name" : " stalled" ,
342
+ "description" : [
343
+ " The motor is not turning when it should be."
344
+ ]
345
+ }
346
+ ]
347
+ },
318
348
{
319
349
"propertyName" : " Stop Action" ,
320
350
"values" : [
335
365
"description" : [
336
366
" Does not remove power from the motor. Instead it actively try to hold the motor" ,
337
367
" at the current position. If an external force tries to turn the motor, the motor" ,
338
- " will `` push back` ` to maintain its position."
368
+ " will `push back` to maintain its position."
339
369
]
340
370
}
341
371
]
You can’t perform that action at this time.
0 commit comments