@ncd-io/node-red-enterprise-sensors 1.0.1 → 1.0.3
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
CHANGED
package/wireless.html
CHANGED
|
@@ -85,6 +85,9 @@
|
|
|
85
85
|
padding-left: 1em;
|
|
86
86
|
margin-top: .25em;
|
|
87
87
|
}
|
|
88
|
+
#register_list_539 > div{
|
|
89
|
+
display: none;
|
|
90
|
+
}
|
|
88
91
|
</style>
|
|
89
92
|
|
|
90
93
|
<script type="text/x-red" data-help-name="ncd-gateway-node">
|
|
@@ -197,7 +200,14 @@
|
|
|
197
200
|
change_pr: {value: "0", validate: NCD_validators.number_range(0, 255)},
|
|
198
201
|
change_interval: {value: "0", validate: NCD_validators.number_range(0, 16712198)},
|
|
199
202
|
|
|
200
|
-
|
|
203
|
+
current_calibration_13_active: {value: ""},
|
|
204
|
+
current_calibration_13: {value: "606", validate: NCD_validators.number_range(0, 65535)},
|
|
205
|
+
|
|
206
|
+
current_calibration_ch2_19_active: {value: ""},
|
|
207
|
+
current_calibration_ch2_19: {value: "606", validate: NCD_validators.number_range(0, 65535)},
|
|
208
|
+
|
|
209
|
+
current_calibration_ch3_28_active: {value: ""},
|
|
210
|
+
current_calibration_ch3_28: {value: "606", validate: NCD_validators.number_range(0, 65535)},
|
|
201
211
|
|
|
202
212
|
bp_altitude: {value: "0", validate: NCD_validators.number_range(0, 65535)},
|
|
203
213
|
bp_pressure: {value: "0", validate: NCD_validators.number_range(0, 14000)},
|
|
@@ -351,6 +361,15 @@
|
|
|
351
361
|
debounce_time_108:{value:10, validate: NCD_validators.number_range(0, 255)},
|
|
352
362
|
debounce_time_108_active:{value:""},
|
|
353
363
|
|
|
364
|
+
input_one_108:{value:1},
|
|
365
|
+
input_one_108_active:{value:""},
|
|
366
|
+
input_two_108:{value:1},
|
|
367
|
+
input_two_108_active:{value:""},
|
|
368
|
+
input_three_108:{value:0},
|
|
369
|
+
input_three_108_active:{value:""},
|
|
370
|
+
counter_threshold_108:{value:1000, validate: NCD_validators.number_range(0, 65534)},
|
|
371
|
+
counter_threshold_108_active:{value:""},
|
|
372
|
+
|
|
354
373
|
counter_threshold_35:{value:50, validate: NCD_validators.number_range(0, 65534)},
|
|
355
374
|
counter_threshold_35_active:{value:""},
|
|
356
375
|
|
|
@@ -388,15 +407,25 @@
|
|
|
388
407
|
sensor_add_539_active:{value:""},
|
|
389
408
|
sensor_add_539:{value: 10, validate: NCD_validators.number_range(0, 255)},
|
|
390
409
|
|
|
391
|
-
|
|
392
|
-
|
|
410
|
+
sub_device_type_539_active:{value:""},
|
|
411
|
+
sub_device_type_539:{value: 10, validate: NCD_validators.number_range(0, 255)},
|
|
393
412
|
|
|
394
413
|
number_of_regs_to_rd_539_active:{value:""},
|
|
395
|
-
number_of_regs_to_rd_539:{value:
|
|
414
|
+
number_of_regs_to_rd_539:{value: 1, validate: NCD_validators.number_range(0, 10)},
|
|
415
|
+
|
|
416
|
+
register_value_0_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
417
|
+
register_value_1_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
418
|
+
register_value_2_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
419
|
+
register_value_3_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
420
|
+
register_value_4_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
421
|
+
register_value_5_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
422
|
+
register_value_6_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
423
|
+
register_value_7_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
424
|
+
register_value_8_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
425
|
+
register_value_9_539: {value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
426
|
+
//config_set_reg_active_539:{value:""},
|
|
427
|
+
//config_set_reg_539:{value:50, validate: NCD_validators.number_range(0, 65534)},
|
|
396
428
|
|
|
397
|
-
config_set_reg_active_539:{value:""},
|
|
398
|
-
config_set_reg_539:{value:50, validate: NCD_validators.number_range(0, 65534)},
|
|
399
|
-
|
|
400
429
|
mode_110_active: {value: ""},
|
|
401
430
|
mode_110: {value: 0},
|
|
402
431
|
|
|
@@ -505,7 +534,8 @@
|
|
|
505
534
|
"96": "96 - 16-Bit 1-Channel 0-48VDC Receiver",
|
|
506
535
|
"101": "101 - Pro Vibration",
|
|
507
536
|
"102": "102 - Strain Gauge",
|
|
508
|
-
"105": "105 - 1
|
|
537
|
+
"105": "105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor",
|
|
538
|
+
"106": "106 - 2 Channel Automatic Luber With Ultrasound Vibration Sensor",
|
|
509
539
|
"107": "107 - 4 Channel 4-20mA Receiver",
|
|
510
540
|
"108": "108 - Machine Uptime Monitoring Sensor",
|
|
511
541
|
"110": "110 - One Channel Vibration Plus v4",
|
|
@@ -529,6 +559,7 @@
|
|
|
529
559
|
"531": "531 - Custom Noise Sensor",
|
|
530
560
|
"535": "535 - Custom CO2 Sensor",
|
|
531
561
|
"537": "537 - Custom Standalone Smart Vibration Sensor",
|
|
562
|
+
"538": "538 - Custom One Channel Vibration Plus",
|
|
532
563
|
"539": "539 - RS-485 Modbus Wireless Converter",
|
|
533
564
|
"540": "540 - Wireless Ultrasonic Flow Meter FD-Q32C",
|
|
534
565
|
"10000": "10000 - 4-Channel Relay",
|
|
@@ -555,6 +586,29 @@
|
|
|
555
586
|
}
|
|
556
587
|
}
|
|
557
588
|
}
|
|
589
|
+
$('#node-input-number_of_regs_to_rd_539').change(function(){
|
|
590
|
+
let registers = $(this).val();
|
|
591
|
+
$('#register_list_539 > div:nth-child(-n+'+registers+')').show();
|
|
592
|
+
$('#register_list_539 > div:nth-last-child(-n+'+(10-registers)+')').hide();
|
|
593
|
+
});
|
|
594
|
+
// $('#node-input-number_of_regs_to_rd_539_active').change(function(){
|
|
595
|
+
// if($(this).prop('checked')){
|
|
596
|
+
// if($(this).data('target-id')){
|
|
597
|
+
// $('#'+$(this).data('target-id')).prop('disabled', false);
|
|
598
|
+
// }
|
|
599
|
+
// if($(this).data('target-class')){
|
|
600
|
+
// $('.'+$(this).data('target-class')).prop('disabled', false);
|
|
601
|
+
// }
|
|
602
|
+
// }
|
|
603
|
+
// else{
|
|
604
|
+
// if($(this).data('target-id')){
|
|
605
|
+
// $('#'+$(this).data('target-id')).prop('disabled', true);
|
|
606
|
+
// }
|
|
607
|
+
// if($(this).data('target-class')){
|
|
608
|
+
// $('.'+$(this).data('target-class')).prop('disabled', true);
|
|
609
|
+
// }
|
|
610
|
+
// }
|
|
611
|
+
// });
|
|
558
612
|
$('#node-input-connection').change(function(){
|
|
559
613
|
$.getJSON('ncd/wireless/needs_input/'+$(this).val(),function(data) {
|
|
560
614
|
if(data.is_raw){
|
|
@@ -768,7 +822,8 @@
|
|
|
768
822
|
<option value="96">96 - 16-Bit 1-Channel 0-48VDC Receiver</option>
|
|
769
823
|
<option value="101">101 - Pro Vibration</option>
|
|
770
824
|
<option value="102">102 - Strain Gauge</option>
|
|
771
|
-
<option value="105">105 - 1
|
|
825
|
+
<option value="105">105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor</option>
|
|
826
|
+
<option value="106">106 - 2 Channel Automatic Luber With Ultrasound Vibration Sensor</option>
|
|
772
827
|
<option value="107">107 - 4 Channel 4-20mA Receiver</option>
|
|
773
828
|
<option value="108">108 - Machine Uptime Monitoring Sensor</option>
|
|
774
829
|
<option value="110">110 - One Channel Vibration Plus v4</option>
|
|
@@ -792,6 +847,7 @@
|
|
|
792
847
|
<option value="531">531 - Custom Noise Sensor</option>
|
|
793
848
|
<option value="535">535 - Custom CO2 Sensor</option>
|
|
794
849
|
<option value="537">537 - Custom Standalone Smart Vibration Sensor</option>
|
|
850
|
+
<option value="538">538 - Custom One Channel Vibration Plus</option>
|
|
795
851
|
<option value="539">539 - RS-485 Modbus Wireless Converter</option>
|
|
796
852
|
<option value="540">540 - Wireless Ultrasonic Flow Meter FD-Q32C</option>
|
|
797
853
|
<option value="10000">10000 - 4-Channel Relay</option>
|
|
@@ -807,7 +863,7 @@
|
|
|
807
863
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
808
864
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
809
865
|
</div>
|
|
810
|
-
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-39 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-105 data-sensor-107 data-sensor-108 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-540>
|
|
866
|
+
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-39 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-540>
|
|
811
867
|
<hr>
|
|
812
868
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
813
869
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -916,12 +972,47 @@
|
|
|
916
972
|
</div>
|
|
917
973
|
</div>
|
|
918
974
|
<!-- Current Monitor Options -->
|
|
919
|
-
<div class="ncd-dependent" data-sensor-13>
|
|
920
|
-
<
|
|
921
|
-
|
|
922
|
-
<
|
|
975
|
+
<div class="ncd-dependent" data-sensor-13 data-sensor-19 data-sensor-28>
|
|
976
|
+
<hr>
|
|
977
|
+
<div class="form-row ncd-active-check">
|
|
978
|
+
<strong>Channel 1 Current Calibration Value</strong>
|
|
979
|
+
<div>
|
|
980
|
+
<label for="node-input-current_calibration_13_active">Active:</label>
|
|
981
|
+
<input type="checkbox" id="node-input-current_calibration_13_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_13_active" value="1">
|
|
982
|
+
</div>
|
|
983
|
+
<div>
|
|
984
|
+
<label for="node-input-current_calibration_13"><i class="icon-tag"></i> Calibration Option (1 - 65535)</label>
|
|
985
|
+
<input type="text" id="node-input-current_calibration_13">
|
|
986
|
+
</div>
|
|
923
987
|
</div>
|
|
924
988
|
</div>
|
|
989
|
+
<div class="ncd-dependent" data-sensor-19 data-sensor-28>
|
|
990
|
+
<div class="form-row ncd-active-check">
|
|
991
|
+
<strong>Channel 2 Current Calibration Value</strong>
|
|
992
|
+
<div>
|
|
993
|
+
<label for="node-input-current_calibration_ch2_19_active">Active:</label>
|
|
994
|
+
<input type="checkbox" id="node-input-current_calibration_ch2_19_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch2_19_active" value="1">
|
|
995
|
+
</div>
|
|
996
|
+
<div>
|
|
997
|
+
<label for="node-input-current_calibration_ch2_19"><i class="icon-tag"></i> Calibration Option (1 - 65535)</label>
|
|
998
|
+
<input type="text" id="node-input-current_calibration_ch2_19">
|
|
999
|
+
</div>
|
|
1000
|
+
</div>
|
|
1001
|
+
</div>
|
|
1002
|
+
<div class="ncd-dependent" data-sensor-28>
|
|
1003
|
+
<div class="form-row ncd-active-check">
|
|
1004
|
+
<strong>Channel 3 Current Calibration Value</strong>
|
|
1005
|
+
<div>
|
|
1006
|
+
<label for="node-input-current_calibration_ch3_28_active">Active:</label>
|
|
1007
|
+
<input type="checkbox" id="node-input-current_calibration_ch3_28_active" class="ncd-config-toggle" data-target-id="node-input-current_calibration_ch3_28_active" value="1">
|
|
1008
|
+
</div>
|
|
1009
|
+
<div>
|
|
1010
|
+
<label for="node-input-current_calibration_ch3_28"><i class="icon-tag"></i> Calibration Option (1 - 65535)</label>
|
|
1011
|
+
<input type="text" id="node-input-current_calibration_ch3_28">
|
|
1012
|
+
</div>
|
|
1013
|
+
</div>
|
|
1014
|
+
</div>
|
|
1015
|
+
|
|
925
1016
|
<!-- Barometric Pressure Options -->
|
|
926
1017
|
<div class="ncd-dependent" data-sensor-6>
|
|
927
1018
|
<div class="form-row">
|
|
@@ -1165,7 +1256,7 @@
|
|
|
1165
1256
|
</div>
|
|
1166
1257
|
</div>
|
|
1167
1258
|
</div>
|
|
1168
|
-
<div class="ncd-dependent" data-sensor-84 data-sensor-114 data-sensor-519 data-sensor-537>
|
|
1259
|
+
<div class="ncd-dependent" data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-519 data-sensor-537>
|
|
1169
1260
|
<hr>
|
|
1170
1261
|
<div class="form-row ncd-active-check">
|
|
1171
1262
|
<strong>LED Alert Mode</strong>
|
|
@@ -1227,7 +1318,7 @@
|
|
|
1227
1318
|
</div>
|
|
1228
1319
|
</div>
|
|
1229
1320
|
|
|
1230
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1321
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1231
1322
|
<hr>
|
|
1232
1323
|
<div class="form-row ncd-active-check">
|
|
1233
1324
|
<strong>Mode</strong>
|
|
@@ -1266,7 +1357,7 @@
|
|
|
1266
1357
|
</div>
|
|
1267
1358
|
</div>
|
|
1268
1359
|
</div>
|
|
1269
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1360
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1270
1361
|
<div class="form-row ncd-active-check">
|
|
1271
1362
|
<strong>Measurement Mode</strong>
|
|
1272
1363
|
<div>
|
|
@@ -1293,7 +1384,7 @@
|
|
|
1293
1384
|
</div>
|
|
1294
1385
|
</div>
|
|
1295
1386
|
</div>
|
|
1296
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-519 data-sensor-537>
|
|
1387
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1297
1388
|
<hr>
|
|
1298
1389
|
<div class="form-row ncd-active-check">
|
|
1299
1390
|
<strong>Set Sampling Duration 1= 50msec, 2= 100msec</strong>
|
|
@@ -1308,7 +1399,7 @@
|
|
|
1308
1399
|
</div>
|
|
1309
1400
|
</div>
|
|
1310
1401
|
|
|
1311
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1402
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1312
1403
|
<hr>
|
|
1313
1404
|
<div class="form-row ncd-active-check">
|
|
1314
1405
|
<strong>Sampling Interval</strong>
|
|
@@ -1410,7 +1501,7 @@
|
|
|
1410
1501
|
</div>
|
|
1411
1502
|
</div>
|
|
1412
1503
|
|
|
1413
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-102 data-sensor-110 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-519 data-sensor-537>
|
|
1504
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-102 data-sensor-110 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1414
1505
|
<hr>
|
|
1415
1506
|
<div class="form-row ncd-active-check">
|
|
1416
1507
|
<strong>Output Data Rate</strong>
|
|
@@ -1507,8 +1598,8 @@
|
|
|
1507
1598
|
</div>
|
|
1508
1599
|
</div>
|
|
1509
1600
|
</div>
|
|
1510
|
-
|
|
1511
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1601
|
+
|
|
1602
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1512
1603
|
<div class="form-row ncd-active-check">
|
|
1513
1604
|
<strong>Set Filtering</strong>
|
|
1514
1605
|
<div>
|
|
@@ -1578,7 +1669,7 @@
|
|
|
1578
1669
|
</div>
|
|
1579
1670
|
</div>
|
|
1580
1671
|
</div>
|
|
1581
|
-
|
|
1672
|
+
|
|
1582
1673
|
<div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181>
|
|
1583
1674
|
<div class="form-row ncd-active-check">
|
|
1584
1675
|
<strong>Set Low Pass Filter Probe 2</strong>
|
|
@@ -1636,7 +1727,7 @@
|
|
|
1636
1727
|
</div>
|
|
1637
1728
|
</div>
|
|
1638
1729
|
|
|
1639
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1730
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1640
1731
|
<div class="form-row ncd-active-check">
|
|
1641
1732
|
<strong>Full Scale Range</strong>
|
|
1642
1733
|
<div>
|
|
@@ -1674,7 +1765,7 @@
|
|
|
1674
1765
|
</div>
|
|
1675
1766
|
</div>
|
|
1676
1767
|
|
|
1677
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
1768
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1678
1769
|
<div class="form-row ncd-active-check">
|
|
1679
1770
|
<strong>Set Dead Band in mg</strong>
|
|
1680
1771
|
<div>
|
|
@@ -1717,7 +1808,7 @@
|
|
|
1717
1808
|
</div>
|
|
1718
1809
|
</div>
|
|
1719
1810
|
|
|
1720
|
-
<div class="ncd-dependent" data-sensor-14 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-88 data-sensor-89 data-sensor-105 data-sensor-107 data-sensor-540>
|
|
1811
|
+
<div class="ncd-dependent" data-sensor-14 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-88 data-sensor-89 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-540>
|
|
1721
1812
|
<div class="form-row ncd-active-check">
|
|
1722
1813
|
<strong>Sensor Boot Time</strong>
|
|
1723
1814
|
<p class="caption">
|
|
@@ -1752,7 +1843,7 @@
|
|
|
1752
1843
|
</div>
|
|
1753
1844
|
</div>
|
|
1754
1845
|
|
|
1755
|
-
<div class="ncd-dependent" data-sensor-3 data-sensor-14 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-88 data-sensor-89 data-sensor-105 data-sensor-107 data-sensor-200 data-sensor-540>
|
|
1846
|
+
<div class="ncd-dependent" data-sensor-3 data-sensor-14 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-88 data-sensor-89 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-200 data-sensor-540>
|
|
1756
1847
|
<div class="form-row ncd-active-check">
|
|
1757
1848
|
<strong>Low Calibration Point</strong>
|
|
1758
1849
|
<div>
|
|
@@ -1788,7 +1879,7 @@
|
|
|
1788
1879
|
</div>
|
|
1789
1880
|
</div>
|
|
1790
1881
|
|
|
1791
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-110 data-sensor-111 data-sensor-180 data-sensor-181 data-sensor-505 data-sensor-506>
|
|
1882
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-110 data-sensor-111 data-sensor-180 data-sensor-181 data-sensor-505 data-sensor-506 data-sensor-538>
|
|
1792
1883
|
<div class="form-row ncd-active-check">
|
|
1793
1884
|
<strong>Channel 1 Current Calibration Value</strong>
|
|
1794
1885
|
<p class="caption">
|
|
@@ -1924,6 +2015,64 @@
|
|
|
1924
2015
|
<input type="text" id="node-input-debounce_time_108" placeholder="10" value="10">
|
|
1925
2016
|
</div>
|
|
1926
2017
|
</div>
|
|
2018
|
+
<div class="form-row ncd-active-check">
|
|
2019
|
+
<strong>Set Input One</strong>
|
|
2020
|
+
<div>
|
|
2021
|
+
<label for="node-input-input_one_108_active">Active:</label>
|
|
2022
|
+
<input type="checkbox" id="node-input-input_one_108_active" class="ncd-config-toggle" data-target-id="node-input-input_one_108" value="1">
|
|
2023
|
+
</div>
|
|
2024
|
+
<div>
|
|
2025
|
+
<label for="node-input-input_one_108"><i class="icon-tag"></i>Value:</label>
|
|
2026
|
+
<select id="node-input-input_one_108">
|
|
2027
|
+
<option value="0">Falling Edge trigger</option>
|
|
2028
|
+
<option value="1">Rising Edge trigger</option>
|
|
2029
|
+
</select>
|
|
2030
|
+
</div>
|
|
2031
|
+
</div>
|
|
2032
|
+
<div class="form-row ncd-active-check">
|
|
2033
|
+
<strong>Set Input Two</strong>
|
|
2034
|
+
<div>
|
|
2035
|
+
<label for="node-input-input_two_108_active">Active:</label>
|
|
2036
|
+
<input type="checkbox" id="node-input-input_two_108_active" class="ncd-config-toggle" data-target-id="node-input-input_two_108" value="1">
|
|
2037
|
+
</div>
|
|
2038
|
+
<div>
|
|
2039
|
+
<label for="node-input-input_two_108"><i class="icon-tag"></i>Value:</label>
|
|
2040
|
+
<select id="node-input-input_two_108">
|
|
2041
|
+
<option value="0">Falling Edge trigger</option>
|
|
2042
|
+
<option value="1">Rising Edge trigger</option>
|
|
2043
|
+
</select>
|
|
2044
|
+
</div>
|
|
2045
|
+
</div>
|
|
2046
|
+
<div class="form-row ncd-active-check">
|
|
2047
|
+
<strong>Set Input Three</strong>
|
|
2048
|
+
<div>
|
|
2049
|
+
<label for="node-input-input_three_108_active">Active:</label>
|
|
2050
|
+
<input type="checkbox" id="node-input-input_three_108_active" class="ncd-config-toggle" data-target-id="node-input-input_three_108" value="1">
|
|
2051
|
+
</div>
|
|
2052
|
+
<div>
|
|
2053
|
+
<label for="node-input-input_three_108"><i class="icon-tag"></i>Value:</label>
|
|
2054
|
+
<select id="node-input-input_three_108">
|
|
2055
|
+
<option value="0">Falling Edge trigger</option>
|
|
2056
|
+
<option value="1">Rising Edge trigger</option>
|
|
2057
|
+
</select>
|
|
2058
|
+
</div>
|
|
2059
|
+
</div>
|
|
2060
|
+
<div class="form-row ncd-active-check">
|
|
2061
|
+
<strong>Counter Threshold</strong>
|
|
2062
|
+
<p class="caption">
|
|
2063
|
+
Device will send data when any counters reaches multiple of the Threshold.
|
|
2064
|
+
<br>
|
|
2065
|
+
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
2066
|
+
</p>
|
|
2067
|
+
<div>
|
|
2068
|
+
<label for="node-input-counter_threshold_108_active">Active:</label>
|
|
2069
|
+
<input type="checkbox" id="node-input-counter_threshold_108_active" class="ncd-config-toggle" data-target-id="node-input-counter_threshold_108" value="1">
|
|
2070
|
+
</div>
|
|
2071
|
+
<div>
|
|
2072
|
+
<label for="node-input-counter_threshold_108"><i class="icon-tag"></i>Value:</label>
|
|
2073
|
+
<input type="text" id="node-input-counter_threshold_108" placeholder="1000" value="1000">
|
|
2074
|
+
</div>
|
|
2075
|
+
</div>
|
|
1927
2076
|
</div>
|
|
1928
2077
|
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
1929
2078
|
<hr>
|
|
@@ -1940,7 +2089,7 @@
|
|
|
1940
2089
|
</div>
|
|
1941
2090
|
</div>
|
|
1942
2091
|
|
|
1943
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537>
|
|
2092
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1944
2093
|
<hr>
|
|
1945
2094
|
<div class="form-row ncd-active-check">
|
|
1946
2095
|
<strong>Payload Length</strong>
|
|
@@ -2002,7 +2151,7 @@
|
|
|
2002
2151
|
<div id="config_response"></div>
|
|
2003
2152
|
</div>
|
|
2004
2153
|
</div>
|
|
2005
|
-
<div class="ncd-dependent" data-sensor-2>
|
|
2154
|
+
<div class="ncd-dependent" data-sensor-2 data-sensor-35 data-sensor-36>
|
|
2006
2155
|
<div class="form-row ncd-active-check">
|
|
2007
2156
|
<strong>Set Input Debounce Time</strong>
|
|
2008
2157
|
<p class="caption">
|
|
@@ -2086,23 +2235,157 @@
|
|
|
2086
2235
|
<div class="form-row ncd-active-check">
|
|
2087
2236
|
<strong>Set Sub Device Type</strong>
|
|
2088
2237
|
<div>
|
|
2089
|
-
<label for="node-input-
|
|
2090
|
-
<input type="checkbox" id="node-input-
|
|
2238
|
+
<label for="node-input-sub_device_type_539_active">Active:</label>
|
|
2239
|
+
<input type="checkbox" id="node-input-sub_device_type_539_active" class="ncd-config-toggle" data-target-id="node-input-sub_device_type_539" value="1">
|
|
2091
2240
|
</div>
|
|
2092
2241
|
<div>
|
|
2093
|
-
<label for="node-input-
|
|
2094
|
-
<input type="text" id="node-input-
|
|
2242
|
+
<label for="node-input-sub_device_type_539"><i class="icon-tag"></i>Value:</label>
|
|
2243
|
+
<input type="text" id="node-input-sub_device_type_539" placeholder="10" value="10">
|
|
2095
2244
|
</div>
|
|
2096
2245
|
</div>
|
|
2097
2246
|
<div class="form-row ncd-active-check">
|
|
2098
|
-
<strong>Set
|
|
2247
|
+
<strong>Set Read Registers</strong>
|
|
2248
|
+
<p class="caption">
|
|
2249
|
+
Set the total number of registers to read on interval in the Register Reads field. Set the individual Registers to read below in the correspond Register field.
|
|
2250
|
+
</p>
|
|
2099
2251
|
<div>
|
|
2100
2252
|
<label for="node-input-number_of_regs_to_rd_539_active">Active:</label>
|
|
2101
|
-
<input type="checkbox" id="node-input-number_of_regs_to_rd_539_active" class="ncd-config-toggle" data-target-id="node-input-number_of_regs_to_rd_539" value="1">
|
|
2253
|
+
<input type="checkbox" id="node-input-number_of_regs_to_rd_539_active" class="ncd-config-toggle" data-target-id="node-input-number_of_regs_to_rd_539" data-target-class="register_t539" value="1">
|
|
2254
|
+
</div>
|
|
2255
|
+
<div>
|
|
2256
|
+
<label for="node-input-number_of_regs_to_rd_539"><i class="icon-tag"></i>Register Reads:</label>
|
|
2257
|
+
<select id="node-input-number_of_regs_to_rd_539">
|
|
2258
|
+
<option value="0">0</option>
|
|
2259
|
+
<option value="1">1</option>
|
|
2260
|
+
<option value="2">2</option>
|
|
2261
|
+
<option value="3">3</option>
|
|
2262
|
+
<option value="4">4</option>
|
|
2263
|
+
<option value="5">5</option>
|
|
2264
|
+
<option value="6">6</option>
|
|
2265
|
+
<option value="7">7</option>
|
|
2266
|
+
<option value="8">8</option>
|
|
2267
|
+
<option value="9">9</option>
|
|
2268
|
+
<option value="10">10</option>
|
|
2269
|
+
</select>
|
|
2270
|
+
</div>
|
|
2271
|
+
<hr>
|
|
2272
|
+
<div id="register_list_539">
|
|
2273
|
+
<div class="form-row">
|
|
2274
|
+
<div>
|
|
2275
|
+
<label for="node-input-register_value_0_539"><i class="icon-tag"></i>Register 1:</label>
|
|
2276
|
+
<input type="text" id="node-input-register_value_0_539" class="register_t539" placeholder="10" value="10">
|
|
2277
|
+
</div>
|
|
2278
|
+
</div>
|
|
2279
|
+
<div class="form-row">
|
|
2280
|
+
<div>
|
|
2281
|
+
<label for="node-input-register_value_1_539"><i class="icon-tag"></i>Register 2:</label>
|
|
2282
|
+
<input type="text" id="node-input-register_value_1_539" class="register_t539" placeholder="10" value="10">
|
|
2283
|
+
</div>
|
|
2284
|
+
</div>
|
|
2285
|
+
<div class="form-row">
|
|
2286
|
+
<div>
|
|
2287
|
+
<label for="node-input-register_value_2_539"><i class="icon-tag"></i>Register 3:</label>
|
|
2288
|
+
<input type="text" id="node-input-register_value_2_539" class="register_t539" placeholder="10" value="10">
|
|
2289
|
+
</div>
|
|
2290
|
+
</div>
|
|
2291
|
+
<div class="form-row">
|
|
2292
|
+
<div>
|
|
2293
|
+
<label for="node-input-register_value_3_539"><i class="icon-tag"></i>Register 4:</label>
|
|
2294
|
+
<input type="text" id="node-input-register_value_3_539" class="register_t539" placeholder="10" value="10">
|
|
2295
|
+
</div>
|
|
2296
|
+
</div>
|
|
2297
|
+
<div class="form-row">
|
|
2298
|
+
<div>
|
|
2299
|
+
<label for="node-input-register_value_4_539"><i class="icon-tag"></i>Register 5:</label>
|
|
2300
|
+
<input type="text" id="node-input-register_value_4_539" class="register_t539" placeholder="10" value="10">
|
|
2301
|
+
</div>
|
|
2302
|
+
</div>
|
|
2303
|
+
<div class="form-row">
|
|
2304
|
+
<div>
|
|
2305
|
+
<label for="node-input-register_value_5_539"><i class="icon-tag"></i>Register 6:</label>
|
|
2306
|
+
<input type="text" id="node-input-register_value_5_539" class="register_t539" placeholder="10" value="10">
|
|
2307
|
+
</div>
|
|
2308
|
+
</div>
|
|
2309
|
+
<div class="form-row">
|
|
2310
|
+
<div>
|
|
2311
|
+
<label for="node-input-register_value_6_539"><i class="icon-tag"></i>Register 7:</label>
|
|
2312
|
+
<input type="text" id="node-input-register_value_6_539" class="register_t539" placeholder="10" value="10">
|
|
2313
|
+
</div>
|
|
2314
|
+
</div>
|
|
2315
|
+
<div class="form-row">
|
|
2316
|
+
<div>
|
|
2317
|
+
<label for="node-input-register_value_7_539"><i class="icon-tag"></i>Register 8:</label>
|
|
2318
|
+
<input type="text" id="node-input-register_value_7_539" class="register_t539" placeholder="10" value="10">
|
|
2319
|
+
</div>
|
|
2320
|
+
</div>
|
|
2321
|
+
<div class="form-row">
|
|
2322
|
+
<div>
|
|
2323
|
+
<label for="node-input-register_value_8_539"><i class="icon-tag"></i>Register 9:</label>
|
|
2324
|
+
<input type="text" id="node-input-register_value_8_539" class="register_t539" placeholder="10" value="10">
|
|
2325
|
+
</div>
|
|
2326
|
+
</div>
|
|
2327
|
+
<div class="form-row">
|
|
2328
|
+
<div>
|
|
2329
|
+
<label for="node-input-register_value_9_539"><i class="icon-tag"></i>Register 10:</label>
|
|
2330
|
+
<input type="text" id="node-input-register_value_9_539" class="register_t539" placeholder="10" value="10">
|
|
2331
|
+
</div>
|
|
2332
|
+
</div>
|
|
2333
|
+
</div>
|
|
2334
|
+
</div>
|
|
2335
|
+
</div>
|
|
2336
|
+
|
|
2337
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2338
|
+
<div class="form-row ncd-active-check">
|
|
2339
|
+
<strong>Set Auto Raw Interval</strong>
|
|
2340
|
+
<div>
|
|
2341
|
+
<label for="node-input-auto_raw_interval_110_active">Active:</label>
|
|
2342
|
+
<input type="checkbox" id="node-input-auto_raw_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-auto_raw_interval_110" value="1">
|
|
2343
|
+
</div>
|
|
2344
|
+
<div>
|
|
2345
|
+
<label for="node-input-auto_raw_interval_110"><i class="icon-tag"></i>Address:</label>
|
|
2346
|
+
<input type="text" id="node-input-auto_raw_interval_110" value="0">
|
|
2347
|
+
</div>
|
|
2348
|
+
</div>
|
|
2349
|
+
<div class="form-row ncd-active-check">
|
|
2350
|
+
<strong>Set Auto Raw Destination Address</strong>
|
|
2351
|
+
<div>
|
|
2352
|
+
<label for="node-input-auto_raw_destination_110_active">Active:</label>
|
|
2353
|
+
<input type="checkbox" id="node-input-auto_raw_destination_110_active" class="ncd-config-toggle" data-target-id="node-input-auto_raw_destination_110" value="1">
|
|
2354
|
+
</div>
|
|
2355
|
+
<div>
|
|
2356
|
+
<label for="node-input-auto_raw_destination_110"><i class="icon-tag"></i>Address:</label>
|
|
2357
|
+
<input type="text" id="node-input-auto_raw_destination_110" value="0000FFFF">
|
|
2358
|
+
</div>
|
|
2359
|
+
<p class="caption">
|
|
2360
|
+
Default value: 0000FFFF for Broadcast Mode<br>
|
|
2361
|
+
Example of targeted address: 41D5EC37
|
|
2362
|
+
</p>
|
|
2363
|
+
</div>
|
|
2364
|
+
<div class="form-row ncd-active-check">
|
|
2365
|
+
<strong>Set Smart Mode Threshold</strong>
|
|
2366
|
+
<div>
|
|
2367
|
+
<label for="node-input-smart_threshold_110_active">Active:</label>
|
|
2368
|
+
<input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
|
|
2369
|
+
</div>
|
|
2370
|
+
<div>
|
|
2371
|
+
<label for="node-input-smart_threshold_110"><i class="icon-tag"></i>Value:</label>
|
|
2372
|
+
<input type="text" id="node-input-smart_threshold_110" value="1">
|
|
2102
2373
|
</div>
|
|
2374
|
+
</div>
|
|
2375
|
+
</div>
|
|
2376
|
+
<div class="ncd-dependent" data-sensor-114>
|
|
2377
|
+
<div class="form-row ncd-active-check">
|
|
2378
|
+
<strong>Clear Probe Uptimers</strong>
|
|
2103
2379
|
<div>
|
|
2104
|
-
<label for="node-input-
|
|
2105
|
-
<input type="
|
|
2380
|
+
<label for="node-input-clear_probe_uptimers_110_active">Active:</label>
|
|
2381
|
+
<input type="checkbox" id="node-input-clear_probe_uptimers_110_active" class="ncd-config-toggle" data-target-id="node-input-clear_probe_uptimers_110" value="1">
|
|
2382
|
+
</div>
|
|
2383
|
+
<div>
|
|
2384
|
+
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Value:</label>
|
|
2385
|
+
<select id="node-input-clear_probe_uptimers_110">
|
|
2386
|
+
<option value="0">Disabled</option>
|
|
2387
|
+
<option value="1">Enabled</option>
|
|
2388
|
+
</select>
|
|
2106
2389
|
</div>
|
|
2107
2390
|
</div>
|
|
2108
2391
|
</div>
|