@kuriousdesign/machine-sdk 1.0.71 → 1.0.72

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.
@@ -45,7 +45,7 @@ exports.GCs = void 0;
45
45
  exports.GCs = {
46
46
  NUM_AXES: 20,
47
47
  MAX_NUM_NAUTILUS_AXES: 20,
48
- NUM_DEVICES: 50, //get this from DeviceIds
48
+ NUM_DEVICES: 25, //get this from DeviceIds
49
49
  //STEP_TIMEOUT: TIME := T#5000MS;
50
50
  //TIMEOUT_ERROR_CODE_SHIFT: INT:= 10000;
51
51
  MOMENTARY_PB: 250, // TIME:= T#250MS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kuriousdesign/machine-sdk",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "description": "Shared data types and helpers for machine-related repositories",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -57,7 +57,7 @@ export const GCs = {
57
57
 
58
58
  NUM_AXES: 20,
59
59
  MAX_NUM_NAUTILUS_AXES: 20,
60
- NUM_DEVICES: 50, //get this from DeviceIds
60
+ NUM_DEVICES: 25, //get this from DeviceIds
61
61
  //STEP_TIMEOUT: TIME := T#5000MS;
62
62
  //TIMEOUT_ERROR_CODE_SHIFT: INT:= 10000;
63
63
  MOMENTARY_PB: 250, // TIME:= T#250MS;