motion-master-client 0.0.284 → 0.0.286
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/lib/smm-od-v2.json +4 -4
package/package.json
CHANGED
package/src/lib/smm-od-v2.json
CHANGED
|
@@ -631,11 +631,11 @@
|
|
|
631
631
|
"index": 9905,
|
|
632
632
|
"subindex": 1,
|
|
633
633
|
"description": "The motor's torque constant is given by the motor design it defines the torque generated per effective current(rms). If the Motor constant is set to \"0\" the safe torque functionality is disabled",
|
|
634
|
-
"type": "
|
|
634
|
+
"type": "uint32_t",
|
|
635
635
|
"size": 4,
|
|
636
636
|
"unit": "uNm/A",
|
|
637
|
-
"min":
|
|
638
|
-
"max":
|
|
637
|
+
"min": 0,
|
|
638
|
+
"max": 4294967295,
|
|
639
639
|
"defaultValue": 0,
|
|
640
640
|
"access": "rw",
|
|
641
641
|
"resetValue": 0
|
|
@@ -682,7 +682,7 @@
|
|
|
682
682
|
"type": "int16_t",
|
|
683
683
|
"size": 2,
|
|
684
684
|
"unit": null,
|
|
685
|
-
"min":
|
|
685
|
+
"min": -4095,
|
|
686
686
|
"max": 4095,
|
|
687
687
|
"defaultValue": 0,
|
|
688
688
|
"access": "rw",
|