@zaber/motion 2.14.7 → 2.15.1

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.
Files changed (35) hide show
  1. package/dist/binding/wasm/zaber-motion-lib.wasm +0 -0
  2. package/dist/lib/ascii/axis.d.ts +4 -0
  3. package/dist/lib/ascii/axis.js +4 -0
  4. package/dist/lib/ascii/axis.js.map +1 -1
  5. package/dist/lib/ascii/lockstep.d.ts +4 -0
  6. package/dist/lib/ascii/lockstep.js +4 -0
  7. package/dist/lib/ascii/lockstep.js.map +1 -1
  8. package/dist/lib/ascii/oscilloscope.d.ts +20 -2
  9. package/dist/lib/ascii/oscilloscope.js +42 -2
  10. package/dist/lib/ascii/oscilloscope.js.map +1 -1
  11. package/dist/lib/ascii/setting_constants.d.ts +135 -71
  12. package/dist/lib/ascii/setting_constants.js +135 -71
  13. package/dist/lib/ascii/setting_constants.js.map +1 -1
  14. package/dist/lib/ascii/storage.d.ts +26 -0
  15. package/dist/lib/ascii/storage.js +56 -0
  16. package/dist/lib/ascii/storage.js.map +1 -1
  17. package/dist/lib/binary/binary_settings.d.ts +1 -2
  18. package/dist/lib/binary/binary_settings.js +1 -2
  19. package/dist/lib/binary/binary_settings.js.map +1 -1
  20. package/dist/lib/binary/command_code.d.ts +1 -2
  21. package/dist/lib/binary/command_code.js +0 -1
  22. package/dist/lib/binary/command_code.js.map +1 -1
  23. package/dist/lib/binary/reply_code.d.ts +0 -1
  24. package/dist/lib/binary/reply_code.js +0 -1
  25. package/dist/lib/binary/reply_code.js.map +1 -1
  26. package/dist/lib/exceptions/set_device_state_exception_data.d.ts +12 -0
  27. package/dist/lib/exceptions/set_device_state_exception_data.js +3 -0
  28. package/dist/lib/exceptions/set_device_state_exception_data.js.map +1 -1
  29. package/dist/lib/exceptions/set_peripheral_state_exception_data.d.ts +8 -0
  30. package/dist/lib/exceptions/set_peripheral_state_exception_data.js +2 -0
  31. package/dist/lib/exceptions/set_peripheral_state_exception_data.js.map +1 -1
  32. package/dist/lib/protobufs/main_pb.d.ts +70 -4
  33. package/dist/lib/protobufs/main_pb.js +547 -29
  34. package/dist/lib/protobufs/main_pb.js.map +1 -1
  35. package/package.json +1 -1
@@ -53,17 +53,17 @@ export declare enum SettingConstants {
53
53
  */
54
54
  CLOOP_SETTLE_TOLERANCE = "cloop.settle.tolerance",
55
55
  /**
56
- * Cloop Stall Algo.
56
+ * Cloop Stall Action.
57
57
  */
58
- CLOOP_STALL_ALGO = "cloop.stall.algo",
58
+ CLOOP_STALL_ACTION = "cloop.stall.action",
59
59
  /**
60
- * Cloop Stall Stop.
60
+ * Cloop Stall Detect Mode.
61
61
  */
62
- CLOOP_STALL_STOP = "cloop.stall.stop",
62
+ CLOOP_STALL_DETECT_MODE = "cloop.stall.detect.mode",
63
63
  /**
64
- * Cloop Stall Threshold.
64
+ * Cloop Stall Tolerance.
65
65
  */
66
- CLOOP_STALL_THRESHOLD = "cloop.stall.threshold",
66
+ CLOOP_STALL_TOLERANCE = "cloop.stall.tolerance",
67
67
  /**
68
68
  * Cloop Stalltimeout.
69
69
  */
@@ -76,26 +76,6 @@ export declare enum SettingConstants {
76
76
  * Cloop Timeout.
77
77
  */
78
78
  CLOOP_TIMEOUT = "cloop.timeout",
79
- /**
80
- * Coil Current.
81
- */
82
- COIL_CURRENT = "coil.current",
83
- /**
84
- * Coil Current Max.
85
- */
86
- COIL_CURRENT_MAX = "coil.current.max",
87
- /**
88
- * Coil Voltage.
89
- */
90
- COIL_VOLTAGE = "coil.voltage",
91
- /**
92
- * Coil Voltage Delay.
93
- */
94
- COIL_VOLTAGE_DELAY = "coil.voltage.delay",
95
- /**
96
- * Coil Voltage Hold.
97
- */
98
- COIL_VOLTAGE_HOLD = "coil.voltage.hold",
99
79
  /**
100
80
  * Comm Address.
101
81
  */
@@ -172,10 +152,6 @@ export declare enum SettingConstants {
172
152
  * Comm Usb Protocol.
173
153
  */
174
154
  COMM_USB_PROTOCOL = "comm.usb.protocol",
175
- /**
176
- * Comm Word Length Max.
177
- */
178
- COMM_WORD_LENGTH_MAX = "comm.word.length.max",
179
155
  /**
180
156
  * Comm Word Size Max.
181
157
  */
@@ -185,9 +161,21 @@ export declare enum SettingConstants {
185
161
  */
186
162
  DEVICE_HW_MODIFIED = "device.hw.modified",
187
163
  /**
188
- * Deviceid.
164
+ * Device ID (Firmware 7 and higher).
165
+ */
166
+ DEVICE_ID = "device.id",
167
+ /**
168
+ * Device ID (Firmware 6 and lower).
189
169
  */
190
170
  DEVICEID = "deviceid",
171
+ /**
172
+ * Driver Current Continuous.
173
+ */
174
+ DRIVER_CURRENT_CONTINUOUS = "driver.current.continuous",
175
+ /**
176
+ * Driver Current Continuous Max.
177
+ */
178
+ DRIVER_CURRENT_CONTINUOUS_MAX = "driver.current.continuous.max",
191
179
  /**
192
180
  * Driver Current Hold.
193
181
  */
@@ -197,13 +185,17 @@ export declare enum SettingConstants {
197
185
  */
198
186
  DRIVER_CURRENT_MAX = "driver.current.max",
199
187
  /**
200
- * Driver Current Offset.
188
+ * Driver Current Overdrive.
201
189
  */
202
- DRIVER_CURRENT_OFFSET = "driver.current.offset",
190
+ DRIVER_CURRENT_OVERDRIVE = "driver.current.overdrive",
203
191
  /**
204
- * Driver Current Peak.
192
+ * Driver Current Overdrive Duration.
205
193
  */
206
- DRIVER_CURRENT_PEAK = "driver.current.peak",
194
+ DRIVER_CURRENT_OVERDRIVE_DURATION = "driver.current.overdrive.duration",
195
+ /**
196
+ * Driver Current Overdrive Max.
197
+ */
198
+ DRIVER_CURRENT_OVERDRIVE_MAX = "driver.current.overdrive.max",
207
199
  /**
208
200
  * Driver Current Run.
209
201
  */
@@ -221,13 +213,13 @@ export declare enum SettingConstants {
221
213
  */
222
214
  DRIVER_ENABLED = "driver.enabled",
223
215
  /**
224
- * Driver Temperature.
216
+ * Driver I 2 T Measured.
225
217
  */
226
- DRIVER_TEMPERATURE = "driver.temperature",
218
+ DRIVER_I_2_T_MEASURED = "driver.i2t.measured",
227
219
  /**
228
- * Driver Temperature Cutoff.
220
+ * Driver Temperature.
229
221
  */
230
- DRIVER_TEMPERATURE_CUTOFF = "driver.temperature.cutoff",
222
+ DRIVER_TEMPERATURE = "driver.temperature",
231
223
  /**
232
224
  * Encoder 1 Count.
233
225
  */
@@ -408,10 +400,6 @@ export declare enum SettingConstants {
408
400
  * Encoder Error.
409
401
  */
410
402
  ENCODER_ERROR = "encoder.error",
411
- /**
412
- * Encoder Error Max.
413
- */
414
- ENCODER_ERROR_MAX = "encoder.error.max",
415
403
  /**
416
404
  * Encoder Fault Type.
417
405
  */
@@ -456,6 +444,10 @@ export declare enum SettingConstants {
456
444
  * Encoder Ratio Mult.
457
445
  */
458
446
  ENCODER_RATIO_MULT = "encoder.ratio.mult",
447
+ /**
448
+ * Encoder Vel.
449
+ */
450
+ ENCODER_VEL = "encoder.vel",
459
451
  /**
460
452
  * Filter Holderid.
461
453
  */
@@ -468,6 +460,70 @@ export declare enum SettingConstants {
468
460
  * Force Max.
469
461
  */
470
462
  FORCE_MAX = "force.max",
463
+ /**
464
+ * Ictrl Advance A.
465
+ */
466
+ ICTRL_ADVANCE_A = "ictrl.advance.a",
467
+ /**
468
+ * Ictrl Advance Offset.
469
+ */
470
+ ICTRL_ADVANCE_OFFSET = "ictrl.advance.offset",
471
+ /**
472
+ * Ictrl Afcff Inductance.
473
+ */
474
+ ICTRL_AFCFF_INDUCTANCE = "ictrl.afcff.inductance",
475
+ /**
476
+ * Ictrl Afcff Ke.
477
+ */
478
+ ICTRL_AFCFF_KE = "ictrl.afcff.ke",
479
+ /**
480
+ * Ictrl Afcff Ki.
481
+ */
482
+ ICTRL_AFCFF_KI = "ictrl.afcff.ki",
483
+ /**
484
+ * Ictrl Afcff Max.
485
+ */
486
+ ICTRL_AFCFF_MAX = "ictrl.afcff.max",
487
+ /**
488
+ * Ictrl Afcff Ss.
489
+ */
490
+ ICTRL_AFCFF_SS = "ictrl.afcff.ss",
491
+ /**
492
+ * Ictrl Afcff Ss Max.
493
+ */
494
+ ICTRL_AFCFF_SS_MAX = "ictrl.afcff.ss.max",
495
+ /**
496
+ * Ictrl Delay.
497
+ */
498
+ ICTRL_DELAY = "ictrl.delay",
499
+ /**
500
+ * Ictrl Ff Kd.
501
+ */
502
+ ICTRL_FF_KD = "ictrl.ff.kd",
503
+ /**
504
+ * Ictrl Ff Kp.
505
+ */
506
+ ICTRL_FF_KP = "ictrl.ff.kp",
507
+ /**
508
+ * Ictrl Gain Coldmult.
509
+ */
510
+ ICTRL_GAIN_COLDMULT = "ictrl.gain.coldmult",
511
+ /**
512
+ * Ictrl Period.
513
+ */
514
+ ICTRL_PERIOD = "ictrl.period",
515
+ /**
516
+ * Ictrl Pi Ki.
517
+ */
518
+ ICTRL_PI_KI = "ictrl.pi.ki",
519
+ /**
520
+ * Ictrl Pi Kp.
521
+ */
522
+ ICTRL_PI_KP = "ictrl.pi.kp",
523
+ /**
524
+ * Ictrl Type.
525
+ */
526
+ ICTRL_TYPE = "ictrl.type",
471
527
  /**
472
528
  * Io Di Port.
473
529
  */
@@ -576,10 +632,6 @@ export declare enum SettingConstants {
576
632
  * Limit Away Preset.
577
633
  */
578
634
  LIMIT_AWAY_PRESET = "limit.away.preset",
579
- /**
580
- * Limit Away Retract Dist.
581
- */
582
- LIMIT_AWAY_RETRACT_DIST = "limit.away.retract.dist",
583
635
  /**
584
636
  * Limit Away Source.
585
637
  */
@@ -628,10 +680,6 @@ export declare enum SettingConstants {
628
680
  * Limit C Preset.
629
681
  */
630
682
  LIMIT_C_PRESET = "limit.c.preset",
631
- /**
632
- * Limit C Retract Dist.
633
- */
634
- LIMIT_C_RETRACT_DIST = "limit.c.retract.dist",
635
683
  /**
636
684
  * Limit C Source.
637
685
  */
@@ -728,10 +776,6 @@ export declare enum SettingConstants {
728
776
  * Limit Home Preset.
729
777
  */
730
778
  LIMIT_HOME_PRESET = "limit.home.preset",
731
- /**
732
- * Limit Home Retract Dist.
733
- */
734
- LIMIT_HOME_RETRACT_DIST = "limit.home.retract.dist",
735
779
  /**
736
780
  * Limit Home Source.
737
781
  */
@@ -796,10 +840,6 @@ export declare enum SettingConstants {
796
840
  * Maxspeed.
797
841
  */
798
842
  MAXSPEED = "maxspeed",
799
- /**
800
- * Mitutoyo Pos.
801
- */
802
- MITUTOYO_POS = "mitutoyo.pos",
803
843
  /**
804
844
  * Motion Accel Ramptime.
805
845
  */
@@ -824,14 +864,34 @@ export declare enum SettingConstants {
824
864
  * Motion Index Num.
825
865
  */
826
866
  MOTION_INDEX_NUM = "motion.index.num",
867
+ /**
868
+ * Motor Current Continuous Max.
869
+ */
870
+ MOTOR_CURRENT_CONTINUOUS_MAX = "motor.current.continuous.max",
827
871
  /**
828
872
  * Motor Current Max.
829
873
  */
830
874
  MOTOR_CURRENT_MAX = "motor.current.max",
875
+ /**
876
+ * Motor Current Overdrive Duration.
877
+ */
878
+ MOTOR_CURRENT_OVERDRIVE_DURATION = "motor.current.overdrive.duration",
879
+ /**
880
+ * Motor Current Overdrive Max.
881
+ */
882
+ MOTOR_CURRENT_OVERDRIVE_MAX = "motor.current.overdrive.max",
883
+ /**
884
+ * Motor I 2 T Measured.
885
+ */
886
+ MOTOR_I_2_T_MEASURED = "motor.i2t.measured",
831
887
  /**
832
888
  * Motor Inductance.
833
889
  */
834
890
  MOTOR_INDUCTANCE = "motor.inductance",
891
+ /**
892
+ * Motor Ke.
893
+ */
894
+ MOTOR_KE = "motor.ke",
835
895
  /**
836
896
  * Motor Phase.
837
897
  */
@@ -852,10 +912,6 @@ export declare enum SettingConstants {
852
912
  * Motor Resistance.
853
913
  */
854
914
  MOTOR_RESISTANCE = "motor.resistance",
855
- /**
856
- * Motor Temperature Type.
857
- */
858
- MOTOR_TEMPERATURE_TYPE = "motor.temperature.type",
859
915
  /**
860
916
  * Parking State.
861
917
  */
@@ -892,10 +948,22 @@ export declare enum SettingConstants {
892
948
  * Resolution.
893
949
  */
894
950
  RESOLUTION = "resolution",
951
+ /**
952
+ * Scope Channel Size.
953
+ */
954
+ SCOPE_CHANNEL_SIZE = "scope.channel.size",
955
+ /**
956
+ * Scope Channel Size Max.
957
+ */
958
+ SCOPE_CHANNEL_SIZE_MAX = "scope.channel.size.max",
895
959
  /**
896
960
  * Scope Delay.
897
961
  */
898
962
  SCOPE_DELAY = "scope.delay",
963
+ /**
964
+ * Scope Numchannels.
965
+ */
966
+ SCOPE_NUMCHANNELS = "scope.numchannels",
899
967
  /**
900
968
  * Scope Timebase.
901
969
  */
@@ -920,6 +988,10 @@ export declare enum SettingConstants {
920
988
  * System Current.
921
989
  */
922
990
  SYSTEM_CURRENT = "system.current",
991
+ /**
992
+ * System Current Max.
993
+ */
994
+ SYSTEM_CURRENT_MAX = "system.current.max",
923
995
  /**
924
996
  * System Led Enable.
925
997
  */
@@ -936,14 +1008,6 @@ export declare enum SettingConstants {
936
1008
  * System Voltage.
937
1009
  */
938
1010
  SYSTEM_VOLTAGE = "system.voltage",
939
- /**
940
- * Thermocouple 1 Temp.
941
- */
942
- THERMOCOUPLE_1_TEMP = "thermocouple.1.temp",
943
- /**
944
- * Thermocouple 2 Temp.
945
- */
946
- THERMOCOUPLE_2_TEMP = "thermocouple.2.temp",
947
1011
  /**
948
1012
  * Trigger Numactions.
949
1013
  */
@@ -59,17 +59,17 @@ var SettingConstants;
59
59
  */
60
60
  SettingConstants["CLOOP_SETTLE_TOLERANCE"] = "cloop.settle.tolerance";
61
61
  /**
62
- * Cloop Stall Algo.
62
+ * Cloop Stall Action.
63
63
  */
64
- SettingConstants["CLOOP_STALL_ALGO"] = "cloop.stall.algo";
64
+ SettingConstants["CLOOP_STALL_ACTION"] = "cloop.stall.action";
65
65
  /**
66
- * Cloop Stall Stop.
66
+ * Cloop Stall Detect Mode.
67
67
  */
68
- SettingConstants["CLOOP_STALL_STOP"] = "cloop.stall.stop";
68
+ SettingConstants["CLOOP_STALL_DETECT_MODE"] = "cloop.stall.detect.mode";
69
69
  /**
70
- * Cloop Stall Threshold.
70
+ * Cloop Stall Tolerance.
71
71
  */
72
- SettingConstants["CLOOP_STALL_THRESHOLD"] = "cloop.stall.threshold";
72
+ SettingConstants["CLOOP_STALL_TOLERANCE"] = "cloop.stall.tolerance";
73
73
  /**
74
74
  * Cloop Stalltimeout.
75
75
  */
@@ -82,26 +82,6 @@ var SettingConstants;
82
82
  * Cloop Timeout.
83
83
  */
84
84
  SettingConstants["CLOOP_TIMEOUT"] = "cloop.timeout";
85
- /**
86
- * Coil Current.
87
- */
88
- SettingConstants["COIL_CURRENT"] = "coil.current";
89
- /**
90
- * Coil Current Max.
91
- */
92
- SettingConstants["COIL_CURRENT_MAX"] = "coil.current.max";
93
- /**
94
- * Coil Voltage.
95
- */
96
- SettingConstants["COIL_VOLTAGE"] = "coil.voltage";
97
- /**
98
- * Coil Voltage Delay.
99
- */
100
- SettingConstants["COIL_VOLTAGE_DELAY"] = "coil.voltage.delay";
101
- /**
102
- * Coil Voltage Hold.
103
- */
104
- SettingConstants["COIL_VOLTAGE_HOLD"] = "coil.voltage.hold";
105
85
  /**
106
86
  * Comm Address.
107
87
  */
@@ -178,10 +158,6 @@ var SettingConstants;
178
158
  * Comm Usb Protocol.
179
159
  */
180
160
  SettingConstants["COMM_USB_PROTOCOL"] = "comm.usb.protocol";
181
- /**
182
- * Comm Word Length Max.
183
- */
184
- SettingConstants["COMM_WORD_LENGTH_MAX"] = "comm.word.length.max";
185
161
  /**
186
162
  * Comm Word Size Max.
187
163
  */
@@ -191,9 +167,21 @@ var SettingConstants;
191
167
  */
192
168
  SettingConstants["DEVICE_HW_MODIFIED"] = "device.hw.modified";
193
169
  /**
194
- * Deviceid.
170
+ * Device ID (Firmware 7 and higher).
171
+ */
172
+ SettingConstants["DEVICE_ID"] = "device.id";
173
+ /**
174
+ * Device ID (Firmware 6 and lower).
195
175
  */
196
176
  SettingConstants["DEVICEID"] = "deviceid";
177
+ /**
178
+ * Driver Current Continuous.
179
+ */
180
+ SettingConstants["DRIVER_CURRENT_CONTINUOUS"] = "driver.current.continuous";
181
+ /**
182
+ * Driver Current Continuous Max.
183
+ */
184
+ SettingConstants["DRIVER_CURRENT_CONTINUOUS_MAX"] = "driver.current.continuous.max";
197
185
  /**
198
186
  * Driver Current Hold.
199
187
  */
@@ -203,13 +191,17 @@ var SettingConstants;
203
191
  */
204
192
  SettingConstants["DRIVER_CURRENT_MAX"] = "driver.current.max";
205
193
  /**
206
- * Driver Current Offset.
194
+ * Driver Current Overdrive.
207
195
  */
208
- SettingConstants["DRIVER_CURRENT_OFFSET"] = "driver.current.offset";
196
+ SettingConstants["DRIVER_CURRENT_OVERDRIVE"] = "driver.current.overdrive";
209
197
  /**
210
- * Driver Current Peak.
198
+ * Driver Current Overdrive Duration.
211
199
  */
212
- SettingConstants["DRIVER_CURRENT_PEAK"] = "driver.current.peak";
200
+ SettingConstants["DRIVER_CURRENT_OVERDRIVE_DURATION"] = "driver.current.overdrive.duration";
201
+ /**
202
+ * Driver Current Overdrive Max.
203
+ */
204
+ SettingConstants["DRIVER_CURRENT_OVERDRIVE_MAX"] = "driver.current.overdrive.max";
213
205
  /**
214
206
  * Driver Current Run.
215
207
  */
@@ -227,13 +219,13 @@ var SettingConstants;
227
219
  */
228
220
  SettingConstants["DRIVER_ENABLED"] = "driver.enabled";
229
221
  /**
230
- * Driver Temperature.
222
+ * Driver I 2 T Measured.
231
223
  */
232
- SettingConstants["DRIVER_TEMPERATURE"] = "driver.temperature";
224
+ SettingConstants["DRIVER_I_2_T_MEASURED"] = "driver.i2t.measured";
233
225
  /**
234
- * Driver Temperature Cutoff.
226
+ * Driver Temperature.
235
227
  */
236
- SettingConstants["DRIVER_TEMPERATURE_CUTOFF"] = "driver.temperature.cutoff";
228
+ SettingConstants["DRIVER_TEMPERATURE"] = "driver.temperature";
237
229
  /**
238
230
  * Encoder 1 Count.
239
231
  */
@@ -414,10 +406,6 @@ var SettingConstants;
414
406
  * Encoder Error.
415
407
  */
416
408
  SettingConstants["ENCODER_ERROR"] = "encoder.error";
417
- /**
418
- * Encoder Error Max.
419
- */
420
- SettingConstants["ENCODER_ERROR_MAX"] = "encoder.error.max";
421
409
  /**
422
410
  * Encoder Fault Type.
423
411
  */
@@ -462,6 +450,10 @@ var SettingConstants;
462
450
  * Encoder Ratio Mult.
463
451
  */
464
452
  SettingConstants["ENCODER_RATIO_MULT"] = "encoder.ratio.mult";
453
+ /**
454
+ * Encoder Vel.
455
+ */
456
+ SettingConstants["ENCODER_VEL"] = "encoder.vel";
465
457
  /**
466
458
  * Filter Holderid.
467
459
  */
@@ -474,6 +466,70 @@ var SettingConstants;
474
466
  * Force Max.
475
467
  */
476
468
  SettingConstants["FORCE_MAX"] = "force.max";
469
+ /**
470
+ * Ictrl Advance A.
471
+ */
472
+ SettingConstants["ICTRL_ADVANCE_A"] = "ictrl.advance.a";
473
+ /**
474
+ * Ictrl Advance Offset.
475
+ */
476
+ SettingConstants["ICTRL_ADVANCE_OFFSET"] = "ictrl.advance.offset";
477
+ /**
478
+ * Ictrl Afcff Inductance.
479
+ */
480
+ SettingConstants["ICTRL_AFCFF_INDUCTANCE"] = "ictrl.afcff.inductance";
481
+ /**
482
+ * Ictrl Afcff Ke.
483
+ */
484
+ SettingConstants["ICTRL_AFCFF_KE"] = "ictrl.afcff.ke";
485
+ /**
486
+ * Ictrl Afcff Ki.
487
+ */
488
+ SettingConstants["ICTRL_AFCFF_KI"] = "ictrl.afcff.ki";
489
+ /**
490
+ * Ictrl Afcff Max.
491
+ */
492
+ SettingConstants["ICTRL_AFCFF_MAX"] = "ictrl.afcff.max";
493
+ /**
494
+ * Ictrl Afcff Ss.
495
+ */
496
+ SettingConstants["ICTRL_AFCFF_SS"] = "ictrl.afcff.ss";
497
+ /**
498
+ * Ictrl Afcff Ss Max.
499
+ */
500
+ SettingConstants["ICTRL_AFCFF_SS_MAX"] = "ictrl.afcff.ss.max";
501
+ /**
502
+ * Ictrl Delay.
503
+ */
504
+ SettingConstants["ICTRL_DELAY"] = "ictrl.delay";
505
+ /**
506
+ * Ictrl Ff Kd.
507
+ */
508
+ SettingConstants["ICTRL_FF_KD"] = "ictrl.ff.kd";
509
+ /**
510
+ * Ictrl Ff Kp.
511
+ */
512
+ SettingConstants["ICTRL_FF_KP"] = "ictrl.ff.kp";
513
+ /**
514
+ * Ictrl Gain Coldmult.
515
+ */
516
+ SettingConstants["ICTRL_GAIN_COLDMULT"] = "ictrl.gain.coldmult";
517
+ /**
518
+ * Ictrl Period.
519
+ */
520
+ SettingConstants["ICTRL_PERIOD"] = "ictrl.period";
521
+ /**
522
+ * Ictrl Pi Ki.
523
+ */
524
+ SettingConstants["ICTRL_PI_KI"] = "ictrl.pi.ki";
525
+ /**
526
+ * Ictrl Pi Kp.
527
+ */
528
+ SettingConstants["ICTRL_PI_KP"] = "ictrl.pi.kp";
529
+ /**
530
+ * Ictrl Type.
531
+ */
532
+ SettingConstants["ICTRL_TYPE"] = "ictrl.type";
477
533
  /**
478
534
  * Io Di Port.
479
535
  */
@@ -582,10 +638,6 @@ var SettingConstants;
582
638
  * Limit Away Preset.
583
639
  */
584
640
  SettingConstants["LIMIT_AWAY_PRESET"] = "limit.away.preset";
585
- /**
586
- * Limit Away Retract Dist.
587
- */
588
- SettingConstants["LIMIT_AWAY_RETRACT_DIST"] = "limit.away.retract.dist";
589
641
  /**
590
642
  * Limit Away Source.
591
643
  */
@@ -634,10 +686,6 @@ var SettingConstants;
634
686
  * Limit C Preset.
635
687
  */
636
688
  SettingConstants["LIMIT_C_PRESET"] = "limit.c.preset";
637
- /**
638
- * Limit C Retract Dist.
639
- */
640
- SettingConstants["LIMIT_C_RETRACT_DIST"] = "limit.c.retract.dist";
641
689
  /**
642
690
  * Limit C Source.
643
691
  */
@@ -734,10 +782,6 @@ var SettingConstants;
734
782
  * Limit Home Preset.
735
783
  */
736
784
  SettingConstants["LIMIT_HOME_PRESET"] = "limit.home.preset";
737
- /**
738
- * Limit Home Retract Dist.
739
- */
740
- SettingConstants["LIMIT_HOME_RETRACT_DIST"] = "limit.home.retract.dist";
741
785
  /**
742
786
  * Limit Home Source.
743
787
  */
@@ -802,10 +846,6 @@ var SettingConstants;
802
846
  * Maxspeed.
803
847
  */
804
848
  SettingConstants["MAXSPEED"] = "maxspeed";
805
- /**
806
- * Mitutoyo Pos.
807
- */
808
- SettingConstants["MITUTOYO_POS"] = "mitutoyo.pos";
809
849
  /**
810
850
  * Motion Accel Ramptime.
811
851
  */
@@ -830,14 +870,34 @@ var SettingConstants;
830
870
  * Motion Index Num.
831
871
  */
832
872
  SettingConstants["MOTION_INDEX_NUM"] = "motion.index.num";
873
+ /**
874
+ * Motor Current Continuous Max.
875
+ */
876
+ SettingConstants["MOTOR_CURRENT_CONTINUOUS_MAX"] = "motor.current.continuous.max";
833
877
  /**
834
878
  * Motor Current Max.
835
879
  */
836
880
  SettingConstants["MOTOR_CURRENT_MAX"] = "motor.current.max";
881
+ /**
882
+ * Motor Current Overdrive Duration.
883
+ */
884
+ SettingConstants["MOTOR_CURRENT_OVERDRIVE_DURATION"] = "motor.current.overdrive.duration";
885
+ /**
886
+ * Motor Current Overdrive Max.
887
+ */
888
+ SettingConstants["MOTOR_CURRENT_OVERDRIVE_MAX"] = "motor.current.overdrive.max";
889
+ /**
890
+ * Motor I 2 T Measured.
891
+ */
892
+ SettingConstants["MOTOR_I_2_T_MEASURED"] = "motor.i2t.measured";
837
893
  /**
838
894
  * Motor Inductance.
839
895
  */
840
896
  SettingConstants["MOTOR_INDUCTANCE"] = "motor.inductance";
897
+ /**
898
+ * Motor Ke.
899
+ */
900
+ SettingConstants["MOTOR_KE"] = "motor.ke";
841
901
  /**
842
902
  * Motor Phase.
843
903
  */
@@ -858,10 +918,6 @@ var SettingConstants;
858
918
  * Motor Resistance.
859
919
  */
860
920
  SettingConstants["MOTOR_RESISTANCE"] = "motor.resistance";
861
- /**
862
- * Motor Temperature Type.
863
- */
864
- SettingConstants["MOTOR_TEMPERATURE_TYPE"] = "motor.temperature.type";
865
921
  /**
866
922
  * Parking State.
867
923
  */
@@ -898,10 +954,22 @@ var SettingConstants;
898
954
  * Resolution.
899
955
  */
900
956
  SettingConstants["RESOLUTION"] = "resolution";
957
+ /**
958
+ * Scope Channel Size.
959
+ */
960
+ SettingConstants["SCOPE_CHANNEL_SIZE"] = "scope.channel.size";
961
+ /**
962
+ * Scope Channel Size Max.
963
+ */
964
+ SettingConstants["SCOPE_CHANNEL_SIZE_MAX"] = "scope.channel.size.max";
901
965
  /**
902
966
  * Scope Delay.
903
967
  */
904
968
  SettingConstants["SCOPE_DELAY"] = "scope.delay";
969
+ /**
970
+ * Scope Numchannels.
971
+ */
972
+ SettingConstants["SCOPE_NUMCHANNELS"] = "scope.numchannels";
905
973
  /**
906
974
  * Scope Timebase.
907
975
  */
@@ -926,6 +994,10 @@ var SettingConstants;
926
994
  * System Current.
927
995
  */
928
996
  SettingConstants["SYSTEM_CURRENT"] = "system.current";
997
+ /**
998
+ * System Current Max.
999
+ */
1000
+ SettingConstants["SYSTEM_CURRENT_MAX"] = "system.current.max";
929
1001
  /**
930
1002
  * System Led Enable.
931
1003
  */
@@ -942,14 +1014,6 @@ var SettingConstants;
942
1014
  * System Voltage.
943
1015
  */
944
1016
  SettingConstants["SYSTEM_VOLTAGE"] = "system.voltage";
945
- /**
946
- * Thermocouple 1 Temp.
947
- */
948
- SettingConstants["THERMOCOUPLE_1_TEMP"] = "thermocouple.1.temp";
949
- /**
950
- * Thermocouple 2 Temp.
951
- */
952
- SettingConstants["THERMOCOUPLE_2_TEMP"] = "thermocouple.2.temp";
953
1017
  /**
954
1018
  * Trigger Numactions.
955
1019
  */