@ncd-io/node-red-enterprise-sensors 1.0.11 → 1.1.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.
- package/lib/WirelessGateway.js +717 -79
- package/package.json +2 -2
- package/wireless.html +393 -60
- package/wireless.js +401 -62
package/wireless.html
CHANGED
|
@@ -299,6 +299,8 @@
|
|
|
299
299
|
|
|
300
300
|
auto_check_interval_88_active: {value: ""},
|
|
301
301
|
auto_check_interval_88: {value: 60, validate: NCD_validators.number_range(0, 65535)},
|
|
302
|
+
auto_check_threshold_88_active: {value: ""},
|
|
303
|
+
auto_check_threshold_88: {value: 20, validate: NCD_validators.number_range(0, 100)},
|
|
302
304
|
|
|
303
305
|
filter_80_active: {value: ""},
|
|
304
306
|
filter_80: {value: 0},
|
|
@@ -353,6 +355,8 @@
|
|
|
353
355
|
sampling_interval_101: {value: 1},
|
|
354
356
|
sampling_interval_202_active: {value: ""},
|
|
355
357
|
sampling_interval_202: {value: 1},
|
|
358
|
+
probe_boot_time_202_active: {value: ""},
|
|
359
|
+
probe_boot_time_202: {value: 30, validate: NCD_validators.number_range(0, 255)},
|
|
356
360
|
full_scale_range_101_active: {value: ""},
|
|
357
361
|
full_scale_range_101: {value: 1},
|
|
358
362
|
full_scale_range_101_m2_active: {value: ""},
|
|
@@ -502,7 +506,6 @@
|
|
|
502
506
|
auto_raw_destination_110_active:{value:""},
|
|
503
507
|
auto_raw_destination_110: {value: '0000FFFF', validate: NCD_validators.number_range(0, 0xFFFFFFFF, 16)},//(0 - 0xFFFFFFFF)
|
|
504
508
|
|
|
505
|
-
clear_probe_uptimers_110_active:{value:""},
|
|
506
509
|
clear_probe_uptimers_110: {value:0},
|
|
507
510
|
|
|
508
511
|
smart_interval_110_active:{value:""},
|
|
@@ -510,6 +513,8 @@
|
|
|
510
513
|
|
|
511
514
|
smart_threshold_110_active:{value:""},
|
|
512
515
|
smart_threshold_110: {value: 1, validate: NCD_validators.number_range(1, 65534, 10, "smart_threshold_110")},
|
|
516
|
+
smart_threshold_p2_110_active:{value:""},
|
|
517
|
+
smart_threshold_p2_110: {value: 1, validate: NCD_validators.number_range(1, 65534, 10, "smart_threshold_110")},
|
|
513
518
|
|
|
514
519
|
rx485_timeout_1011_active:{value:""},
|
|
515
520
|
rx485_timeout_1011:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
@@ -556,8 +561,6 @@
|
|
|
556
561
|
sampling_interval_110_active:{value: ""},
|
|
557
562
|
sampling_interval_110: {value: 1, validate: NCD_validators.number_range(0, 8)},
|
|
558
563
|
|
|
559
|
-
qos_108_active:{value: ""},
|
|
560
|
-
qos_108: {value: 0},
|
|
561
564
|
deactivate_activate_accelero_108_active: {value: ""},
|
|
562
565
|
deactivate_activate_accelero_108: {value: 0},
|
|
563
566
|
reset_timeout_108_active:{value: ""},
|
|
@@ -576,7 +579,44 @@
|
|
|
576
579
|
|
|
577
580
|
stop_sampling:{value:0},
|
|
578
581
|
extend_otf_timeout:{value:0},
|
|
579
|
-
end_cfg:{value:0}
|
|
582
|
+
end_cfg:{value:0},
|
|
583
|
+
|
|
584
|
+
rtd_type_39_active:{value: ""},
|
|
585
|
+
rtd_type_39:{value:0},
|
|
586
|
+
|
|
587
|
+
rtd_range_39_active:{value: ""},
|
|
588
|
+
rtd_range_39:{value:0},
|
|
589
|
+
|
|
590
|
+
pressure_sensor_fs_ch1_118_active:{value: ""},
|
|
591
|
+
pressure_sensor_fs_ch1_118:{value:0},
|
|
592
|
+
pressure_sensor_fs_ch2_118_active:{value: ""},
|
|
593
|
+
pressure_sensor_fs_ch2_118:{value:0},
|
|
594
|
+
auto_check_interval_118_active:{value: ""},
|
|
595
|
+
auto_check_interval_118:{value: 0, validate: NCD_validators.number_range(0, 65000)},
|
|
596
|
+
press_auto_check_percent_118_active:{value: ""},
|
|
597
|
+
press_auto_check_percent_118:{value: 0, validate: NCD_validators.number_range(0, 100)},
|
|
598
|
+
temp_auto_check_percent_118_active:{value: ""},
|
|
599
|
+
temp_auto_check_percent_118:{value: 0, validate: NCD_validators.number_range(0, 100)},
|
|
600
|
+
|
|
601
|
+
raw_length_97_active:{value: ""},
|
|
602
|
+
raw_length_97:{value:3, validate: NCD_validators.number_range(0, 3)},
|
|
603
|
+
raw_timeout_97_active:{value: ""},
|
|
604
|
+
raw_timeout_97:{value: 0, validate: NCD_validators.number_range(0, 10)},
|
|
605
|
+
fly_rate_97_active:{value: ""},
|
|
606
|
+
fly_rate_97:{value: 0},
|
|
607
|
+
boot_up_time_97_active:{value: ""},
|
|
608
|
+
boot_up_time_97:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
609
|
+
|
|
610
|
+
filter_thermocouple_active:{value: ""},
|
|
611
|
+
filter_thermocouple:{value:0},
|
|
612
|
+
cold_junction_thermocouple_active:{value: ""},
|
|
613
|
+
cold_junction_thermocouple:{value:0},
|
|
614
|
+
sample_resolution_thermocouple_active:{value: ""},
|
|
615
|
+
sample_resolution_thermocouple:{value:0},
|
|
616
|
+
number_of_samples_thermocouple_active:{value: ""},
|
|
617
|
+
number_of_samples_thermocouple:{value:0},
|
|
618
|
+
measurement_type_thermocouple_active:{value: ""},
|
|
619
|
+
measurement_type_thermocouple:{value:0}
|
|
580
620
|
},
|
|
581
621
|
inputs: 0,
|
|
582
622
|
outputs: 1,
|
|
@@ -651,7 +691,7 @@
|
|
|
651
691
|
// "70": "70 - 2 Channel Soil Moisture Temperature and EC Sensor",
|
|
652
692
|
"71": "71 - 3 Channel Soil Moisture Temperature and EC Sensor",
|
|
653
693
|
"72": "72 - SDI Soil Moisture Temperature Moisture Probe",
|
|
654
|
-
"74": "74 - Wireless Temp Humidity Pressure Air quality Sensor",
|
|
694
|
+
"74": "74 - Wireless Temp Humidity Pressure Air quality Sensor V2",
|
|
655
695
|
"75": "75 - Siemens Air Velocity Probe",
|
|
656
696
|
"76": "76 - Wireless CO Gas Sensor",
|
|
657
697
|
"77": "77 - 3 Channel SDI Soil Moisture Temperature Moisture Probe",
|
|
@@ -669,6 +709,8 @@
|
|
|
669
709
|
"92": "92 - Sound Sensor",
|
|
670
710
|
"95": "95 - 16-Bit 1-Channel 0-24VDC Receiver",
|
|
671
711
|
"96": "96 - 16-Bit 1-Channel 0-48VDC Receiver",
|
|
712
|
+
"97": "97 - One channel Dynamic Ultrasound vibration Sensor",
|
|
713
|
+
"98": "98 - Two channel Dynamic Ultrasound vibration Sensor",
|
|
672
714
|
"101": "101 - Pro Vibration",
|
|
673
715
|
"102": "102 - Strain Gauge",
|
|
674
716
|
"105": "105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor",
|
|
@@ -679,6 +721,7 @@
|
|
|
679
721
|
"111": "111 - Two Channel Vibration Plus v4",
|
|
680
722
|
"112": "112 - Condition Based/Predictive Maintenance Sensor v4",
|
|
681
723
|
"114": "114 - Standalone Smart Vibration Sensor v4",
|
|
724
|
+
"118": "118 - Dual Pressure and Temperature Sensor",
|
|
682
725
|
"180": "180 - C1D2 One Channel Vibration Plus",
|
|
683
726
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
684
727
|
"200": "200 - 4-20mA Pass Through",
|
|
@@ -698,10 +741,10 @@
|
|
|
698
741
|
"535": "535 - Custom CO2 Sensor",
|
|
699
742
|
"537": "537 - Custom Standalone Smart Vibration Sensor",
|
|
700
743
|
"538": "538 - Custom One Channel Vibration Plus",
|
|
701
|
-
"539": "539 -
|
|
744
|
+
"539": "539 - RS485 Modbus Wireless Converter",
|
|
702
745
|
"540": "540 - Wireless Ultrasonic Flow Meter FD-Q32C",
|
|
703
|
-
"1010": "1010 -
|
|
704
|
-
"1011": "1011 -
|
|
746
|
+
"1010": "1010 - RS232 Wireless Converter 1010",
|
|
747
|
+
"1011": "1011 - RS485 Wireless Converter 1011",
|
|
705
748
|
"10000": "10000 - 4-Channel Relay",
|
|
706
749
|
"10006": "10006 - 4-Channel 4-20 mA Input",
|
|
707
750
|
"10007": "10007 - 4-Channel Current Monitor",
|
|
@@ -945,7 +988,7 @@
|
|
|
945
988
|
-->
|
|
946
989
|
<option value="71">71 - 3 Channel Soil Moisture Temperature and EC Sensor</option>
|
|
947
990
|
<option value="72">72 - SDI-12 Wireless</option>
|
|
948
|
-
<option value="74">74 - Wireless Temp Humidity Pressure Air quality Sensor</option>
|
|
991
|
+
<option value="74">74 - Wireless Temp Humidity Pressure Air quality Sensor V2</option>
|
|
949
992
|
<option value="75">75 - Siemens Air Velocity Probe</option>
|
|
950
993
|
<option value="76">76 - Wireless CO Gas Sensor</option>
|
|
951
994
|
<option value="77">77 - 3 Channel SDI Soil Moisture Temperature Moisture Probe</option>
|
|
@@ -963,6 +1006,8 @@
|
|
|
963
1006
|
<option value="92">92 - Sound Sensor</option>
|
|
964
1007
|
<option value="95">95 - 16-Bit 1-Channel 0-24VDC Receiver</option>
|
|
965
1008
|
<option value="96">96 - 16-Bit 1-Channel 0-48VDC Receiver</option>
|
|
1009
|
+
<option value="97">97 - One channel Dynamic Ultrasound vibration Sensor</option>
|
|
1010
|
+
<option value="98">98 - Two channel Dynamic Ultrasound vibration Sensor</option>
|
|
966
1011
|
<option value="101">101 - Pro Vibration</option>
|
|
967
1012
|
<option value="102">102 - Strain Gauge</option>
|
|
968
1013
|
<option value="105">105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor</option>
|
|
@@ -973,6 +1018,7 @@
|
|
|
973
1018
|
<option value="111">111 - Two Channel Vibration Plus v4</option>
|
|
974
1019
|
<option value="112">112 - Condition Based/Predictive Maintenance Sensor v4</option>
|
|
975
1020
|
<option value="114">114 - Standalone Smart Vibration Sensor v4</option>
|
|
1021
|
+
<option value="118">118 - Dual Pressure and Temperature Sensor</option>
|
|
976
1022
|
<option value="180">180 - C1D2 One Channel Vibration Plus</option>
|
|
977
1023
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
978
1024
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
@@ -992,10 +1038,10 @@
|
|
|
992
1038
|
<option value="535">535 - Custom CO2 Sensor</option>
|
|
993
1039
|
<option value="537">537 - Custom Standalone Smart Vibration Sensor</option>
|
|
994
1040
|
<option value="538">538 - Custom One Channel Vibration Plus</option>
|
|
995
|
-
<option value="539">539 -
|
|
1041
|
+
<option value="539">539 - RS485 Modbus Wireless Converter</option>
|
|
996
1042
|
<option value="540">540 - Wireless Ultrasonic Flow Meter FD-Q32C</option>
|
|
997
|
-
<option value="1010">1010 -
|
|
998
|
-
<option value="1011">1011 -
|
|
1043
|
+
<option value="1010">1010 - RS232 Wireless Converter 1010</option>
|
|
1044
|
+
<option value="1011">1011 - RS485 Wireless Converter 1011</option>
|
|
999
1045
|
<option value="10000">10000 - 4-Channel Relay</option>
|
|
1000
1046
|
<option value="10006">10006 - 4-Channel 4-20 mA Input</option>
|
|
1001
1047
|
<option value="10007">10007 - 4-Channel Current Monitor</option>
|
|
@@ -1009,7 +1055,7 @@
|
|
|
1009
1055
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1010
1056
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1011
1057
|
</div>
|
|
1012
|
-
<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-87 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>
|
|
1058
|
+
<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-87 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-97 data-sensor-98 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-118 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>
|
|
1013
1059
|
<hr>
|
|
1014
1060
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1015
1061
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1204,7 +1250,7 @@
|
|
|
1204
1250
|
</div>
|
|
1205
1251
|
-->
|
|
1206
1252
|
</div>
|
|
1207
|
-
<div class="ncd-dependent" data-sensor-3 data-sensor-10 data-sensor-13 data-sensor-28>
|
|
1253
|
+
<div class="ncd-dependent" data-sensor-3 data-sensor-10 data-sensor-13 data-sensor-19 data-sensor-28>
|
|
1208
1254
|
<div class="form-row ncd-active-check">
|
|
1209
1255
|
<strong>Percentage Change Detection - Channel 1</strong>
|
|
1210
1256
|
<div>
|
|
@@ -1225,7 +1271,7 @@
|
|
|
1225
1271
|
</div>
|
|
1226
1272
|
</div>
|
|
1227
1273
|
</div>
|
|
1228
|
-
<div class="ncd-dependent" data-sensor-28>
|
|
1274
|
+
<div class="ncd-dependent" data-sensor-28 data-sensor-19>
|
|
1229
1275
|
<div class="form-row ncd-active-check">
|
|
1230
1276
|
<strong>Percentage Change Detection - Channel 2</strong>
|
|
1231
1277
|
<div>
|
|
@@ -1245,6 +1291,8 @@
|
|
|
1245
1291
|
<input type="text" id="node-input-change_interval_ch2" class="change_detection_ch2">
|
|
1246
1292
|
</div>
|
|
1247
1293
|
</div>
|
|
1294
|
+
</div>
|
|
1295
|
+
<div class="ncd-dependent" data-sensor-28>
|
|
1248
1296
|
<div class="form-row ncd-active-check">
|
|
1249
1297
|
<strong>Percentage Change Detection - Channel 3</strong>
|
|
1250
1298
|
<div>
|
|
@@ -1738,6 +1786,17 @@
|
|
|
1738
1786
|
<input type="checkbox" id="node-input-set_rtc_202" value="1">
|
|
1739
1787
|
</div>
|
|
1740
1788
|
</div>
|
|
1789
|
+
<div class="form-row ncd-active-check">
|
|
1790
|
+
<strong>Probe Boot Time</strong>
|
|
1791
|
+
<div>
|
|
1792
|
+
<label for="node-input-probe_boot_time_202_active">Active:</label>
|
|
1793
|
+
<input type="checkbox" id="node-input-probe_boot_time_202_active" class="ncd-config-toggle" data-target-id="node-input-probe_boot_time_202" value="1">
|
|
1794
|
+
</div>
|
|
1795
|
+
<div>
|
|
1796
|
+
<label for="node-input-probe_boot_time_202"><i class="icon-tag"></i>Value:</label>
|
|
1797
|
+
<input type="text" id="node-input-probe_boot_time_202">
|
|
1798
|
+
</div>
|
|
1799
|
+
</div>
|
|
1741
1800
|
</div>
|
|
1742
1801
|
|
|
1743
1802
|
<div class="ncd-dependent" data-sensor-81 data-sensor-111 data-sensor-181>
|
|
@@ -2117,7 +2176,7 @@
|
|
|
2117
2176
|
</div>
|
|
2118
2177
|
</div>
|
|
2119
2178
|
|
|
2120
|
-
<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>
|
|
2179
|
+
<div class="ncd-dependent" data-sensor-14 data-sensor-15 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-85 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-95 data-sensor-96 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-540>
|
|
2121
2180
|
<div class="form-row ncd-active-check">
|
|
2122
2181
|
<strong>Sensor Boot Time</strong>
|
|
2123
2182
|
<p class="caption">
|
|
@@ -2135,7 +2194,7 @@
|
|
|
2135
2194
|
</div>
|
|
2136
2195
|
</div>
|
|
2137
2196
|
|
|
2138
|
-
<div class="ncd-dependent" data-sensor-88 data-sensor-89>
|
|
2197
|
+
<div class="ncd-dependent" data-sensor-14 data-sensor-15 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-75 data-sensor-76 data-sensor-85 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-95 data-sensor-96 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-540>
|
|
2139
2198
|
<div class="form-row ncd-active-check">
|
|
2140
2199
|
<strong>Auto Check Interval</strong>
|
|
2141
2200
|
<p class="caption">
|
|
@@ -2150,6 +2209,21 @@
|
|
|
2150
2209
|
<input type="text" id="node-input-auto_check_interval_88" placeholder="60" value="60">
|
|
2151
2210
|
</div>
|
|
2152
2211
|
</div>
|
|
2212
|
+
<div class="form-row ncd-active-check">
|
|
2213
|
+
<strong>Auto Check Threshold</strong>
|
|
2214
|
+
<p class="caption">
|
|
2215
|
+
<b>This is a percent value. It will dictate a new transmission if the percentage change since last transmission exceeds the percentage set in this field.<br>
|
|
2216
|
+
Ex: Threshold set to 20% and last reading was 5. If Auto Check detects a value below 4 or above 6 a transmission will be sent.</b>
|
|
2217
|
+
</p>
|
|
2218
|
+
<div>
|
|
2219
|
+
<label for="node-input-auto_check_threshold_88_active">Active:</label>
|
|
2220
|
+
<input type="checkbox" id="node-input-auto_check_threshold_88_active" class="ncd-config-toggle" data-target-id="node-input-auto_check_threshold_88" value="1">
|
|
2221
|
+
</div>
|
|
2222
|
+
<div>
|
|
2223
|
+
<label for="node-input-auto_check_threshold_88"><i class="icon-tag"></i>Value:</label>
|
|
2224
|
+
<input type="text" id="node-input-auto_check_threshold_88" placeholder="20" value="20">
|
|
2225
|
+
</div>
|
|
2226
|
+
</div>
|
|
2153
2227
|
</div>
|
|
2154
2228
|
|
|
2155
2229
|
<div class="ncd-dependent" data-sensor-78 data-sensor-79 data-sensor-91>
|
|
@@ -2169,7 +2243,7 @@
|
|
|
2169
2243
|
</div>
|
|
2170
2244
|
</div>
|
|
2171
2245
|
|
|
2172
|
-
<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>
|
|
2246
|
+
<div class="ncd-dependent" data-sensor-3 data-sensor-14 data-sensor-15 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-85 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-95 data-sensor-96 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-200 data-sensor-540>
|
|
2173
2247
|
<div class="form-row ncd-active-check">
|
|
2174
2248
|
<strong>Low Calibration Point</strong>
|
|
2175
2249
|
<div>
|
|
@@ -2504,20 +2578,6 @@
|
|
|
2504
2578
|
</select>
|
|
2505
2579
|
</div>
|
|
2506
2580
|
</div>
|
|
2507
|
-
<div class="form-row ncd-active-check">
|
|
2508
|
-
<strong>Enable Quality Of Service (QoS)</strong>
|
|
2509
|
-
<div>
|
|
2510
|
-
<label for="node-input-qos_108_active">Active:</label>
|
|
2511
|
-
<input type="checkbox" id="node-input-qos_108_active" class="ncd-config-toggle" data-target-id="node-input-qos_108" value="1">
|
|
2512
|
-
</div>
|
|
2513
|
-
<div>
|
|
2514
|
-
<label for="node-input-qos_108"><i class="icon-tag"></i>Value:</label>
|
|
2515
|
-
<select id="node-input-qos_108">
|
|
2516
|
-
<option value="0" selected>Disabled</option>
|
|
2517
|
-
<option value="1">Enabled</option>
|
|
2518
|
-
</select>
|
|
2519
|
-
</div>
|
|
2520
|
-
</div>
|
|
2521
2581
|
<div class="form-row ncd-active-check">
|
|
2522
2582
|
<strong>Enable Accelerometer</strong>
|
|
2523
2583
|
<div>
|
|
@@ -2701,10 +2761,10 @@
|
|
|
2701
2761
|
</div>
|
|
2702
2762
|
</div>
|
|
2703
2763
|
</div>
|
|
2704
|
-
<div class="ncd-dependent" data-sensor-23>
|
|
2764
|
+
<div class="ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-23>
|
|
2705
2765
|
<hr>
|
|
2706
2766
|
<div class="form-row ncd-active-check">
|
|
2707
|
-
<strong>Thermocouple Type</strong>
|
|
2767
|
+
<strong>Set Thermocouple Type</strong>
|
|
2708
2768
|
<div>
|
|
2709
2769
|
<label for="node-input-thermocouple_type_23_active">Active:</label>
|
|
2710
2770
|
<input type="checkbox" id="node-input-thermocouple_type_23_active" class="ncd-config-toggle" data-target-id="node-input-thermocouple_type_23" value="1">
|
|
@@ -2723,6 +2783,91 @@
|
|
|
2723
2783
|
</select>
|
|
2724
2784
|
</div>
|
|
2725
2785
|
</div>
|
|
2786
|
+
<div class="form-row ncd-active-check">
|
|
2787
|
+
<strong>Set Filter Level</strong>
|
|
2788
|
+
<div>
|
|
2789
|
+
<label for="node-input-filter_thermocouple_active">Active:</label>
|
|
2790
|
+
<input type="checkbox" id="node-input-filter_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-filter_thermocouple" value="1">
|
|
2791
|
+
</div>
|
|
2792
|
+
<div>
|
|
2793
|
+
<label for="node-input-filter_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
2794
|
+
<select id="node-input-filter_thermocouple">
|
|
2795
|
+
<option selected="selected" value="0">Level 0</option>
|
|
2796
|
+
<option value="1">Level 1</option>
|
|
2797
|
+
<option value="2">Level 2</option>
|
|
2798
|
+
<option value="3">Level 3</option>
|
|
2799
|
+
<option value="4">Level 4</option>
|
|
2800
|
+
<option value="5">Level 5</option>
|
|
2801
|
+
<option value="6">Level 6</option>
|
|
2802
|
+
<option value="7">Level 7</option>
|
|
2803
|
+
</select>
|
|
2804
|
+
</div>
|
|
2805
|
+
</div>
|
|
2806
|
+
<div class="form-row ncd-active-check">
|
|
2807
|
+
<strong>Set Cold Junction Resolution</strong>
|
|
2808
|
+
<div>
|
|
2809
|
+
<label for="node-input-cold_junction_thermocouple_active">Active:</label>
|
|
2810
|
+
<input type="checkbox" id="node-input-cold_junction_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-cold_junction_thermocouple" value="1">
|
|
2811
|
+
</div>
|
|
2812
|
+
<div>
|
|
2813
|
+
<label for="node-input-cold_junction_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
2814
|
+
<select id="node-input-cold_junction_thermocouple">
|
|
2815
|
+
<option selected="selected" value="0">0.0625⁰C</option>
|
|
2816
|
+
<option value="128">0.25⁰C</option>
|
|
2817
|
+
</select>
|
|
2818
|
+
</div>
|
|
2819
|
+
</div>
|
|
2820
|
+
<div class="form-row ncd-active-check">
|
|
2821
|
+
<strong>Set ADC Resolution</strong>
|
|
2822
|
+
<div>
|
|
2823
|
+
<label for="node-input-sample_resolution_thermocouple_active">Active:</label>
|
|
2824
|
+
<input type="checkbox" id="node-input-sample_resolution_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-sample_resolution_thermocouple" value="1">
|
|
2825
|
+
</div>
|
|
2826
|
+
<div>
|
|
2827
|
+
<label for="node-input-sample_resolution_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
2828
|
+
<select id="node-input-sample_resolution_thermocouple">
|
|
2829
|
+
<option selected="selected" value="0">18 Bits</option>
|
|
2830
|
+
<option value="32">16 Bits</option>
|
|
2831
|
+
<option value="64">14 Bits</option>
|
|
2832
|
+
<option value="96">12 Bits</option>
|
|
2833
|
+
</select>
|
|
2834
|
+
</div>
|
|
2835
|
+
</div>
|
|
2836
|
+
<div class="form-row ncd-active-check">
|
|
2837
|
+
<strong>Set Number of Samples</strong>
|
|
2838
|
+
<div>
|
|
2839
|
+
<label for="node-input-number_of_samples_thermocouple_active">Active:</label>
|
|
2840
|
+
<input type="checkbox" id="node-input-number_of_samples_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-number_of_samples_thermocouple" value="1">
|
|
2841
|
+
</div>
|
|
2842
|
+
<div>
|
|
2843
|
+
<label for="node-input-number_of_samples_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
2844
|
+
<select id="node-input-number_of_samples_thermocouple">
|
|
2845
|
+
<option selected="selected" value="0">1 Sample</option>
|
|
2846
|
+
<option value="4">2 Samples</option>
|
|
2847
|
+
<option value="8">4 Samples</option>
|
|
2848
|
+
<option value="12">8 Samples</option>
|
|
2849
|
+
<option value="16">16 Samples</option>
|
|
2850
|
+
<option value="20">32 Samples</option>
|
|
2851
|
+
<option value="24">64 Samples</option>
|
|
2852
|
+
<option value="28">128 Samples</option>
|
|
2853
|
+
</select>
|
|
2854
|
+
</div>
|
|
2855
|
+
</div>
|
|
2856
|
+
<div class="form-row ncd-active-check">
|
|
2857
|
+
<strong>Set Measurement Type</strong>
|
|
2858
|
+
<div>
|
|
2859
|
+
<label for="node-input-measurement_type_thermocouple_active">Active:</label>
|
|
2860
|
+
<input type="checkbox" id="node-input-measurement_type_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-measurement_type_thermocouple" value="1">
|
|
2861
|
+
</div>
|
|
2862
|
+
<div>
|
|
2863
|
+
<label for="node-input-measurement_type_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
2864
|
+
<select id="node-input-measurement_type_thermocouple">
|
|
2865
|
+
<option selected="selected" value="0">Cold Junction</option>
|
|
2866
|
+
<option value="1">Hot Junction</option>
|
|
2867
|
+
<option value="2">Delta</option>
|
|
2868
|
+
</select>
|
|
2869
|
+
</div>
|
|
2870
|
+
</div>
|
|
2726
2871
|
</div>
|
|
2727
2872
|
<div class="ncd-dependent" data-sensor-46>
|
|
2728
2873
|
<hr>
|
|
@@ -2776,7 +2921,7 @@
|
|
|
2776
2921
|
</div>
|
|
2777
2922
|
</div>
|
|
2778
2923
|
<div class="form-row ncd-active-check">
|
|
2779
|
-
<strong>Set
|
|
2924
|
+
<strong>Set Baud Rate</strong>
|
|
2780
2925
|
<div>
|
|
2781
2926
|
<label for="node-input-baudrate_539_active">Active:</label>
|
|
2782
2927
|
<input type="checkbox" id="node-input-baudrate_539_active" class="ncd-config-toggle" data-target-id="node-input-baudrate_539" value="1">
|
|
@@ -2793,7 +2938,7 @@
|
|
|
2793
2938
|
</div>
|
|
2794
2939
|
</div>
|
|
2795
2940
|
</div>
|
|
2796
|
-
<div class="ncd-dependent" data-sensor-1010 data-sensor-1011>
|
|
2941
|
+
<div class="ncd-dependent" data-sensor-1010 data-sensor-1011 data-sensor-539>
|
|
2797
2942
|
<div class="form-row ncd-active-check">
|
|
2798
2943
|
<strong>Set Stop Bit</strong>
|
|
2799
2944
|
<div>
|
|
@@ -2823,6 +2968,8 @@
|
|
|
2823
2968
|
</select>
|
|
2824
2969
|
</div>
|
|
2825
2970
|
</div>
|
|
2971
|
+
</div>
|
|
2972
|
+
<div class="ncd-dependent" data-sensor-1010 data-sensor-1011>
|
|
2826
2973
|
<div class="form-row ncd-active-check">
|
|
2827
2974
|
<strong>Set Timeout</strong>
|
|
2828
2975
|
<div>
|
|
@@ -3188,15 +3335,8 @@
|
|
|
3188
3335
|
<div class="form-row ncd-active-check">
|
|
3189
3336
|
<strong>Clear Probe Uptimers</strong>
|
|
3190
3337
|
<div>
|
|
3191
|
-
<label for="node-input-
|
|
3192
|
-
<input type="checkbox" id="node-input-
|
|
3193
|
-
</div>
|
|
3194
|
-
<div>
|
|
3195
|
-
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Value:</label>
|
|
3196
|
-
<select id="node-input-clear_probe_uptimers_110">
|
|
3197
|
-
<option value="0">Disabled</option>
|
|
3198
|
-
<option value="1">Enabled</option>
|
|
3199
|
-
</select>
|
|
3338
|
+
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Active:</label>
|
|
3339
|
+
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3200
3340
|
</div>
|
|
3201
3341
|
</div>
|
|
3202
3342
|
</div>
|
|
@@ -3242,6 +3382,8 @@
|
|
|
3242
3382
|
</select>
|
|
3243
3383
|
</div>
|
|
3244
3384
|
</div> -->
|
|
3385
|
+
</div>
|
|
3386
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3245
3387
|
<div class="form-row ncd-active-check">
|
|
3246
3388
|
<strong>Set Smart Mode Threshold</strong>
|
|
3247
3389
|
<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>
|
|
@@ -3254,6 +3396,22 @@
|
|
|
3254
3396
|
<input type="text" id="node-input-smart_threshold_110" value="1">
|
|
3255
3397
|
</div>
|
|
3256
3398
|
</div>
|
|
3399
|
+
</div>
|
|
3400
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
3401
|
+
<div class="form-row ncd-active-check">
|
|
3402
|
+
<strong>Set Smart Mode Threshold Probe 2</strong>
|
|
3403
|
+
<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>
|
|
3404
|
+
<div>
|
|
3405
|
+
<label for="node-input-smart_threshold_p2_110_active">Active:</label>
|
|
3406
|
+
<input type="checkbox" id="node-input-smart_threshold_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_p2_110" value="1">
|
|
3407
|
+
</div>
|
|
3408
|
+
<div>
|
|
3409
|
+
<label for="node-input-smart_threshold_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
3410
|
+
<input type="text" id="node-input-smart_threshold_p2_110" value="1">
|
|
3411
|
+
</div>
|
|
3412
|
+
</div>
|
|
3413
|
+
</div>
|
|
3414
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3257
3415
|
<div class="form-row ncd-active-check">
|
|
3258
3416
|
<strong>Set Smart Mode Skip Interval</strong>
|
|
3259
3417
|
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.</p>
|
|
@@ -3381,39 +3539,200 @@
|
|
|
3381
3539
|
</select>
|
|
3382
3540
|
</div>
|
|
3383
3541
|
</div>
|
|
3542
|
+
<!--
|
|
3543
|
+
<div class="form-row ncd-active-check">
|
|
3544
|
+
<strong>Set Sampling Rate</strong>
|
|
3545
|
+
<p>
|
|
3546
|
+
Valid Range: 30 - 20000 (Seconds).
|
|
3547
|
+
</p>
|
|
3548
|
+
<div>
|
|
3549
|
+
<label for="node-input-sampling_rate_duration_active">Active:</label>
|
|
3550
|
+
<input type="checkbox" id="node-input-sampling_rate_duration_active" class="ncd-config-toggle" data-target-id="node-input-sampling_rate_duration" value="1">
|
|
3551
|
+
</div>
|
|
3552
|
+
<div>
|
|
3553
|
+
<label for="node-input-sampling_rate_duration"><i class="icon-tag"></i>Value:</label>
|
|
3554
|
+
<input type="text" id="node-input-sampling_rate_duration" placeholder="0" value="0">
|
|
3555
|
+
</div>
|
|
3556
|
+
</div>
|
|
3557
|
+
-->
|
|
3558
|
+
</div>
|
|
3559
|
+
<div class="ncd-dependent" data-sensor-39>
|
|
3560
|
+
<div class="form-row ncd-active-check">
|
|
3561
|
+
<strong>Set RTD Wire Type</strong>
|
|
3562
|
+
<p>The wire type of RTD Sensor Probe to be connected.</p>
|
|
3563
|
+
<div>
|
|
3564
|
+
<label for="node-input-rtd_type_39_active">Active:</label>
|
|
3565
|
+
<input type="checkbox" id="node-input-rtd_type_39_active" class="ncd-config-toggle" data-target-id="node-input-rtd_type_39" value="1">
|
|
3566
|
+
</div>
|
|
3567
|
+
<div>
|
|
3568
|
+
<label for="node-input-rtd_type_39"><i class="icon-tag"></i>Value:</label>
|
|
3569
|
+
<select id="node-input-rtd_type_39">
|
|
3570
|
+
<option selected="selected" value="0">2 Wires</option>
|
|
3571
|
+
<option value="1">3 Wires</option>
|
|
3572
|
+
<option value="2">4 Wires</option>
|
|
3573
|
+
|
|
3574
|
+
</select>
|
|
3575
|
+
</div>
|
|
3576
|
+
</div>
|
|
3577
|
+
<div class="form-row ncd-active-check">
|
|
3578
|
+
<strong>Set RTD Range</strong>
|
|
3579
|
+
<p>Type of PT Sensor Probe to be connected.</p>
|
|
3580
|
+
<div>
|
|
3581
|
+
<label for="node-input-rtd_range_39_active">Active:</label>
|
|
3582
|
+
<input type="checkbox" id="node-input-rtd_range_39_active" class="ncd-config-toggle" data-target-id="node-input-rtd_range_39" value="1">
|
|
3583
|
+
</div>
|
|
3584
|
+
<div>
|
|
3585
|
+
<label for="node-input-rtd_range_39"><i class="icon-tag"></i>Value:</label>
|
|
3586
|
+
<select id="node-input-rtd_range_39">
|
|
3587
|
+
<option selected="selected" value="0">PT 100</option>
|
|
3588
|
+
<option value="1">PT 1000</option>
|
|
3589
|
+
|
|
3590
|
+
</select>
|
|
3591
|
+
</div>
|
|
3592
|
+
</div>
|
|
3593
|
+
</div>
|
|
3594
|
+
<div class="ncd-dependent" data-sensor-118>
|
|
3595
|
+
<div class="form-row ncd-active-check">
|
|
3596
|
+
<strong>Set Pressure Sensor FS - Channel 1</strong>
|
|
3597
|
+
<div>
|
|
3598
|
+
<label for="node-input-pressure_sensor_fs_ch1_118_active">Active:</label>
|
|
3599
|
+
<input type="checkbox" id="node-input-pressure_sensor_fs_ch1_118_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_fs_ch1_118" value="1">
|
|
3600
|
+
</div>
|
|
3601
|
+
<div>
|
|
3602
|
+
<label for="node-input-pressure_sensor_fs_ch1_118"><i class="icon-tag"></i>Value:</label>
|
|
3603
|
+
<select id="node-input-pressure_sensor_fs_ch1_118">
|
|
3604
|
+
<option selected="selected" value="0">10</option>
|
|
3605
|
+
<option value="1">20</option>
|
|
3606
|
+
<option value="2">100</option>
|
|
3607
|
+
<option value="3">500</option>
|
|
3608
|
+
<option value="4">1000</option>
|
|
3609
|
+
<option value="5">5000</option>
|
|
3610
|
+
</select>
|
|
3611
|
+
</div>
|
|
3612
|
+
</div>
|
|
3613
|
+
<div class="form-row ncd-active-check">
|
|
3614
|
+
<strong>Set Pressure Sensor FS - Channel 2</strong>
|
|
3615
|
+
<div>
|
|
3616
|
+
<label for="node-input-pressure_sensor_fs_ch2_118_active">Active:</label>
|
|
3617
|
+
<input type="checkbox" id="node-input-pressure_sensor_fs_ch2_118_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_fs_ch2_118" value="1">
|
|
3618
|
+
</div>
|
|
3619
|
+
<div>
|
|
3620
|
+
<label for="node-input-pressure_sensor_fs_ch2_118"><i class="icon-tag"></i>Value:</label>
|
|
3621
|
+
<select id="node-input-pressure_sensor_fs_ch2_118">
|
|
3622
|
+
<option selected="selected" value="0">10</option>
|
|
3623
|
+
<option value="1">20</option>
|
|
3624
|
+
<option value="2">100</option>
|
|
3625
|
+
<option value="3">500</option>
|
|
3626
|
+
<option value="4">1000</option>
|
|
3627
|
+
<option value="5">5000</option>
|
|
3628
|
+
</select>
|
|
3629
|
+
</div>
|
|
3630
|
+
</div>
|
|
3631
|
+
<div class="form-row ncd-active-check">
|
|
3632
|
+
<strong>Set Auto Check Interval</strong>
|
|
3633
|
+
<p>
|
|
3634
|
+
Valid Range: 0 - 65000 (Seconds).
|
|
3635
|
+
</p>
|
|
3636
|
+
<div>
|
|
3637
|
+
<label for="node-input-auto_check_interval_118_active">Active:</label>
|
|
3638
|
+
<input type="checkbox" id="node-input-auto_check_interval_118_active" class="ncd-config-toggle" data-target-id="node-input-auto_check_interval_118" value="1">
|
|
3639
|
+
</div>
|
|
3640
|
+
<div>
|
|
3641
|
+
<label for="node-input-auto_check_interval_118"><i class="icon-tag"></i>Value:</label>
|
|
3642
|
+
<input type="text" id="node-input-auto_check_interval_118" placeholder="0" value="0">
|
|
3643
|
+
</div>
|
|
3644
|
+
</div>
|
|
3384
3645
|
<div class="form-row ncd-active-check">
|
|
3385
|
-
<strong>Set
|
|
3646
|
+
<strong>Set Pressure Auto Check Percentage</strong>
|
|
3386
3647
|
<p>
|
|
3387
|
-
Valid Range:
|
|
3648
|
+
Valid Range: 0 - 100%
|
|
3388
3649
|
</p>
|
|
3389
3650
|
<div>
|
|
3390
|
-
<label for="node-input-
|
|
3391
|
-
<input type="checkbox" id="node-input-
|
|
3651
|
+
<label for="node-input-press_auto_check_percent_118_active">Active:</label>
|
|
3652
|
+
<input type="checkbox" id="node-input-press_auto_check_percent_118_active" class="ncd-config-toggle" data-target-id="node-input-press_auto_check_percent_118" value="1">
|
|
3653
|
+
</div>
|
|
3654
|
+
<div>
|
|
3655
|
+
<label for="node-input-press_auto_check_percent_118"><i class="icon-tag"></i>Value:</label>
|
|
3656
|
+
<input type="text" id="node-input-press_auto_check_percent_118" placeholder="0" value="0">
|
|
3657
|
+
</div>
|
|
3658
|
+
</div>
|
|
3659
|
+
<div class="form-row ncd-active-check">
|
|
3660
|
+
<strong>Set Temperature Auto Check Percentage</strong>
|
|
3661
|
+
<p>
|
|
3662
|
+
Valid Range: 0 - 100%
|
|
3663
|
+
</p>
|
|
3664
|
+
<div>
|
|
3665
|
+
<label for="node-input-temp_auto_check_percent_118_active">Active:</label>
|
|
3666
|
+
<input type="checkbox" id="node-input-temp_auto_check_percent_118_active" class="ncd-config-toggle" data-target-id="node-input-temp_auto_check_percent_118" value="1">
|
|
3667
|
+
</div>
|
|
3668
|
+
<div>
|
|
3669
|
+
<label for="node-input-temp_auto_check_percent_118"><i class="icon-tag"></i>Value:</label>
|
|
3670
|
+
<input type="text" id="node-input-temp_auto_check_percent_118" placeholder="0" value="0">
|
|
3671
|
+
</div>
|
|
3672
|
+
</div>
|
|
3673
|
+
</div>
|
|
3674
|
+
<div class="ncd-dependent" data-sensor-97 data-sensor-98>
|
|
3675
|
+
<div class="form-row ncd-active-check">
|
|
3676
|
+
<strong>Set Raw Length</strong>
|
|
3677
|
+
<div>
|
|
3678
|
+
<label for="node-input-raw_length_97_active">Active:</label>
|
|
3679
|
+
<input type="checkbox" id="node-input-raw_length_97_active" class="ncd-config-toggle" data-target-id="node-input-raw_length_97" value="1">
|
|
3392
3680
|
</div>
|
|
3393
3681
|
<div>
|
|
3394
|
-
<label for="node-input-
|
|
3395
|
-
<
|
|
3682
|
+
<label for="node-input-raw_length_97"><i class="icon-tag"></i>Value:</label>
|
|
3683
|
+
<select id="node-input-raw_length_97">
|
|
3684
|
+
<option value="0">55 Bytes</option>
|
|
3685
|
+
<option value="1">100 Bytes</option>
|
|
3686
|
+
<option value="2">150 Bytes</option>
|
|
3687
|
+
<option selected="selected" value="3">180 Bytes</option>
|
|
3688
|
+
</select>
|
|
3396
3689
|
</div>
|
|
3397
3690
|
</div>
|
|
3398
3691
|
<div class="form-row ncd-active-check">
|
|
3399
|
-
<strong>
|
|
3692
|
+
<strong>Set Raw Timeout</strong>
|
|
3693
|
+
<p>
|
|
3694
|
+
Valid Range: 0 - 10 Seconds
|
|
3695
|
+
</p>
|
|
3400
3696
|
<div>
|
|
3401
|
-
<label for="node-input-
|
|
3402
|
-
<input type="checkbox" id="node-input-
|
|
3697
|
+
<label for="node-input-raw_timeout_97_active">Active:</label>
|
|
3698
|
+
<input type="checkbox" id="node-input-raw_timeout_97_active" class="ncd-config-toggle" data-target-id="node-input-raw_timeout_97" value="1">
|
|
3699
|
+
</div>
|
|
3700
|
+
<div>
|
|
3701
|
+
<label for="node-input-raw_timeout_97"><i class="icon-tag"></i>Value:</label>
|
|
3702
|
+
<input type="text" id="node-input-raw_timeout_97" placeholder="0" value="0">
|
|
3403
3703
|
</div>
|
|
3404
3704
|
</div>
|
|
3405
3705
|
<div class="form-row ncd-active-check">
|
|
3406
|
-
<strong>
|
|
3706
|
+
<strong>Set FLY Rate</strong>
|
|
3407
3707
|
<div>
|
|
3408
|
-
<label for="node-input-
|
|
3409
|
-
<input type="checkbox" id="node-input-
|
|
3708
|
+
<label for="node-input-fly_rate_97_active">Active:</label>
|
|
3709
|
+
<input type="checkbox" id="node-input-fly_rate_97_active" class="ncd-config-toggle" data-target-id="node-input-fly_rate_97" value="1">
|
|
3710
|
+
</div>
|
|
3711
|
+
<div>
|
|
3712
|
+
<label for="node-input-fly_rate_97"><i class="icon-tag"></i>Value:</label>
|
|
3713
|
+
<select id="node-input-fly_rate_97">
|
|
3714
|
+
<option value="3600">1 Hour</option>
|
|
3715
|
+
<option value="7200">2 Hours</option>
|
|
3716
|
+
<option value="14400">4 Hours</option>
|
|
3717
|
+
<option value="28800">8 Hours</option>
|
|
3718
|
+
<option value="43200">12 Hours</option>
|
|
3719
|
+
<option value="64800">18 Hours</option>
|
|
3720
|
+
<option value="86400">24 Hours</option>
|
|
3721
|
+
</select>
|
|
3410
3722
|
</div>
|
|
3411
3723
|
</div>
|
|
3412
3724
|
<div class="form-row ncd-active-check">
|
|
3413
|
-
<strong>
|
|
3725
|
+
<strong>Set Boot Time</strong>
|
|
3726
|
+
<p>
|
|
3727
|
+
Valid Range: 0 - 255 Seconds
|
|
3728
|
+
</p>
|
|
3414
3729
|
<div>
|
|
3415
|
-
<label for="node-input-
|
|
3416
|
-
<input type="checkbox" id="node-input-
|
|
3730
|
+
<label for="node-input-boot_up_time_97_active">Active:</label>
|
|
3731
|
+
<input type="checkbox" id="node-input-boot_up_time_97_active" class="ncd-config-toggle" data-target-id="node-input-boot_up_time_97" value="1">
|
|
3732
|
+
</div>
|
|
3733
|
+
<div>
|
|
3734
|
+
<label for="node-input-boot_up_time_97"><i class="icon-tag"></i>Value:</label>
|
|
3735
|
+
<input type="text" id="node-input-boot_up_time_97" placeholder="0" value="0">
|
|
3417
3736
|
</div>
|
|
3418
3737
|
</div>
|
|
3419
3738
|
</div>
|
|
@@ -3486,6 +3805,8 @@
|
|
|
3486
3805
|
comm_type: {value: "serial"},
|
|
3487
3806
|
ip_address: {value: ""},
|
|
3488
3807
|
tcp_port: {value: 2101, validate:RED.validators.number()},
|
|
3808
|
+
tcp_inactive_timeout_active: {value: 0},
|
|
3809
|
+
tcp_inactive_timeout: {value: 1200},
|
|
3489
3810
|
port: {value: ""},
|
|
3490
3811
|
baudRate: {value: 115200, validate:RED.validators.number()},
|
|
3491
3812
|
pan_id: {value: '7FFF', validate: NCD_validators.number_range(0, 0x7FFF, 16)},
|
|
@@ -3598,6 +3919,18 @@
|
|
|
3598
3919
|
<label for="node-config-input-ip_address"><i class="fa fa-random"></i> IP Address</label>
|
|
3599
3920
|
<input type="text" id="node-config-input-ip_address" style="width:60%;" >
|
|
3600
3921
|
</div>
|
|
3922
|
+
<div class="form-row ncd-active-check">
|
|
3923
|
+
<strong>Socket Timeout *Experimental</strong>
|
|
3924
|
+
<p class="caption">*This feature is experimental and will close and reopen the socket if no data is received in the timeout.</p>
|
|
3925
|
+
<div>
|
|
3926
|
+
<label for="node-config-input-tcp_inactive_timeout_active">Active:</label>
|
|
3927
|
+
<input type="checkbox" id="node-config-input-tcp_inactive_timeout_active" class="ncd-config-toggle" data-target-id="node-config-input-tcp_inactive_timeout" value="1">
|
|
3928
|
+
</div>
|
|
3929
|
+
<div>
|
|
3930
|
+
<label for="node-config-input-tcp_inactive_timeout"><i class="icon-tag"></i>Seconds:</label>
|
|
3931
|
+
<input type="text" id="node-config-input-tcp_inactive_timeout" style="width:60%;" >
|
|
3932
|
+
</div>
|
|
3933
|
+
</div>
|
|
3601
3934
|
</div>
|
|
3602
3935
|
<div class="serial-options">
|
|
3603
3936
|
<div class="form-row">
|