@ncd-io/node-red-enterprise-sensors 1.0.7 → 1.0.9
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/lib/WirelessGateway.js +262 -81
- package/package.json +1 -1
- package/wireless.html +287 -30
- package/wireless.js +74 -52
package/wireless.html
CHANGED
|
@@ -133,12 +133,12 @@
|
|
|
133
133
|
NCD_validators = {
|
|
134
134
|
number_range: function(l, h, base, property_name = false){
|
|
135
135
|
if(!base) base = 10;
|
|
136
|
-
if(property_name === '
|
|
136
|
+
if(property_name === 'smart_threshold_110'){
|
|
137
137
|
return function(v){
|
|
138
138
|
var int = parseInt(v, base);
|
|
139
|
-
if(this.
|
|
140
|
-
console.log('ERROR: Invalid property detect. Setting
|
|
141
|
-
$("#node-input-
|
|
139
|
+
if(this.smart_threshold_110 == 0){
|
|
140
|
+
console.log('ERROR: Invalid property detect. Setting smart_threshold_110 to default value');
|
|
141
|
+
$("#node-input-smart_threshold_110").val(1);
|
|
142
142
|
return true;
|
|
143
143
|
} else if(v == undefined){
|
|
144
144
|
return true;
|
|
@@ -323,6 +323,7 @@
|
|
|
323
323
|
acceleration_interrupt_threshold_84: {},
|
|
324
324
|
|
|
325
325
|
set_rtc_101:{value:0},
|
|
326
|
+
set_rtc_202:{value:0},
|
|
326
327
|
|
|
327
328
|
current_calibration_82:{Value:0},
|
|
328
329
|
current_calibration_82_active:{Value:""},
|
|
@@ -347,6 +348,8 @@
|
|
|
347
348
|
sampling_duration_101: {value: 1, validate: NCD_validators.number_range(1, 255)},
|
|
348
349
|
sampling_interval_101_active: {value: ""},
|
|
349
350
|
sampling_interval_101: {value: 1},
|
|
351
|
+
sampling_interval_202_active: {value: ""},
|
|
352
|
+
sampling_interval_202: {value: 1},
|
|
350
353
|
full_scale_range_101_active: {value: ""},
|
|
351
354
|
full_scale_range_101: {value: 1},
|
|
352
355
|
full_scale_range_101_m2_active: {value: ""},
|
|
@@ -373,7 +376,9 @@
|
|
|
373
376
|
accelerometer_state_108:{value:0},
|
|
374
377
|
accelerometer_state_108_active:{value:""},
|
|
375
378
|
|
|
376
|
-
|
|
379
|
+
clear_timers_108_active:{value:""},
|
|
380
|
+
clear_timers_108:{value:7},
|
|
381
|
+
|
|
377
382
|
accelerometer_threshold_108:{value:10, validate: NCD_validators.number_range(0, 255)},
|
|
378
383
|
accelerometer_threshold_108_active:{value:""},
|
|
379
384
|
debounce_time_108:{value:10, validate: NCD_validators.number_range(0, 255)},
|
|
@@ -489,7 +494,7 @@
|
|
|
489
494
|
smart_interval_110: {value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
490
495
|
|
|
491
496
|
smart_threshold_110_active:{value:""},
|
|
492
|
-
smart_threshold_110: {value:
|
|
497
|
+
smart_threshold_110: {value: 1, validate: NCD_validators.number_range(1, 65534, 10, "smart_threshold_110")},
|
|
493
498
|
|
|
494
499
|
rx485_timeout_1011_active:{value:""},
|
|
495
500
|
rx485_timeout_1011:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
@@ -513,6 +518,8 @@
|
|
|
513
518
|
push_notification_33_active:{value: ""},
|
|
514
519
|
push_notification_33:{value: 0},
|
|
515
520
|
clear_counter_33:{value:0},
|
|
521
|
+
input_two_33:{value:1},
|
|
522
|
+
input_two_33_active:{value:""},
|
|
516
523
|
|
|
517
524
|
stop_bit_1011_active:{value: ""},
|
|
518
525
|
stop_bit_1011:{value:0},
|
|
@@ -520,7 +527,31 @@
|
|
|
520
527
|
set_parity_1011_active:{value: ""},
|
|
521
528
|
set_parity_1011:{value:0},
|
|
522
529
|
|
|
523
|
-
reboot_1011:{value:0}
|
|
530
|
+
reboot_1011:{value:0},
|
|
531
|
+
|
|
532
|
+
fly_interval_110_active:{value: ""},
|
|
533
|
+
fly_interval_110:{value: 60},
|
|
534
|
+
|
|
535
|
+
scd_skip_samples_44_active:{value: ""},
|
|
536
|
+
scd_skip_samples_44:{value: 1, validate: NCD_validators.number_range(1, 10)},
|
|
537
|
+
|
|
538
|
+
sps_skip_samples_32_active:{value: ""},
|
|
539
|
+
sps_skip_samples_32:{value: 1, validate: NCD_validators.number_range(1, 10)},
|
|
540
|
+
|
|
541
|
+
sampling_interval_110_active:{value: ""},
|
|
542
|
+
sampling_interval_110: {value: 1, validate: NCD_validators.number_range(0, 8)},
|
|
543
|
+
|
|
544
|
+
qos_108_active:{value: ""},
|
|
545
|
+
qos_108: {value: 0},
|
|
546
|
+
deactivate_activate_accelero_108_active: {value: ""},
|
|
547
|
+
deactivate_activate_accelero_108: {value: 0},
|
|
548
|
+
reset_timeout_108_active:{value: ""},
|
|
549
|
+
reset_timeout_108: {value: 60, validate: NCD_validators.number_range(60, 65535)},
|
|
550
|
+
reset_mode_to_disabled_108_active: {value: ""},
|
|
551
|
+
reset_mode_to_disabled_108: {value: 0},
|
|
552
|
+
rtc_interval_108_active: {value: ""},
|
|
553
|
+
rtc_interval_108: {value: 0},
|
|
554
|
+
rtc_108:{value:0}
|
|
524
555
|
},
|
|
525
556
|
inputs: 0,
|
|
526
557
|
outputs: 1,
|
|
@@ -555,7 +586,7 @@
|
|
|
555
586
|
"25": "25 - Asset Monitor",
|
|
556
587
|
"26": "26 - Pressure Sensor",
|
|
557
588
|
"27": "27 - Environmental Sensor",
|
|
558
|
-
"28": "28 - 3
|
|
589
|
+
"28": "28 - 3-Phase Current Sensor",
|
|
559
590
|
"29": "29 - Linear Displacement Sensor",
|
|
560
591
|
"30": "30 - Structural Monitoring Sensor",
|
|
561
592
|
"31": "31 - Air Quality TVOC eCO2 Temperature and Humidity Sensor",
|
|
@@ -626,6 +657,7 @@
|
|
|
626
657
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
627
658
|
"200": "200 - 4-20mA Pass Through",
|
|
628
659
|
"202": "202 - Weather Station",
|
|
660
|
+
"217": "217 - Wireless Weight Scale",
|
|
629
661
|
"502": "502 - C_50-27",
|
|
630
662
|
"505": "505 - Custom_SAP_Current_1C",
|
|
631
663
|
"506": "506 - Custom_SAP_Current_3C",
|
|
@@ -845,7 +877,7 @@
|
|
|
845
877
|
<option value="25">25 - Asset Monitor</option>
|
|
846
878
|
<option value="26">26 - Pressure & Temperature (PSI)</option>
|
|
847
879
|
<option value="27">27 - Environmental</option>
|
|
848
|
-
<option value="28">28 - 3-
|
|
880
|
+
<option value="28">28 - 3-Phase Current Monitor</option>
|
|
849
881
|
<option value="29">29 - Linear Displacement Sensor</option>
|
|
850
882
|
<option value="30">30 - Structural Monitoring Sensor</option>
|
|
851
883
|
<option value="31">31 - Air Quality TVOC eCO2 Temperature and Humidity Sensor</option>
|
|
@@ -918,6 +950,7 @@
|
|
|
918
950
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
919
951
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
920
952
|
<option value="202">202 - Weather Station</option>
|
|
953
|
+
<option value="217">217 - Wireless Weight Scale</option>
|
|
921
954
|
<option value="502">502 - C_50-27</option>
|
|
922
955
|
<option value="505">505 - Custom_SAP_Current_1C</option>
|
|
923
956
|
<option value="506">506 - Custom_SAP_Current_3C</option>
|
|
@@ -949,7 +982,7 @@
|
|
|
949
982
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
950
983
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
951
984
|
</div>
|
|
952
|
-
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-33 data-sensor-39 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-58 data-sensor-74 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-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
|
|
985
|
+
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-32 data-sensor-33 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-58 data-sensor-74 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-202 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
|
|
953
986
|
<hr>
|
|
954
987
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
955
988
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1510,7 +1543,7 @@
|
|
|
1510
1543
|
</div>
|
|
1511
1544
|
</div>
|
|
1512
1545
|
|
|
1513
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-
|
|
1546
|
+
<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 data-sensor-538>
|
|
1514
1547
|
<hr>
|
|
1515
1548
|
<div class="form-row ncd-active-check">
|
|
1516
1549
|
<strong>Mode</strong>
|
|
@@ -1590,8 +1623,7 @@
|
|
|
1590
1623
|
</div>
|
|
1591
1624
|
</div>
|
|
1592
1625
|
</div>
|
|
1593
|
-
|
|
1594
|
-
<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>
|
|
1626
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 ata-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1595
1627
|
<hr>
|
|
1596
1628
|
<div class="form-row ncd-active-check">
|
|
1597
1629
|
<strong>Sampling Interval</strong>
|
|
@@ -1614,6 +1646,32 @@
|
|
|
1614
1646
|
</select>
|
|
1615
1647
|
</div>
|
|
1616
1648
|
</div>
|
|
1649
|
+
</div>
|
|
1650
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1651
|
+
<hr>
|
|
1652
|
+
<div class="form-row ncd-active-check">
|
|
1653
|
+
<strong>Sampling Interval</strong>
|
|
1654
|
+
<div>
|
|
1655
|
+
<label for="node-input-sampling_interval_110_active">Active: </label>
|
|
1656
|
+
<input type="checkbox" id="node-input-sampling_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_110" value="1">
|
|
1657
|
+
</div>
|
|
1658
|
+
<div>
|
|
1659
|
+
<label for="node-input-sampling_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
1660
|
+
<select id="node-input-sampling_interval_110">
|
|
1661
|
+
<option value="8">1 Minute</option>
|
|
1662
|
+
<option value="0">5 Minutes</option>
|
|
1663
|
+
<option value="1">10 Minutes</option>
|
|
1664
|
+
<option value="2">15 Minutes</option>
|
|
1665
|
+
<option value="3">20 Minutes</option>
|
|
1666
|
+
<option value="4">30 Minutes</option>
|
|
1667
|
+
<option value="5">60 Minutes</option>
|
|
1668
|
+
<option value="6">120 Minutes</option>
|
|
1669
|
+
<option value="7">180 Minutes</option>
|
|
1670
|
+
</select>
|
|
1671
|
+
</div>
|
|
1672
|
+
</div>
|
|
1673
|
+
</div>
|
|
1674
|
+
<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>
|
|
1617
1675
|
<div class="form-row ncd-active-check">
|
|
1618
1676
|
<strong>Set RTC</strong>
|
|
1619
1677
|
<div>
|
|
@@ -1623,6 +1681,38 @@
|
|
|
1623
1681
|
</div>
|
|
1624
1682
|
</div>
|
|
1625
1683
|
|
|
1684
|
+
<div class="ncd-dependent" data-sensor-202>
|
|
1685
|
+
<hr>
|
|
1686
|
+
<div class="form-row ncd-active-check">
|
|
1687
|
+
<strong>Sampling Interval</strong>
|
|
1688
|
+
<div>
|
|
1689
|
+
<label for="node-input-sampling_interval_202_active">Active: </label>
|
|
1690
|
+
<input type="checkbox" id="node-input-sampling_interval_202_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_202" value="1">
|
|
1691
|
+
</div>
|
|
1692
|
+
<div>
|
|
1693
|
+
<label for="node-input-sampling_interval_202"><i class="icon-tag"></i>Value:</label>
|
|
1694
|
+
<select id="node-input-sampling_interval_202">
|
|
1695
|
+
<option value="1">5 Minutes</option>
|
|
1696
|
+
<option value="2">10 Minutes</option>
|
|
1697
|
+
<option value="3">15 Minutes</option>
|
|
1698
|
+
<option value="4">20 Minutes</option>
|
|
1699
|
+
<option value="5">30 Minutes</option>
|
|
1700
|
+
<option value="6">60 Minutes</option>
|
|
1701
|
+
<option value="7">120 Minutes</option>
|
|
1702
|
+
<option value="8">180 Minutes</option>
|
|
1703
|
+
<!-- <option value="9">1 Minute</option> -->
|
|
1704
|
+
</select>
|
|
1705
|
+
</div>
|
|
1706
|
+
</div>
|
|
1707
|
+
<div class="form-row ncd-active-check">
|
|
1708
|
+
<strong>Set RTC</strong>
|
|
1709
|
+
<div>
|
|
1710
|
+
<label for="node-input-set_rtc_202"><i class="icon-tag"></i>Active:</label>
|
|
1711
|
+
<input type="checkbox" id="node-input-set_rtc_202" value="1">
|
|
1712
|
+
</div>
|
|
1713
|
+
</div>
|
|
1714
|
+
</div>
|
|
1715
|
+
|
|
1626
1716
|
<div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181>
|
|
1627
1717
|
<hr>
|
|
1628
1718
|
<div class="form-row ncd-active-check">
|
|
@@ -2070,8 +2160,7 @@
|
|
|
2070
2160
|
</div>
|
|
2071
2161
|
</div>
|
|
2072
2162
|
</div>
|
|
2073
|
-
|
|
2074
|
-
<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>
|
|
2163
|
+
<div class="ncd-dependent" data-sensor-505 data-sensor-506>
|
|
2075
2164
|
<div class="form-row ncd-active-check">
|
|
2076
2165
|
<strong>Channel 1 Current Calibration Value</strong>
|
|
2077
2166
|
<p class="caption">
|
|
@@ -2088,8 +2177,7 @@
|
|
|
2088
2177
|
</div>
|
|
2089
2178
|
</div>
|
|
2090
2179
|
</div>
|
|
2091
|
-
|
|
2092
|
-
<div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181 data-sensor-506>
|
|
2180
|
+
<div class="ncd-dependent" data-sensor-506>
|
|
2093
2181
|
<div class="form-row ncd-active-check">
|
|
2094
2182
|
<strong>Channel 2 Current Calibration Value</strong>
|
|
2095
2183
|
<p class="caption">
|
|
@@ -2106,7 +2194,6 @@
|
|
|
2106
2194
|
</div>
|
|
2107
2195
|
</div>
|
|
2108
2196
|
</div>
|
|
2109
|
-
|
|
2110
2197
|
<div class="ncd-dependent" data-sensor-506>
|
|
2111
2198
|
<div class="form-row ncd-active-check">
|
|
2112
2199
|
<strong>Channel 3 Current Calibration Value</strong>
|
|
@@ -2183,9 +2270,20 @@
|
|
|
2183
2270
|
</div>
|
|
2184
2271
|
</div>
|
|
2185
2272
|
<div class="ncd-dependent" data-sensor-108>
|
|
2186
|
-
<div class="form-row">
|
|
2187
|
-
<
|
|
2188
|
-
<
|
|
2273
|
+
<div class="form-row ncd-active-check">
|
|
2274
|
+
<strong>Clear Counters</strong>
|
|
2275
|
+
<div>
|
|
2276
|
+
<label for="node-input-clear_timers_108_active">Active:</label>
|
|
2277
|
+
<input type="checkbox" id="node-input-clear_timers_108_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_108" value="1">
|
|
2278
|
+
</div>
|
|
2279
|
+
<div>
|
|
2280
|
+
<label for="node-input-clear_timers_108"><i class="icon-tag"></i>Value:</label>
|
|
2281
|
+
<select id="node-input-clear_timers_108">
|
|
2282
|
+
<option value="7" selected>Digital in 1, 2 and 3</option>
|
|
2283
|
+
<option value="16">Magnetometer</option>
|
|
2284
|
+
<option value="8">Accelerometer</option>
|
|
2285
|
+
</select>
|
|
2286
|
+
</div>
|
|
2189
2287
|
</div>
|
|
2190
2288
|
<div class="form-row ncd-active-check">
|
|
2191
2289
|
<strong>Set Accelerometer Threshold</strong>
|
|
@@ -2222,12 +2320,12 @@
|
|
|
2222
2320
|
<div class="form-row ncd-active-check">
|
|
2223
2321
|
<strong>Set Contact Closure Detection</strong>
|
|
2224
2322
|
<div>
|
|
2225
|
-
<label for="node-input-
|
|
2226
|
-
<input type="checkbox" id="node-input-
|
|
2323
|
+
<label for="node-input-input_two_33_active">Active:</label>
|
|
2324
|
+
<input type="checkbox" id="node-input-input_two_33_active" class="ncd-config-toggle" data-target-id="node-input-input_two_33" value="1">
|
|
2227
2325
|
</div>
|
|
2228
2326
|
<div>
|
|
2229
|
-
<label for="node-input-
|
|
2230
|
-
<select id="node-input-
|
|
2327
|
+
<label for="node-input-input_two_33"><i class="icon-tag"></i>Value:</label>
|
|
2328
|
+
<select id="node-input-input_two_33">
|
|
2231
2329
|
<option value="0">Falling Edge Trigger</option>
|
|
2232
2330
|
<option value="1" selected>Rising Edge Trigger</option>
|
|
2233
2331
|
</select>
|
|
@@ -2313,6 +2411,13 @@
|
|
|
2313
2411
|
<div class="ncd-dependent" data-sensor-108>
|
|
2314
2412
|
<div class="form-row ncd-active-check">
|
|
2315
2413
|
<strong>Enable Push Notification</strong>
|
|
2414
|
+
<p>
|
|
2415
|
+
IO1 - Digital input<br>
|
|
2416
|
+
IO2 - Current Sensor<br>
|
|
2417
|
+
IO3 - OPTO Input<br>
|
|
2418
|
+
IO4 - Accelerometer<br>
|
|
2419
|
+
IO5 - Magnetometer<br>
|
|
2420
|
+
</p>
|
|
2316
2421
|
<div>
|
|
2317
2422
|
<label for="node-input-push_notification_108_active">Active:</label>
|
|
2318
2423
|
<input type="checkbox" id="node-input-push_notification_108_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_108" value="1">
|
|
@@ -2355,6 +2460,97 @@
|
|
|
2355
2460
|
</select>
|
|
2356
2461
|
</div>
|
|
2357
2462
|
</div>
|
|
2463
|
+
<div class="form-row ncd-active-check">
|
|
2464
|
+
<strong>Enable Quality Of Service (QoS)</strong>
|
|
2465
|
+
<div>
|
|
2466
|
+
<label for="node-input-qos_108_active">Active:</label>
|
|
2467
|
+
<input type="checkbox" id="node-input-qos_108_active" class="ncd-config-toggle" data-target-id="node-input-qos_108" value="1">
|
|
2468
|
+
</div>
|
|
2469
|
+
<div>
|
|
2470
|
+
<label for="node-input-qos_108"><i class="icon-tag"></i>Value:</label>
|
|
2471
|
+
<select id="node-input-qos_108">
|
|
2472
|
+
<option value="0" selected>Disabled</option>
|
|
2473
|
+
<option value="1">Enabled</option>
|
|
2474
|
+
</select>
|
|
2475
|
+
</div>
|
|
2476
|
+
</div>
|
|
2477
|
+
<div class="form-row ncd-active-check">
|
|
2478
|
+
<strong>Enable Accelerometer</strong>
|
|
2479
|
+
<div>
|
|
2480
|
+
<label for="node-input-deactivate_activate_accelero_108_active">Active:</label>
|
|
2481
|
+
<input type="checkbox" id="node-input-deactivate_activate_accelero_108_active" class="ncd-config-toggle" data-target-id="node-input-deactivate_activate_accelero_108" value="1">
|
|
2482
|
+
</div>
|
|
2483
|
+
<div>
|
|
2484
|
+
<label for="node-input-deactivate_activate_accelero_108"><i class="icon-tag"></i>Value:</label>
|
|
2485
|
+
<select id="node-input-deactivate_activate_accelero_108">
|
|
2486
|
+
<option value="0" selected>Disabled</option>
|
|
2487
|
+
<option value="1">Enabled</option>
|
|
2488
|
+
</select>
|
|
2489
|
+
</div>
|
|
2490
|
+
</div>
|
|
2491
|
+
<div class="form-row ncd-active-check">
|
|
2492
|
+
<strong>Reset Timeout</strong>
|
|
2493
|
+
<p class="caption">
|
|
2494
|
+
Valid range: 60 - 65535
|
|
2495
|
+
</p>
|
|
2496
|
+
<div>
|
|
2497
|
+
<label for="node-input-reset_timeout_108_active">Active:</label>
|
|
2498
|
+
<input type="checkbox" id="node-input-reset_timeout_108_active" class="ncd-config-toggle" data-target-id="node-input-reset_timeout_108" value="1">
|
|
2499
|
+
</div>
|
|
2500
|
+
<div>
|
|
2501
|
+
<label for="node-input-reset_timeout_108"><i class="icon-tag"></i>Value:</label>
|
|
2502
|
+
<input type="text" id="node-input-reset_timeout_108" placeholder="60" value="60">
|
|
2503
|
+
</div>
|
|
2504
|
+
</div>
|
|
2505
|
+
<div class="form-row ncd-active-check">
|
|
2506
|
+
<strong> Set Reset Mode to Disabled</strong>
|
|
2507
|
+
<div>
|
|
2508
|
+
<label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
|
|
2509
|
+
<input type="checkbox" id="node-input-reset_mode_to_disabled_108_active" class="ncd-config-toggle" data-target-id="node-input-reset_mode_to_disabled_108" value="1">
|
|
2510
|
+
</div>
|
|
2511
|
+
<div>
|
|
2512
|
+
<label for="node-input-reset_mode_to_disabled_108"><i class="icon-tag"></i>Value:</label>
|
|
2513
|
+
<select id="node-input-reset_mode_to_disabled_108">
|
|
2514
|
+
<option value="0" selected>Do not reset counters</option>
|
|
2515
|
+
<option value="1">Based on Shift Ends</option>
|
|
2516
|
+
<option value="2">Based on the Timeout Provided</option>
|
|
2517
|
+
</select>
|
|
2518
|
+
</div>
|
|
2519
|
+
</div>
|
|
2520
|
+
<div class="form-row ncd-active-check">
|
|
2521
|
+
<strong>Set RTC</strong>
|
|
2522
|
+
<div>
|
|
2523
|
+
<label for="node-input-rtc_108"><i class="icon-tag"></i>Active:</label>
|
|
2524
|
+
<input type="checkbox" id="node-input-rtc_108" value="1">
|
|
2525
|
+
</div>
|
|
2526
|
+
</div>
|
|
2527
|
+
<div class="form-row ncd-active-check">
|
|
2528
|
+
<strong> Set RTC Interval</strong>
|
|
2529
|
+
<div>
|
|
2530
|
+
<label for="node-input-rtc_interval_108_active">Active:</label>
|
|
2531
|
+
<input type="checkbox" id="node-input-rtc_interval_108_active" class="ncd-config-toggle" data-target-id="node-input-rtc_interval_108" value="1">
|
|
2532
|
+
</div>
|
|
2533
|
+
<div>
|
|
2534
|
+
<label for="node-input-rtc_interval_108"><i class="icon-tag"></i>Value:</label>
|
|
2535
|
+
<select id="node-input-rtc_interval_108">
|
|
2536
|
+
<option value="0" selected>1 minute</option>
|
|
2537
|
+
<option value="1">5 minutes</option>
|
|
2538
|
+
<option value="2">10 minutes</option>
|
|
2539
|
+
<option value="3">15 minutes</option>
|
|
2540
|
+
<option value="4">30 minutes</option>
|
|
2541
|
+
<option value="5">45 minutes</option>
|
|
2542
|
+
<option value="6">1 hour</option>
|
|
2543
|
+
<option value="7">2 hours</option>
|
|
2544
|
+
<option value="8">3 hours</option>
|
|
2545
|
+
<option value="9">4 hours</option>
|
|
2546
|
+
<option value="10">6 hours</option>
|
|
2547
|
+
<option value="11">8 hours</option>
|
|
2548
|
+
<option value="12">12 hours</option>
|
|
2549
|
+
</select>
|
|
2550
|
+
</div>
|
|
2551
|
+
</div>
|
|
2552
|
+
|
|
2553
|
+
|
|
2358
2554
|
</div>
|
|
2359
2555
|
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
2360
2556
|
<hr>
|
|
@@ -2873,8 +3069,7 @@
|
|
|
2873
3069
|
</div>
|
|
2874
3070
|
</div>
|
|
2875
3071
|
</div>
|
|
2876
|
-
|
|
2877
|
-
<div class="ncd-dependent" data-sensor-114>
|
|
3072
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2878
3073
|
<div class="form-row ncd-active-check">
|
|
2879
3074
|
<strong>Clear Probe Uptimers</strong>
|
|
2880
3075
|
<div>
|
|
@@ -2890,10 +3085,10 @@
|
|
|
2890
3085
|
</div>
|
|
2891
3086
|
</div>
|
|
2892
3087
|
</div>
|
|
2893
|
-
|
|
2894
3088
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2895
3089
|
<div class="form-row ncd-active-check">
|
|
2896
3090
|
<strong>Set Auto Raw Interval</strong>
|
|
3091
|
+
<p>The interval is determined by the sample interval. If the value is set to 1 and the sample interval is 10 minutes, raw data will be sent every 10 minutes. If the value is set to 5, raw data will be sent every 50 minutes.</p>
|
|
2897
3092
|
<div>
|
|
2898
3093
|
<label for="node-input-auto_raw_interval_110_active">Active:</label>
|
|
2899
3094
|
<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">
|
|
@@ -2918,7 +3113,7 @@
|
|
|
2918
3113
|
Example of targeted address: 41D5EC37
|
|
2919
3114
|
</p>
|
|
2920
3115
|
</div>
|
|
2921
|
-
<div class="form-row ncd-active-check">
|
|
3116
|
+
<!-- <div class="form-row ncd-active-check">
|
|
2922
3117
|
<strong>Clear Probe Uptimers</strong>
|
|
2923
3118
|
<div>
|
|
2924
3119
|
<label for="node-input-clear_probe_uptimers_110_active">Active:</label>
|
|
@@ -2931,9 +3126,10 @@
|
|
|
2931
3126
|
<option value="1">Enabled</option>
|
|
2932
3127
|
</select>
|
|
2933
3128
|
</div>
|
|
2934
|
-
</div>
|
|
3129
|
+
</div> -->
|
|
2935
3130
|
<div class="form-row ncd-active-check">
|
|
2936
3131
|
<strong>Set Smart Mode Threshold</strong>
|
|
3132
|
+
<p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
|
|
2937
3133
|
<div>
|
|
2938
3134
|
<label for="node-input-smart_threshold_110_active">Active:</label>
|
|
2939
3135
|
<input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
|
|
@@ -2943,6 +3139,37 @@
|
|
|
2943
3139
|
<input type="text" id="node-input-smart_threshold_110" value="1">
|
|
2944
3140
|
</div>
|
|
2945
3141
|
</div>
|
|
3142
|
+
<div class="form-row ncd-active-check">
|
|
3143
|
+
<strong>Set Smart Mode Skip Interval</strong>
|
|
3144
|
+
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.</p>
|
|
3145
|
+
<div>
|
|
3146
|
+
<label for="node-input-smart_interval_110_active">Active:</label>
|
|
3147
|
+
<input type="checkbox" id="node-input-smart_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_interval_110" value="1">
|
|
3148
|
+
</div>
|
|
3149
|
+
<div>
|
|
3150
|
+
<label for="node-input-smart_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3151
|
+
<input type="text" id="node-input-smart_interval_110" value="1">
|
|
3152
|
+
</div>
|
|
3153
|
+
</div>
|
|
3154
|
+
<div class="form-row ncd-active-check">
|
|
3155
|
+
<strong>Set FLY Interval</strong>
|
|
3156
|
+
<div>
|
|
3157
|
+
<label for="node-input-fly_interval_110_active">Active:</label>
|
|
3158
|
+
<input type="checkbox" id="node-input-fly_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_110" value="1">
|
|
3159
|
+
</div>
|
|
3160
|
+
<div>
|
|
3161
|
+
<label for="node-input-fly_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3162
|
+
<select id="node-input-fly_interval_110">
|
|
3163
|
+
<option value="60">1 Hour</option>
|
|
3164
|
+
<option value="120">2 Hours</option>
|
|
3165
|
+
<option value="240">4 Hours</option>
|
|
3166
|
+
<option value="480">8 Hours</option>
|
|
3167
|
+
<option value="720">12 Hours</option>
|
|
3168
|
+
<option value="1080">18 Hours</option>
|
|
3169
|
+
<option value="1440">24 Hours</option>
|
|
3170
|
+
</select>
|
|
3171
|
+
</div>
|
|
3172
|
+
</div>
|
|
2946
3173
|
</div>
|
|
2947
3174
|
<div class="ncd-dependent" data-sensor-531>
|
|
2948
3175
|
<hr>
|
|
@@ -2989,6 +3216,36 @@
|
|
|
2989
3216
|
</div>
|
|
2990
3217
|
</div>
|
|
2991
3218
|
</div>
|
|
3219
|
+
<div class="ncd-dependent" data-sensor-44 data-sensor-53>
|
|
3220
|
+
<hr>
|
|
3221
|
+
<div class="form-row ncd-active-check">
|
|
3222
|
+
<strong>Set Skip Samples (CO2)</strong>
|
|
3223
|
+
<p>Valid Range: 1 - 10 </p>
|
|
3224
|
+
<div>
|
|
3225
|
+
<label for="node-input-scd_skip_samples_44_active">Active:</label>
|
|
3226
|
+
<input type="checkbox" id="node-input-scd_skip_samples_44_active" class="ncd-config-toggle" data-target-id="node-input-scd_skip_samples_44" value="1">
|
|
3227
|
+
</div>
|
|
3228
|
+
<div>
|
|
3229
|
+
<label for="node-scd_skip_samples_44"><i class="icon-tag"></i> Value:</label>
|
|
3230
|
+
<input type="text" id="node-input-scd_skip_samples_44">
|
|
3231
|
+
</div>
|
|
3232
|
+
</div>
|
|
3233
|
+
</div>
|
|
3234
|
+
<div class="ncd-dependent" data-sensor-32 data-sensor-53>
|
|
3235
|
+
<hr>
|
|
3236
|
+
<div class="form-row ncd-active-check">
|
|
3237
|
+
<strong>Set Skip Samples (Particulate)</strong>
|
|
3238
|
+
<p>Valid Range: 1 - 10 </p>
|
|
3239
|
+
<div>
|
|
3240
|
+
<label for="node-input-sps_skip_samples_32_active">Active:</label>
|
|
3241
|
+
<input type="checkbox" id="node-input-sps_skip_samples_32_active" class="ncd-config-toggle" data-target-id="node-input-sps_skip_samples_32" value="1">
|
|
3242
|
+
</div>
|
|
3243
|
+
<div>
|
|
3244
|
+
<label for="node-sps_skip_samples_32"><i class="icon-tag"></i> Value:</label>
|
|
3245
|
+
<input type="text" id="node-input-sps_skip_samples_32">
|
|
3246
|
+
</div>
|
|
3247
|
+
</div>
|
|
3248
|
+
</div>
|
|
2992
3249
|
</div>
|
|
2993
3250
|
</div>
|
|
2994
3251
|
</script>
|