motion-master-client 0.0.260 → 0.0.262
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/device.d.ts +31 -23
- package/src/lib/device.js.map +1 -1
- package/src/lib/hardware-description.d.ts +12 -0
- package/src/lib/hardware-description.js +12 -0
- package/src/lib/hardware-description.js.map +1 -1
- package/src/lib/motion-master-req-res-client.js +21 -3
- package/src/lib/motion-master-req-res-client.js.map +1 -1
- package/src/lib/smm-od-v1.json +93 -93
- package/src/lib/smm-od-v2.json +93 -93
- package/src/lib/smm.js +2 -0
- package/src/lib/smm.js.map +1 -1
package/src/lib/smm-od-v1.json
CHANGED
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"unit": null,
|
|
30
30
|
"min": null,
|
|
31
31
|
"max": null,
|
|
32
|
-
"defaultValue": "",
|
|
32
|
+
"defaultValue": "Not Defined",
|
|
33
33
|
"access": "rw",
|
|
34
|
-
"resetValue": "
|
|
34
|
+
"resetValue": "SMM"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
37
|
"parameterName": "Safe fieldbus",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"min": null,
|
|
48
48
|
"max": null,
|
|
49
49
|
"defaultValue": 255,
|
|
50
|
-
"access": "
|
|
50
|
+
"access": "ro",
|
|
51
51
|
"resetValue": 0
|
|
52
52
|
},
|
|
53
53
|
{
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"unit": null,
|
|
63
63
|
"min": 0,
|
|
64
64
|
"max": 65535,
|
|
65
|
-
"defaultValue":
|
|
66
|
-
"access": "
|
|
67
|
-
"resetValue":
|
|
65
|
+
"defaultValue": 0,
|
|
66
|
+
"access": "ro",
|
|
67
|
+
"resetValue": 1
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"parameterName": "Parameter download via FSoE",
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"max": 20,
|
|
149
149
|
"defaultValue": 4,
|
|
150
150
|
"access": "rw",
|
|
151
|
-
"resetValue":
|
|
151
|
+
"resetValue": 4
|
|
152
152
|
},
|
|
153
153
|
{
|
|
154
154
|
"parameterName": "Test pulse max. distance",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"max": 60000,
|
|
165
165
|
"defaultValue": 1000,
|
|
166
166
|
"access": "rw",
|
|
167
|
-
"resetValue":
|
|
167
|
+
"resetValue": 1000
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
"parameterName": "Output test pulse",
|
|
@@ -181,7 +181,7 @@
|
|
|
181
181
|
"max": null,
|
|
182
182
|
"defaultValue": 0,
|
|
183
183
|
"access": "rw",
|
|
184
|
-
"resetValue":
|
|
184
|
+
"resetValue": 1
|
|
185
185
|
},
|
|
186
186
|
{
|
|
187
187
|
"parameterName": "Output1 function",
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
"resetValue": 0
|
|
219
219
|
},
|
|
220
220
|
{
|
|
221
|
-
"parameterName": "Analog
|
|
222
|
-
"variableName": "
|
|
221
|
+
"parameterName": "Analog input a Gain",
|
|
222
|
+
"variableName": "analogInputaGain",
|
|
223
223
|
"group": "Safety IO (Analog Input)",
|
|
224
224
|
"index": 9765,
|
|
225
225
|
"subindex": 1,
|
|
@@ -231,11 +231,11 @@
|
|
|
231
231
|
"max": 2147483647,
|
|
232
232
|
"defaultValue": 0,
|
|
233
233
|
"access": "rw",
|
|
234
|
-
"resetValue":
|
|
234
|
+
"resetValue": 0
|
|
235
235
|
},
|
|
236
236
|
{
|
|
237
|
-
"parameterName": "Analog
|
|
238
|
-
"variableName": "
|
|
237
|
+
"parameterName": "Analog input a Offset",
|
|
238
|
+
"variableName": "analogInputaOffset",
|
|
239
239
|
"group": "Safety IO (Analog Input)",
|
|
240
240
|
"index": 9765,
|
|
241
241
|
"subindex": 2,
|
|
@@ -250,8 +250,8 @@
|
|
|
250
250
|
"resetValue": 0
|
|
251
251
|
},
|
|
252
252
|
{
|
|
253
|
-
"parameterName": "Analog
|
|
254
|
-
"variableName": "
|
|
253
|
+
"parameterName": "Analog input b Gain",
|
|
254
|
+
"variableName": "analogInputbGain",
|
|
255
255
|
"group": "Safety IO (Analog Input)",
|
|
256
256
|
"index": 9765,
|
|
257
257
|
"subindex": 3,
|
|
@@ -263,11 +263,11 @@
|
|
|
263
263
|
"max": 2147483647,
|
|
264
264
|
"defaultValue": 0,
|
|
265
265
|
"access": "rw",
|
|
266
|
-
"resetValue":
|
|
266
|
+
"resetValue": 0
|
|
267
267
|
},
|
|
268
268
|
{
|
|
269
|
-
"parameterName": "Analog
|
|
270
|
-
"variableName": "
|
|
269
|
+
"parameterName": "Analog input b Offset",
|
|
270
|
+
"variableName": "analogInputbOffset",
|
|
271
271
|
"group": "Safety IO (Analog Input)",
|
|
272
272
|
"index": 9765,
|
|
273
273
|
"subindex": 4,
|
|
@@ -328,7 +328,7 @@
|
|
|
328
328
|
"max": 2147483647,
|
|
329
329
|
"defaultValue": 524288,
|
|
330
330
|
"access": "rw",
|
|
331
|
-
"resetValue":
|
|
331
|
+
"resetValue": 524288
|
|
332
332
|
},
|
|
333
333
|
{
|
|
334
334
|
"parameterName": "Encoder multiturn bits",
|
|
@@ -336,10 +336,10 @@
|
|
|
336
336
|
"group": "Encoder selection (Encoders)",
|
|
337
337
|
"index": 9776,
|
|
338
338
|
"subindex": 3,
|
|
339
|
-
"description": "Number of multiturn bits",
|
|
339
|
+
"description": "Number of multiturn bits on primary encoder",
|
|
340
340
|
"type": "uint8_t",
|
|
341
341
|
"size": 1,
|
|
342
|
-
"unit": "
|
|
342
|
+
"unit": "Bits",
|
|
343
343
|
"min": 0,
|
|
344
344
|
"max": 64,
|
|
345
345
|
"defaultValue": 0,
|
|
@@ -352,14 +352,14 @@
|
|
|
352
352
|
"group": "Encoder selection (Encoders)",
|
|
353
353
|
"index": 9776,
|
|
354
354
|
"subindex": 4,
|
|
355
|
-
"description": "Clock frequency of the encoder",
|
|
355
|
+
"description": "Clock frequency of the primary encoder",
|
|
356
356
|
"type": "enum",
|
|
357
357
|
"typeRef": "PrimaryEncoderFrequency_Type",
|
|
358
358
|
"size": 1,
|
|
359
359
|
"unit": "kHz",
|
|
360
360
|
"min": 0,
|
|
361
361
|
"max": 20,
|
|
362
|
-
"defaultValue":
|
|
362
|
+
"defaultValue": 12,
|
|
363
363
|
"access": "rw",
|
|
364
364
|
"resetValue": 19
|
|
365
365
|
},
|
|
@@ -377,7 +377,7 @@
|
|
|
377
377
|
"max": 65535,
|
|
378
378
|
"defaultValue": 36,
|
|
379
379
|
"access": "rw",
|
|
380
|
-
"resetValue":
|
|
380
|
+
"resetValue": 1
|
|
381
381
|
},
|
|
382
382
|
{
|
|
383
383
|
"parameterName": "Multiturn counting by SMM",
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"max": null,
|
|
412
412
|
"defaultValue": 0,
|
|
413
413
|
"access": "rw",
|
|
414
|
-
"resetValue":
|
|
414
|
+
"resetValue": 0
|
|
415
415
|
},
|
|
416
416
|
{
|
|
417
417
|
"parameterName": "Verification sensor source resolution",
|
|
@@ -427,7 +427,7 @@
|
|
|
427
427
|
"max": 2147483647,
|
|
428
428
|
"defaultValue": 524288,
|
|
429
429
|
"access": "rw",
|
|
430
|
-
"resetValue":
|
|
430
|
+
"resetValue": 524288
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"parameterName": "Verification sensor multiturn bits",
|
|
@@ -438,7 +438,7 @@
|
|
|
438
438
|
"description": "The number of multiturn bits of the encoder used for verification.",
|
|
439
439
|
"type": "uint8_t",
|
|
440
440
|
"size": 1,
|
|
441
|
-
"unit": "
|
|
441
|
+
"unit": "Bits",
|
|
442
442
|
"min": 0,
|
|
443
443
|
"max": 64,
|
|
444
444
|
"defaultValue": 0,
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"resetValue": 0
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"parameterName": "Speed
|
|
449
|
+
"parameterName": "Speed computation time",
|
|
450
450
|
"variableName": "speedComputationTime",
|
|
451
451
|
"group": "Encoder selection (Speed / position)",
|
|
452
452
|
"index": 9781,
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
"max": 100,
|
|
460
460
|
"defaultValue": 4,
|
|
461
461
|
"access": "rw",
|
|
462
|
-
"resetValue":
|
|
462
|
+
"resetValue": 4
|
|
463
463
|
},
|
|
464
464
|
{
|
|
465
465
|
"parameterName": "Position reset input",
|
|
@@ -500,15 +500,15 @@
|
|
|
500
500
|
"group": "Encoder selection (Speed / position)",
|
|
501
501
|
"index": 9781,
|
|
502
502
|
"subindex": 5,
|
|
503
|
-
"description": "The allowed position discrepancy between the two encoders",
|
|
503
|
+
"description": "The allowed position discrepancy between the two encoders. Not used if verification sensor source type is speed.",
|
|
504
504
|
"type": "uint16_t",
|
|
505
505
|
"size": 2,
|
|
506
506
|
"unit": "inc",
|
|
507
507
|
"min": 0,
|
|
508
508
|
"max": 65535,
|
|
509
|
-
"defaultValue":
|
|
509
|
+
"defaultValue": 64,
|
|
510
510
|
"access": "rw",
|
|
511
|
-
"resetValue":
|
|
511
|
+
"resetValue": 64
|
|
512
512
|
},
|
|
513
513
|
{
|
|
514
514
|
"parameterName": "Allowed speed discrepancy",
|
|
@@ -516,7 +516,7 @@
|
|
|
516
516
|
"group": "Encoder selection (Speed / position)",
|
|
517
517
|
"index": 9781,
|
|
518
518
|
"subindex": 6,
|
|
519
|
-
"description": "The allowed speed discrepancy between the two encoders",
|
|
519
|
+
"description": "The allowed speed discrepancy between the two encoders. Not used if verification sensor source type is position.",
|
|
520
520
|
"type": "uint16_t",
|
|
521
521
|
"size": 2,
|
|
522
522
|
"unit": "inc/s",
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
"max": 1000,
|
|
525
525
|
"defaultValue": 100,
|
|
526
526
|
"access": "rw",
|
|
527
|
-
"resetValue":
|
|
527
|
+
"resetValue": 100
|
|
528
528
|
},
|
|
529
529
|
{
|
|
530
530
|
"parameterName": "Discrepancy timer",
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
"unit": "ms",
|
|
539
539
|
"min": 10,
|
|
540
540
|
"max": 1000,
|
|
541
|
-
"defaultValue":
|
|
541
|
+
"defaultValue": 10,
|
|
542
542
|
"access": "rw",
|
|
543
543
|
"resetValue": 10
|
|
544
544
|
},
|
|
@@ -604,9 +604,9 @@
|
|
|
604
604
|
"unit": null,
|
|
605
605
|
"min": null,
|
|
606
606
|
"max": null,
|
|
607
|
-
"defaultValue":
|
|
607
|
+
"defaultValue": 1,
|
|
608
608
|
"access": "rw",
|
|
609
|
-
"resetValue":
|
|
609
|
+
"resetValue": 1
|
|
610
610
|
},
|
|
611
611
|
{
|
|
612
612
|
"parameterName": "Brake time delay",
|
|
@@ -620,12 +620,12 @@
|
|
|
620
620
|
"unit": "ms",
|
|
621
621
|
"min": 0,
|
|
622
622
|
"max": 60000,
|
|
623
|
-
"defaultValue":
|
|
623
|
+
"defaultValue": 0,
|
|
624
624
|
"access": "rw",
|
|
625
625
|
"resetValue": 0
|
|
626
626
|
},
|
|
627
627
|
{
|
|
628
|
-
"parameterName": "SBC",
|
|
628
|
+
"parameterName": "Brake with STO (SBC)",
|
|
629
629
|
"variableName": "brakeWithSTO",
|
|
630
630
|
"group": "Safety functions (STO + SBC)",
|
|
631
631
|
"index": 9793,
|
|
@@ -670,7 +670,7 @@
|
|
|
670
670
|
"unit": "ms",
|
|
671
671
|
"min": 0,
|
|
672
672
|
"max": 60000,
|
|
673
|
-
"defaultValue":
|
|
673
|
+
"defaultValue": 0,
|
|
674
674
|
"access": "rw",
|
|
675
675
|
"resetValue": 0
|
|
676
676
|
},
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
"unit": "inc/s",
|
|
687
687
|
"min": 0,
|
|
688
688
|
"max": 2147483647,
|
|
689
|
-
"defaultValue":
|
|
689
|
+
"defaultValue": 0,
|
|
690
690
|
"access": "rw",
|
|
691
691
|
"resetValue": 0
|
|
692
692
|
},
|
|
@@ -702,9 +702,9 @@
|
|
|
702
702
|
"unit": "inc",
|
|
703
703
|
"min": 1,
|
|
704
704
|
"max": 2147483647,
|
|
705
|
-
"defaultValue":
|
|
705
|
+
"defaultValue": 0,
|
|
706
706
|
"access": "rw",
|
|
707
|
-
"resetValue":
|
|
707
|
+
"resetValue": 0
|
|
708
708
|
},
|
|
709
709
|
{
|
|
710
710
|
"parameterName": "SOS restart",
|
|
@@ -719,9 +719,9 @@
|
|
|
719
719
|
"unit": null,
|
|
720
720
|
"min": null,
|
|
721
721
|
"max": null,
|
|
722
|
-
"defaultValue":
|
|
722
|
+
"defaultValue": 1,
|
|
723
723
|
"access": "rw",
|
|
724
|
-
"resetValue":
|
|
724
|
+
"resetValue": 1
|
|
725
725
|
},
|
|
726
726
|
{
|
|
727
727
|
"parameterName": "SS1 input",
|
|
@@ -752,9 +752,9 @@
|
|
|
752
752
|
"unit": "ms",
|
|
753
753
|
"min": 3,
|
|
754
754
|
"max": 60000,
|
|
755
|
-
"defaultValue":
|
|
755
|
+
"defaultValue": 0,
|
|
756
756
|
"access": "rw",
|
|
757
|
-
"resetValue":
|
|
757
|
+
"resetValue": 1000
|
|
758
758
|
},
|
|
759
759
|
{
|
|
760
760
|
"parameterName": "SS1: Deceleration monitoring",
|
|
@@ -785,9 +785,9 @@
|
|
|
785
785
|
"unit": "ms",
|
|
786
786
|
"min": 1,
|
|
787
787
|
"max": 60000,
|
|
788
|
-
"defaultValue":
|
|
788
|
+
"defaultValue": 0,
|
|
789
789
|
"access": "rw",
|
|
790
|
-
"resetValue":
|
|
790
|
+
"resetValue": 20
|
|
791
791
|
},
|
|
792
792
|
{
|
|
793
793
|
"parameterName": "t_L_SS1",
|
|
@@ -801,9 +801,9 @@
|
|
|
801
801
|
"unit": "ms",
|
|
802
802
|
"min": 1,
|
|
803
803
|
"max": 60000,
|
|
804
|
-
"defaultValue":
|
|
804
|
+
"defaultValue": 0,
|
|
805
805
|
"access": "rw",
|
|
806
|
-
"resetValue":
|
|
806
|
+
"resetValue": 20
|
|
807
807
|
},
|
|
808
808
|
{
|
|
809
809
|
"parameterName": "a_SS1",
|
|
@@ -833,9 +833,9 @@
|
|
|
833
833
|
"unit": "inc/s",
|
|
834
834
|
"min": 1,
|
|
835
835
|
"max": 2147483647,
|
|
836
|
-
"defaultValue":
|
|
836
|
+
"defaultValue": 0,
|
|
837
837
|
"access": "rw",
|
|
838
|
-
"resetValue":
|
|
838
|
+
"resetValue": 20
|
|
839
839
|
},
|
|
840
840
|
{
|
|
841
841
|
"parameterName": "SS2 input",
|
|
@@ -864,11 +864,11 @@
|
|
|
864
864
|
"type": "uint16_t",
|
|
865
865
|
"size": 2,
|
|
866
866
|
"unit": "ms",
|
|
867
|
-
"min":
|
|
867
|
+
"min": 3,
|
|
868
868
|
"max": 60000,
|
|
869
|
-
"defaultValue":
|
|
869
|
+
"defaultValue": 0,
|
|
870
870
|
"access": "rw",
|
|
871
|
-
"resetValue":
|
|
871
|
+
"resetValue": 1000
|
|
872
872
|
},
|
|
873
873
|
{
|
|
874
874
|
"parameterName": "t_D_SS2",
|
|
@@ -882,9 +882,9 @@
|
|
|
882
882
|
"unit": "ms",
|
|
883
883
|
"min": 1,
|
|
884
884
|
"max": 60000,
|
|
885
|
-
"defaultValue":
|
|
885
|
+
"defaultValue": 0,
|
|
886
886
|
"access": "rw",
|
|
887
|
-
"resetValue":
|
|
887
|
+
"resetValue": 20
|
|
888
888
|
},
|
|
889
889
|
{
|
|
890
890
|
"parameterName": "t_L_SS2",
|
|
@@ -898,9 +898,9 @@
|
|
|
898
898
|
"unit": "ms",
|
|
899
899
|
"min": 1,
|
|
900
900
|
"max": 60000,
|
|
901
|
-
"defaultValue":
|
|
901
|
+
"defaultValue": 0,
|
|
902
902
|
"access": "rw",
|
|
903
|
-
"resetValue":
|
|
903
|
+
"resetValue": 20
|
|
904
904
|
},
|
|
905
905
|
{
|
|
906
906
|
"parameterName": "a_SS2",
|
|
@@ -1013,11 +1013,11 @@
|
|
|
1013
1013
|
"type": "uint16_t",
|
|
1014
1014
|
"size": 2,
|
|
1015
1015
|
"unit": "ms",
|
|
1016
|
-
"min":
|
|
1016
|
+
"min": 3,
|
|
1017
1017
|
"max": 60000,
|
|
1018
|
-
"defaultValue":
|
|
1018
|
+
"defaultValue": 0,
|
|
1019
1019
|
"access": "rw",
|
|
1020
|
-
"resetValue":
|
|
1020
|
+
"resetValue": 200
|
|
1021
1021
|
},
|
|
1022
1022
|
{
|
|
1023
1023
|
"parameterName": "t_SLS2",
|
|
@@ -1029,11 +1029,11 @@
|
|
|
1029
1029
|
"type": "uint16_t",
|
|
1030
1030
|
"size": 2,
|
|
1031
1031
|
"unit": "ms",
|
|
1032
|
-
"min":
|
|
1032
|
+
"min": 3,
|
|
1033
1033
|
"max": 60000,
|
|
1034
|
-
"defaultValue":
|
|
1034
|
+
"defaultValue": 0,
|
|
1035
1035
|
"access": "rw",
|
|
1036
|
-
"resetValue":
|
|
1036
|
+
"resetValue": 200
|
|
1037
1037
|
},
|
|
1038
1038
|
{
|
|
1039
1039
|
"parameterName": "t_SLS3",
|
|
@@ -1045,11 +1045,11 @@
|
|
|
1045
1045
|
"type": "uint16_t",
|
|
1046
1046
|
"size": 2,
|
|
1047
1047
|
"unit": "ms",
|
|
1048
|
-
"min":
|
|
1048
|
+
"min": 3,
|
|
1049
1049
|
"max": 60000,
|
|
1050
|
-
"defaultValue":
|
|
1050
|
+
"defaultValue": 0,
|
|
1051
1051
|
"access": "rw",
|
|
1052
|
-
"resetValue":
|
|
1052
|
+
"resetValue": 200
|
|
1053
1053
|
},
|
|
1054
1054
|
{
|
|
1055
1055
|
"parameterName": "t_SLS4",
|
|
@@ -1061,11 +1061,11 @@
|
|
|
1061
1061
|
"type": "uint16_t",
|
|
1062
1062
|
"size": 2,
|
|
1063
1063
|
"unit": "ms",
|
|
1064
|
-
"min":
|
|
1064
|
+
"min": 3,
|
|
1065
1065
|
"max": 60000,
|
|
1066
|
-
"defaultValue":
|
|
1066
|
+
"defaultValue": 0,
|
|
1067
1067
|
"access": "rw",
|
|
1068
|
-
"resetValue":
|
|
1068
|
+
"resetValue": 200
|
|
1069
1069
|
},
|
|
1070
1070
|
{
|
|
1071
1071
|
"parameterName": "t_D_SLS1",
|
|
@@ -1079,9 +1079,9 @@
|
|
|
1079
1079
|
"unit": "ms",
|
|
1080
1080
|
"min": 1,
|
|
1081
1081
|
"max": 60000,
|
|
1082
|
-
"defaultValue":
|
|
1082
|
+
"defaultValue": 0,
|
|
1083
1083
|
"access": "rw",
|
|
1084
|
-
"resetValue":
|
|
1084
|
+
"resetValue": 20
|
|
1085
1085
|
},
|
|
1086
1086
|
{
|
|
1087
1087
|
"parameterName": "t_D_SLS2",
|
|
@@ -1095,9 +1095,9 @@
|
|
|
1095
1095
|
"unit": "ms",
|
|
1096
1096
|
"min": 1,
|
|
1097
1097
|
"max": 60000,
|
|
1098
|
-
"defaultValue":
|
|
1098
|
+
"defaultValue": 0,
|
|
1099
1099
|
"access": "rw",
|
|
1100
|
-
"resetValue":
|
|
1100
|
+
"resetValue": 20
|
|
1101
1101
|
},
|
|
1102
1102
|
{
|
|
1103
1103
|
"parameterName": "t_D_SLS3",
|
|
@@ -1111,9 +1111,9 @@
|
|
|
1111
1111
|
"unit": "ms",
|
|
1112
1112
|
"min": 1,
|
|
1113
1113
|
"max": 60000,
|
|
1114
|
-
"defaultValue":
|
|
1114
|
+
"defaultValue": 0,
|
|
1115
1115
|
"access": "rw",
|
|
1116
|
-
"resetValue":
|
|
1116
|
+
"resetValue": 20
|
|
1117
1117
|
},
|
|
1118
1118
|
{
|
|
1119
1119
|
"parameterName": "t_D_SLS4",
|
|
@@ -1127,9 +1127,9 @@
|
|
|
1127
1127
|
"unit": "ms",
|
|
1128
1128
|
"min": 1,
|
|
1129
1129
|
"max": 60000,
|
|
1130
|
-
"defaultValue":
|
|
1130
|
+
"defaultValue": 0,
|
|
1131
1131
|
"access": "rw",
|
|
1132
|
-
"resetValue":
|
|
1132
|
+
"resetValue": 20
|
|
1133
1133
|
},
|
|
1134
1134
|
{
|
|
1135
1135
|
"parameterName": "t_L_SLS1",
|
|
@@ -1143,9 +1143,9 @@
|
|
|
1143
1143
|
"unit": "ms",
|
|
1144
1144
|
"min": 1,
|
|
1145
1145
|
"max": 60000,
|
|
1146
|
-
"defaultValue":
|
|
1146
|
+
"defaultValue": 0,
|
|
1147
1147
|
"access": "rw",
|
|
1148
|
-
"resetValue":
|
|
1148
|
+
"resetValue": 20
|
|
1149
1149
|
},
|
|
1150
1150
|
{
|
|
1151
1151
|
"parameterName": "t_L_SLS2",
|
|
@@ -1159,9 +1159,9 @@
|
|
|
1159
1159
|
"unit": "ms",
|
|
1160
1160
|
"min": 1,
|
|
1161
1161
|
"max": 60000,
|
|
1162
|
-
"defaultValue":
|
|
1162
|
+
"defaultValue": 0,
|
|
1163
1163
|
"access": "rw",
|
|
1164
|
-
"resetValue":
|
|
1164
|
+
"resetValue": 20
|
|
1165
1165
|
},
|
|
1166
1166
|
{
|
|
1167
1167
|
"parameterName": "t_L_SLS3",
|
|
@@ -1175,9 +1175,9 @@
|
|
|
1175
1175
|
"unit": "ms",
|
|
1176
1176
|
"min": 1,
|
|
1177
1177
|
"max": 60000,
|
|
1178
|
-
"defaultValue":
|
|
1178
|
+
"defaultValue": 0,
|
|
1179
1179
|
"access": "rw",
|
|
1180
|
-
"resetValue":
|
|
1180
|
+
"resetValue": 20
|
|
1181
1181
|
},
|
|
1182
1182
|
{
|
|
1183
1183
|
"parameterName": "t_L_SLS4",
|
|
@@ -1191,9 +1191,9 @@
|
|
|
1191
1191
|
"unit": "ms",
|
|
1192
1192
|
"min": 1,
|
|
1193
1193
|
"max": 60000,
|
|
1194
|
-
"defaultValue":
|
|
1194
|
+
"defaultValue": 0,
|
|
1195
1195
|
"access": "rw",
|
|
1196
|
-
"resetValue":
|
|
1196
|
+
"resetValue": 20
|
|
1197
1197
|
},
|
|
1198
1198
|
{
|
|
1199
1199
|
"parameterName": "a_SLS1",
|
|
@@ -1271,7 +1271,7 @@
|
|
|
1271
1271
|
"unit": "inc/s",
|
|
1272
1272
|
"min": 1,
|
|
1273
1273
|
"max": 2147483647,
|
|
1274
|
-
"defaultValue":
|
|
1274
|
+
"defaultValue": 0,
|
|
1275
1275
|
"access": "rw",
|
|
1276
1276
|
"resetValue": 1
|
|
1277
1277
|
},
|
|
@@ -1287,7 +1287,7 @@
|
|
|
1287
1287
|
"unit": "inc/s",
|
|
1288
1288
|
"min": 1,
|
|
1289
1289
|
"max": 2147483647,
|
|
1290
|
-
"defaultValue":
|
|
1290
|
+
"defaultValue": 0,
|
|
1291
1291
|
"access": "rw",
|
|
1292
1292
|
"resetValue": 1
|
|
1293
1293
|
},
|
|
@@ -1303,7 +1303,7 @@
|
|
|
1303
1303
|
"unit": "inc/s",
|
|
1304
1304
|
"min": 1,
|
|
1305
1305
|
"max": 2147483647,
|
|
1306
|
-
"defaultValue":
|
|
1306
|
+
"defaultValue": 0,
|
|
1307
1307
|
"access": "rw",
|
|
1308
1308
|
"resetValue": 1
|
|
1309
1309
|
},
|
|
@@ -1319,7 +1319,7 @@
|
|
|
1319
1319
|
"unit": "inc/s",
|
|
1320
1320
|
"min": 1,
|
|
1321
1321
|
"max": 2147483647,
|
|
1322
|
-
"defaultValue":
|
|
1322
|
+
"defaultValue": 0,
|
|
1323
1323
|
"access": "rw",
|
|
1324
1324
|
"resetValue": 1
|
|
1325
1325
|
},
|