@ncd-io/node-red-enterprise-sensors 1.4.0 → 1.4.2
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 +3099 -830
- package/package.json +1 -1
- package/wireless.html +798 -38
- package/wireless.js +373 -30
package/wireless.html
CHANGED
|
@@ -697,7 +697,7 @@
|
|
|
697
697
|
enable_filtering_110: {value: 0},
|
|
698
698
|
|
|
699
699
|
fly_interval_108_active: {value: ""},
|
|
700
|
-
fly_interval_108: {value:
|
|
700
|
+
fly_interval_108: {value: 60},
|
|
701
701
|
|
|
702
702
|
tare_the_scale_217: {value:0},
|
|
703
703
|
weight_calib_217_active: {value: ""},
|
|
@@ -714,7 +714,86 @@
|
|
|
714
714
|
fsr_420ma_active: {value: ""},
|
|
715
715
|
fsr_420ma: {value: 0},
|
|
716
716
|
always_on_420ma_active: {value: ""},
|
|
717
|
-
always_on_420ma: {value: 0}
|
|
717
|
+
always_on_420ma: {value: 0},
|
|
718
|
+
|
|
719
|
+
pressure_sensor_range_AMS5812_21_active: {value: ""},
|
|
720
|
+
pressure_sensor_range_AMS5812_21: {value: 0},
|
|
721
|
+
pressure_sensor_range_AMS5915_21_active: {value: ""},
|
|
722
|
+
pressure_sensor_range_AMS5915_21: {value: 0},
|
|
723
|
+
|
|
724
|
+
motion_to_sampling_delay_110_active: {value: ""},
|
|
725
|
+
motion_to_sampling_delay_110: {value: 100, validate: NCD_validators.number_range(0, 255)},
|
|
726
|
+
max_num_motion_tx_delay_110_active: {value: ""},
|
|
727
|
+
max_num_motion_tx_delay_110: {value: 1, validate: NCD_validators.number_range(1, 255)},
|
|
728
|
+
|
|
729
|
+
enable_sensor_103_active: {value: ""},
|
|
730
|
+
enable_sensor_103: {value: 3},
|
|
731
|
+
output_data_rate_103_active: {value: ""},
|
|
732
|
+
output_data_rate_103: {value: 1},
|
|
733
|
+
enable_hp_filter_cutoff_103_active: {value: ""},
|
|
734
|
+
enable_hp_filter_cutoff_103: {value: 0},
|
|
735
|
+
gyro_fsr_103_active: {value: ""},
|
|
736
|
+
gyro_fsr_103: {value: 0},
|
|
737
|
+
adxl_fsr_103_active: {value: ""},
|
|
738
|
+
adxl_fsr_103: {value: 0},
|
|
739
|
+
sampling_duration_103_active: {value: ""},
|
|
740
|
+
sampling_duration_103: {value: 20, validate: NCD_validators.number_range(1, 20)},
|
|
741
|
+
debounce_time_123: {value:10, validate: NCD_validators.number_range(10, 65000)},
|
|
742
|
+
debounce_time_123_active: {value:""},
|
|
743
|
+
debounce_time_v10_108: {value:10, validate: NCD_validators.number_range(10, 65000)},
|
|
744
|
+
debounce_time_v10_108_active: {value:""},
|
|
745
|
+
|
|
746
|
+
do_read_rate_270_active: {value:""},
|
|
747
|
+
do_read_rate_270: {value:0, validate: NCD_validators.number_range(0, 255)},
|
|
748
|
+
do_boot_time_270_active: {value:""},
|
|
749
|
+
do_boot_time_270: {value:1, validate: NCD_validators.number_range(1, 60)},
|
|
750
|
+
do_dev_id_270_active:{value:""},
|
|
751
|
+
do_dev_id_1_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
752
|
+
do_dev_id_2_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
753
|
+
do_dev_id_3_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
754
|
+
do_dev_id_4_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
755
|
+
ec_boot_time_270_active: {value:""},
|
|
756
|
+
ec_boot_time_270: {value:1, validate: NCD_validators.number_range(1, 60)},
|
|
757
|
+
ec_dev_id_270_active:{value:""},
|
|
758
|
+
ec_dev_id_1_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
759
|
+
ec_dev_id_2_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
760
|
+
ec_dev_id_3_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
761
|
+
ec_dev_id_4_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
762
|
+
push_notification_123_active: {value: ""},
|
|
763
|
+
push_notification_123: {value:0},
|
|
764
|
+
clear_timers_123_active: {value: ""},
|
|
765
|
+
clear_timers_123: {value:7},
|
|
766
|
+
input_one_123_active: {value: ""},
|
|
767
|
+
input_one_123: {value:1},
|
|
768
|
+
input_two_123_active: {value: ""},
|
|
769
|
+
input_two_123: {value:1},
|
|
770
|
+
input_three_123_active: {value: ""},
|
|
771
|
+
input_three_123: {value:1},
|
|
772
|
+
oxygen_rate_211_active: {value:""},
|
|
773
|
+
oxygen_rate_211: {value:15, validate: NCD_validators.number_range(0, 255)},
|
|
774
|
+
oxygen_timeout_211_active: {value:""},
|
|
775
|
+
oxygen_timeout_211: {value:600, validate: NCD_validators.number_range(0, 65000)},
|
|
776
|
+
oxygen_threshold_211_active: {value:""},
|
|
777
|
+
oxygen_threshold_211: {value:8, validate: NCD_validators.number_range(0, 65000)},
|
|
778
|
+
interrupt_timeout_108_active: {value:""},
|
|
779
|
+
interrupt_timeout_108: {value:0, validate: NCD_validators.number_range(0, 65000)},
|
|
780
|
+
acc_threshold_103_active: {value:""},
|
|
781
|
+
acc_threshold_103: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
782
|
+
start_sps30_fan_cleaning_53:{value:0},
|
|
783
|
+
max_flow_541_active: {value:""},
|
|
784
|
+
max_flow_541: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
785
|
+
min_flow_541_active: {value:""},
|
|
786
|
+
min_flow_541: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
787
|
+
ct_constant_87_active: {value:""},
|
|
788
|
+
ct_constant_87: {value:0, validate: NCD_validators.number_range(0, 4294967295)},
|
|
789
|
+
deadband_87_active: {value:""},
|
|
790
|
+
deadband_87: {value:0, validate: NCD_validators.number_range(0, 65000)},
|
|
791
|
+
sampling_frequency_87_active: {value:""},
|
|
792
|
+
sampling_frequency_87: {value:0},
|
|
793
|
+
raw_length_87_active: {value:""},
|
|
794
|
+
raw_length_87: {value:0},
|
|
795
|
+
sampling_interval_80_active:{value: ""},
|
|
796
|
+
sampling_interval_80: {value: 1, validate: NCD_validators.number_range(0, 8)}
|
|
718
797
|
},
|
|
719
798
|
inputs: 0,
|
|
720
799
|
outputs: 1,
|
|
@@ -799,7 +878,7 @@
|
|
|
799
878
|
"81": "81 - Two Channel Vibration Plus",
|
|
800
879
|
"82": "82 - Condition Based/Predictive Maintenance Sensor",
|
|
801
880
|
"84": "84 - Standalone Smart Vibration Sensor",
|
|
802
|
-
"87": "87 - One Channel Current
|
|
881
|
+
"87": "87 - Gen 4 One Channel Wireless Current Sensor",
|
|
803
882
|
"88": "88 - 1 Channel Ultrasound Vibration Sensor",
|
|
804
883
|
"89": "89 - 2 Channel Ultrasound Vibration Sensor",
|
|
805
884
|
"90": "90 - DC Current Sensor",
|
|
@@ -826,11 +905,14 @@
|
|
|
826
905
|
"120": "120 - Wireless H2S Sensor",
|
|
827
906
|
"121": "121 - Wireless Wood Moisture Sensor",
|
|
828
907
|
"122": "122 - Wireless 4-20mA Current Splitter",
|
|
908
|
+
"123": "123 - 3 Channel Production Counter",
|
|
829
909
|
"180": "180 - C1D2 One Channel Vibration Plus",
|
|
830
910
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
831
911
|
"200": "200 - 4-20mA Pass Through",
|
|
832
912
|
"202": "202 - Weather Station",
|
|
913
|
+
"211": "211 - D0 and Flow Sensor",
|
|
833
914
|
"217": "217 - Wireless Weight Scale",
|
|
915
|
+
"270": "270 - Custom Salinity DO sensor",
|
|
834
916
|
"502": "502 - C_50-27",
|
|
835
917
|
"505": "505 - Custom_SAP_Current_1C",
|
|
836
918
|
"506": "506 - Custom_SAP_Current_3C",
|
|
@@ -848,6 +930,7 @@
|
|
|
848
930
|
"538": "538 - Custom One Channel Vibration Plus",
|
|
849
931
|
"539": "539 - RS485 Modbus Wireless Converter",
|
|
850
932
|
"540": "540 - Wireless Ultrasonic Flow Meter FD-Q32C",
|
|
933
|
+
"541": "541 - Custom Inline Flow Sensor",
|
|
851
934
|
"1010": "1010 - RS232 Wireless Converter 1010",
|
|
852
935
|
"1011": "1011 - RS485 Wireless Converter 1011",
|
|
853
936
|
"10000": "10000 - 4-Channel Relay",
|
|
@@ -1103,7 +1186,7 @@
|
|
|
1103
1186
|
<option value="81">81 - Two Channel Vibration Plus</option>
|
|
1104
1187
|
<option value="82">82 - Condition Based/Predictive Maintenance Sensor</option>
|
|
1105
1188
|
<option value="84">84 - Standalone Smart Vibration Sensor</option>
|
|
1106
|
-
<option value="87">87 - One Channel Current
|
|
1189
|
+
<option value="87">87 - Gen 4 One Channel Wireless Current Sensor</option>
|
|
1107
1190
|
<option value="88">88 - 1 Channel Ultrasound Vibration Sensor</option>
|
|
1108
1191
|
<option value="89">89 - 2 Channel Ultrasound Vibration Sensor</option>
|
|
1109
1192
|
<option value="90">90 - DC Current Sensor</option>
|
|
@@ -1130,11 +1213,14 @@
|
|
|
1130
1213
|
<option value="120">120 - Wireless H2S Sensor</option>
|
|
1131
1214
|
<option value="121">121 - Wireless Wood Moisture Sensor</option>
|
|
1132
1215
|
<option value="122">122 - Wireless 4-20mA Current Splitter</option>
|
|
1216
|
+
<option value="123">123 - 3 Channel Production Counter</option>
|
|
1133
1217
|
<option value="180">180 - C1D2 One Channel Vibration Plus</option>
|
|
1134
1218
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
1135
1219
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
1136
1220
|
<option value="202">202 - Weather Station</option>
|
|
1221
|
+
<option value="211">211 - D0 and Flow Sensor</option>
|
|
1137
1222
|
<option value="217">217 - Wireless Weight Scale</option>
|
|
1223
|
+
<option value="270">270 - Custom Salinity DO sensor</option>
|
|
1138
1224
|
<option value="502">502 - C_50-27</option>
|
|
1139
1225
|
<option value="505">505 - Custom_SAP_Current_1C</option>
|
|
1140
1226
|
<option value="506">506 - Custom_SAP_Current_3C</option>
|
|
@@ -1152,6 +1238,7 @@
|
|
|
1152
1238
|
<option value="538">538 - Custom One Channel Vibration Plus</option>
|
|
1153
1239
|
<option value="539">539 - RS485 Modbus Wireless Converter</option>
|
|
1154
1240
|
<option value="540">540 - Wireless Ultrasonic Flow Meter FD-Q32C</option>
|
|
1241
|
+
<option value="541">541 - Custom Inline Flow Sensor</option>
|
|
1155
1242
|
<option value="1010">1010 - RS232 Wireless Converter 1010</option>
|
|
1156
1243
|
<option value="1011">1011 - RS485 Wireless Converter 1011</option>
|
|
1157
1244
|
<option value="10000">10000 - 4-Channel Relay</option>
|
|
@@ -1167,7 +1254,7 @@
|
|
|
1167
1254
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1168
1255
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1169
1256
|
</div>
|
|
1170
|
-
<div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 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-56 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-103 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-109 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-117 data-sensor-118 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-217 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>
|
|
1257
|
+
<div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 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-56 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-103 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-109 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-117 data-sensor-118 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-123 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-211 data-sensor-217 data-sensor-270 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-541 data-sensor-1010 data-sensor-1011>
|
|
1171
1258
|
<hr>
|
|
1172
1259
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1173
1260
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1830,10 +1917,13 @@
|
|
|
1830
1917
|
</div>
|
|
1831
1918
|
</div>
|
|
1832
1919
|
</div>
|
|
1833
|
-
<div class="ncd-dependent" data-sensor-
|
|
1920
|
+
<div class="ncd-dependent" data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1834
1921
|
<hr>
|
|
1835
1922
|
<div class="form-row ncd-active-check">
|
|
1836
1923
|
<strong>Sampling Interval</strong>
|
|
1924
|
+
<p>Set how often will the sensor transmit measurement data.<br><br>
|
|
1925
|
+
Note: For this sensor, this value functions as the sampling interval rather than a traditional delay.<br>
|
|
1926
|
+
</p>
|
|
1837
1927
|
<div>
|
|
1838
1928
|
<label for="node-input-sampling_interval_101_active">Active: </label>
|
|
1839
1929
|
<input type="checkbox" id="node-input-sampling_interval_101_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_101" value="1">
|
|
@@ -1841,6 +1931,35 @@
|
|
|
1841
1931
|
<div>
|
|
1842
1932
|
<label for="node-input-sampling_interval_101"><i class="icon-tag"></i>Value:</label>
|
|
1843
1933
|
<select id="node-input-sampling_interval_101">
|
|
1934
|
+
<!-- <option value="8">1 Minute</option> -->
|
|
1935
|
+
<option value="0">5 Minutes</option>
|
|
1936
|
+
<option value="1">10 Minutes</option>
|
|
1937
|
+
<option value="2">15 Minutes</option>
|
|
1938
|
+
<option value="3">20 Minutes</option>
|
|
1939
|
+
<option value="4">30 Minutes</option>
|
|
1940
|
+
<option value="5">60 Minutes</option>
|
|
1941
|
+
<option value="6">120 Minutes</option>
|
|
1942
|
+
<option value="7">180 Minutes</option>
|
|
1943
|
+
</select>
|
|
1944
|
+
</div>
|
|
1945
|
+
</div>
|
|
1946
|
+
</div>
|
|
1947
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84>
|
|
1948
|
+
<hr>
|
|
1949
|
+
<div class="form-row ncd-active-check">
|
|
1950
|
+
<strong>Sampling Interval</strong>
|
|
1951
|
+
<p>Set how often will the sensor transmit measurement data.<br><br>
|
|
1952
|
+
Note: For this sensor, this value functions as the sampling interval rather than a traditional delay.<br>
|
|
1953
|
+
<b>**1 Minute option only applies to sensor with firmware version 26 and above.</b><br><br>
|
|
1954
|
+
</p>
|
|
1955
|
+
<div>
|
|
1956
|
+
<label for="node-input-sampling_interval_80_active">Active: </label>
|
|
1957
|
+
<input type="checkbox" id="node-input-sampling_interval_80_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_80" value="1">
|
|
1958
|
+
</div>
|
|
1959
|
+
<div>
|
|
1960
|
+
<label for="node-input-sampling_interval_80"><i class="icon-tag"></i>Value:</label>
|
|
1961
|
+
<select id="node-input-sampling_interval_80">
|
|
1962
|
+
<option value="8">1 Minute</option>
|
|
1844
1963
|
<option value="0">5 Minutes</option>
|
|
1845
1964
|
<option value="1">10 Minutes</option>
|
|
1846
1965
|
<option value="2">15 Minutes</option>
|
|
@@ -1849,7 +1968,6 @@
|
|
|
1849
1968
|
<option value="5">60 Minutes</option>
|
|
1850
1969
|
<option value="6">120 Minutes</option>
|
|
1851
1970
|
<option value="7">180 Minutes</option>
|
|
1852
|
-
<!-- <option value="8">1 Minute</option> -->
|
|
1853
1971
|
</select>
|
|
1854
1972
|
</div>
|
|
1855
1973
|
</div>
|
|
@@ -2241,7 +2359,7 @@
|
|
|
2241
2359
|
</div>
|
|
2242
2360
|
</div>
|
|
2243
2361
|
|
|
2244
|
-
<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-122 data-sensor-540>
|
|
2362
|
+
<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-122 data-sensor-540 data-sensor-541>
|
|
2245
2363
|
<div class="form-row ncd-active-check">
|
|
2246
2364
|
<strong>Sensor Boot Time</strong>
|
|
2247
2365
|
<p class="caption">
|
|
@@ -2259,7 +2377,7 @@
|
|
|
2259
2377
|
</div>
|
|
2260
2378
|
</div>
|
|
2261
2379
|
|
|
2262
|
-
<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-122 data-sensor-540>
|
|
2380
|
+
<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-122 data-sensor-540 data-sensor-541>
|
|
2263
2381
|
<div class="form-row ncd-active-check">
|
|
2264
2382
|
<strong>Auto Check Interval</strong>
|
|
2265
2383
|
<p class="caption">
|
|
@@ -2308,7 +2426,7 @@
|
|
|
2308
2426
|
</div>
|
|
2309
2427
|
</div>
|
|
2310
2428
|
|
|
2311
|
-
<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-122 data-sensor-200 data-sensor-540>
|
|
2429
|
+
<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-122 data-sensor-200 data-sensor-540 data-sensor-541>
|
|
2312
2430
|
<div class="form-row ncd-active-check">
|
|
2313
2431
|
<strong>Low Calibration Point</strong>
|
|
2314
2432
|
<div>
|
|
@@ -2465,7 +2583,7 @@
|
|
|
2465
2583
|
<div class="form-row ncd-active-check">
|
|
2466
2584
|
<strong>Enable Accelerometer Error Reporting</strong>
|
|
2467
2585
|
<p class="caption">
|
|
2468
|
-
Enables
|
|
2586
|
+
Enables the sensor to report errors if the accelerometer probe becomes non-functional. These errors will be included in the sensor data.
|
|
2469
2587
|
</p>
|
|
2470
2588
|
<div>
|
|
2471
2589
|
<label for="node-input-accelerometer_state_108_active">Active:</label>
|
|
@@ -2489,6 +2607,7 @@
|
|
|
2489
2607
|
<div class="ncd-dependent" data-sensor-108>
|
|
2490
2608
|
<div class="form-row ncd-active-check">
|
|
2491
2609
|
<strong>Clear Counters</strong>
|
|
2610
|
+
<p>Resets the selected Input counters and their corresponding uptime values to zero.</p>
|
|
2492
2611
|
<div>
|
|
2493
2612
|
<label for="node-input-clear_timers_108_active">Active:</label>
|
|
2494
2613
|
<input type="checkbox" id="node-input-clear_timers_108_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_108" value="1">
|
|
@@ -2517,11 +2636,28 @@
|
|
|
2517
2636
|
</div>
|
|
2518
2637
|
</div>
|
|
2519
2638
|
</div>
|
|
2520
|
-
<div class="ncd-dependent" data-sensor-
|
|
2639
|
+
<div class="ncd-dependent" data-sensor-123>
|
|
2640
|
+
<div class="form-row ncd-active-check">
|
|
2641
|
+
<strong>Clear Counters</strong>
|
|
2642
|
+
<p>Resets the Digital Inputs 1, 2, and 3 counters and their corresponding uptime values to zero.</p>
|
|
2643
|
+
<div>
|
|
2644
|
+
<label for="node-input-clear_timers_123_active">Active:</label>
|
|
2645
|
+
<input type="checkbox" id="node-input-clear_timers_123_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_123" value="1">
|
|
2646
|
+
</div>
|
|
2647
|
+
<div>
|
|
2648
|
+
<label for="node-input-clear_timers_123"><i class="icon-tag"></i>Value:</label>
|
|
2649
|
+
<select id="node-input-clear_timers_123">
|
|
2650
|
+
<option value="7" selected>Enable</option>
|
|
2651
|
+
</select>
|
|
2652
|
+
</div>
|
|
2653
|
+
</div>
|
|
2654
|
+
</div>
|
|
2655
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-108>
|
|
2521
2656
|
<div class="form-row ncd-active-check">
|
|
2522
2657
|
<strong>Set Input Debounce Time</strong>
|
|
2523
2658
|
<p class="caption">
|
|
2524
|
-
Sets the debounce time in milliseconds on inputs. State changes to the input during this debounce time will be ignored. Generally recommended for mechanically triggered state changes such as button or relay/contactor outputs
|
|
2659
|
+
Sets the debounce time in milliseconds on inputs. State changes to the input during this debounce time will be ignored. Generally recommended for mechanically triggered state changes such as button or relay/contactor outputs.<br><br>
|
|
2660
|
+
Range: 0 - 255msec.<br>
|
|
2525
2661
|
</p>
|
|
2526
2662
|
<div>
|
|
2527
2663
|
<label for="node-input-debounce_time_108_active">Active:</label>
|
|
@@ -2533,6 +2669,24 @@
|
|
|
2533
2669
|
</div>
|
|
2534
2670
|
</div>
|
|
2535
2671
|
</div>
|
|
2672
|
+
<div class="ncd-dependent" data-sensor-108>
|
|
2673
|
+
<div class="form-row ncd-active-check">
|
|
2674
|
+
<strong>Set Input Debounce Time</strong>
|
|
2675
|
+
<p class="caption">
|
|
2676
|
+
Sets the debounce time in milliseconds on inputs. State changes to the input during this debounce time will be ignored. Generally recommended for mechanically triggered state changes such as button or relay/contactor outputs.<br>
|
|
2677
|
+
<b>**Only applies to sensor with firmware version 10 and above.</b><br><br>
|
|
2678
|
+
Range: 10 - 65000 msec.<br>
|
|
2679
|
+
</p>
|
|
2680
|
+
<div>
|
|
2681
|
+
<label for="node-input-debounce_time_v10_108_active">Active:</label>
|
|
2682
|
+
<input type="checkbox" id="node-input-debounce_time_v10_108_active" class="ncd-config-toggle" data-target-id="node-input-debounce_time_v10_108" value="1">
|
|
2683
|
+
</div>
|
|
2684
|
+
<div>
|
|
2685
|
+
<label for="node-input-debounce_time_v10_108"><i class="icon-tag"></i>Value:</label>
|
|
2686
|
+
<input type="text" id="node-input-debounce_time_v10_108" placeholder="10" value="10">
|
|
2687
|
+
</div>
|
|
2688
|
+
</div>
|
|
2689
|
+
</div>
|
|
2536
2690
|
<div class="ncd-dependent" data-sensor-33>
|
|
2537
2691
|
<div class="form-row ncd-active-check">
|
|
2538
2692
|
<strong>Set Contact Closure Detection</strong>
|
|
@@ -2566,6 +2720,11 @@
|
|
|
2566
2720
|
<div class="ncd-dependent" data-sensor-108>
|
|
2567
2721
|
<div class="form-row ncd-active-check">
|
|
2568
2722
|
<strong>Set Contact Closure Detection</strong>
|
|
2723
|
+
<p>
|
|
2724
|
+
Configures how the counter increments and how uptime is calculated for Contact Closure Input:<br><br>
|
|
2725
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2726
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2727
|
+
</p>
|
|
2569
2728
|
<div>
|
|
2570
2729
|
<label for="node-input-input_one_108_active">Active:</label>
|
|
2571
2730
|
<input type="checkbox" id="node-input-input_one_108_active" class="ncd-config-toggle" data-target-id="node-input-input_one_108" value="1">
|
|
@@ -2580,6 +2739,11 @@
|
|
|
2580
2739
|
</div>
|
|
2581
2740
|
<div class="form-row ncd-active-check">
|
|
2582
2741
|
<strong>Set Current Transducer Detection</strong>
|
|
2742
|
+
<p>
|
|
2743
|
+
Configures how the counter increments and how uptime is calculated for Current Transducer Input:<br><br>
|
|
2744
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2745
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2746
|
+
</p>
|
|
2583
2747
|
<div>
|
|
2584
2748
|
<label for="node-input-input_two_108_active">Active:</label>
|
|
2585
2749
|
<input type="checkbox" id="node-input-input_two_108_active" class="ncd-config-toggle" data-target-id="node-input-input_two_108" value="1">
|
|
@@ -2594,6 +2758,11 @@
|
|
|
2594
2758
|
</div>
|
|
2595
2759
|
<div class="form-row ncd-active-check">
|
|
2596
2760
|
<strong>Set Wet Contact/Optical Sensor Detection</strong>
|
|
2761
|
+
<p>
|
|
2762
|
+
Configures how the counter increments and how uptime is calculated for Contact/Optical Input:<br><br>
|
|
2763
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2764
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2765
|
+
</p>
|
|
2597
2766
|
<div>
|
|
2598
2767
|
<label for="node-input-input_three_108_active">Active:</label>
|
|
2599
2768
|
<input type="checkbox" id="node-input-input_three_108_active" class="ncd-config-toggle" data-target-id="node-input-input_three_108" value="1">
|
|
@@ -2607,11 +2776,88 @@
|
|
|
2607
2776
|
</div>
|
|
2608
2777
|
</div>
|
|
2609
2778
|
</div>
|
|
2610
|
-
<div class="ncd-dependent" data-sensor-
|
|
2779
|
+
<div class="ncd-dependent" data-sensor-123>
|
|
2780
|
+
<div class="form-row ncd-active-check">
|
|
2781
|
+
<strong>Set Input Debounce Time</strong>
|
|
2782
|
+
<p class="caption">
|
|
2783
|
+
Configures the debounce time in milliseconds for all digital inputs. State changes occurring within this debounce period will be ignored.<br>
|
|
2784
|
+
Note: This setting is recommended for mechanically triggered inputs like buttons or relay/contactor outputs.<br><br>
|
|
2785
|
+
Range: 10 - 65000msec.
|
|
2786
|
+
</p>
|
|
2787
|
+
<div>
|
|
2788
|
+
<label for="node-input-debounce_time_123_active">Active:</label>
|
|
2789
|
+
<input type="checkbox" id="node-input-debounce_time_123_active" class="ncd-config-toggle" data-target-id="node-input-debounce_time_123" value="1">
|
|
2790
|
+
</div>
|
|
2791
|
+
<div>
|
|
2792
|
+
<label for="node-input-debounce_time_123"><i class="icon-tag"></i>Value:</label>
|
|
2793
|
+
<input type="text" id="node-input-debounce_time_123" placeholder="10" value="10">
|
|
2794
|
+
</div>
|
|
2795
|
+
</div>
|
|
2796
|
+
<div class="form-row ncd-active-check">
|
|
2797
|
+
<strong>Set Digital Input 1 Detection</strong>
|
|
2798
|
+
<p>
|
|
2799
|
+
Configures how the counter increments and how uptime is calculated for Digital Input 1:<br><br>
|
|
2800
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2801
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2802
|
+
</p>
|
|
2803
|
+
<div>
|
|
2804
|
+
<label for="node-input-input_one_123_active">Active:</label>
|
|
2805
|
+
<input type="checkbox" id="node-input-input_one_123_active" class="ncd-config-toggle" data-target-id="node-input-input_one_123" value="1">
|
|
2806
|
+
</div>
|
|
2807
|
+
<div>
|
|
2808
|
+
<label for="node-input-input_one_123"><i class="icon-tag"></i>Value:</label>
|
|
2809
|
+
<select id="node-input-input_one_123">
|
|
2810
|
+
<option value="0">Falling Edge Trigger</option>
|
|
2811
|
+
<option value="1" selected>Rising Edge Trigger</option>
|
|
2812
|
+
</select>
|
|
2813
|
+
</div>
|
|
2814
|
+
</div>
|
|
2815
|
+
<div class="form-row ncd-active-check">
|
|
2816
|
+
<strong>Set Digital Input 2 Detection</strong>
|
|
2817
|
+
<p>
|
|
2818
|
+
Configures how the counter increments and how uptime is calculated for Digital Input 2:<br><br>
|
|
2819
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2820
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2821
|
+
</p>
|
|
2822
|
+
<div>
|
|
2823
|
+
<label for="node-input-input_two_123_active">Active:</label>
|
|
2824
|
+
<input type="checkbox" id="node-input-input_two_123_active" class="ncd-config-toggle" data-target-id="node-input-input_two_123" value="1">
|
|
2825
|
+
</div>
|
|
2826
|
+
<div>
|
|
2827
|
+
<label for="node-input-input_two_123"><i class="icon-tag"></i>Value:</label>
|
|
2828
|
+
<select id="node-input-input_two_123">
|
|
2829
|
+
<option value="0">Falling Edge Trigger</option>
|
|
2830
|
+
<option value="1" selected>Rising Edge Trigger</option>
|
|
2831
|
+
</select>
|
|
2832
|
+
</div>
|
|
2833
|
+
</div>
|
|
2834
|
+
<div class="form-row ncd-active-check">
|
|
2835
|
+
<strong>Set Digital Input 3 Detection</strong>
|
|
2836
|
+
<p>
|
|
2837
|
+
Configures how the counter increments and how uptime is calculated for Digital Input 3:<br><br>
|
|
2838
|
+
Rising Edge: The counter increments, and uptime is calculated, when the input transitions from LOW to HIGH (active HIGH).<br>
|
|
2839
|
+
Falling Edge: The counter increments, and uptime is calculated, when the input transitions from HIGH to LOW (active LOW).
|
|
2840
|
+
</p>
|
|
2841
|
+
<div>
|
|
2842
|
+
<label for="node-input-input_three_123_active">Active:</label>
|
|
2843
|
+
<input type="checkbox" id="node-input-input_three_123_active" class="ncd-config-toggle" data-target-id="node-input-input_three_123" value="1">
|
|
2844
|
+
</div>
|
|
2845
|
+
<div>
|
|
2846
|
+
<label for="node-input-input_three_123"><i class="icon-tag"></i>Value:</label>
|
|
2847
|
+
<select id="node-input-input_three_123">
|
|
2848
|
+
<option value="0">Falling Edge Trigger</option>
|
|
2849
|
+
<option value="1" selected>Rising Edge Trigger</option>
|
|
2850
|
+
</select>
|
|
2851
|
+
</div>
|
|
2852
|
+
</div>
|
|
2853
|
+
</div>
|
|
2854
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-123>
|
|
2611
2855
|
<div class="form-row ncd-active-check">
|
|
2612
2856
|
<strong>Counter Threshold</strong>
|
|
2613
2857
|
<p class="caption">
|
|
2614
|
-
|
|
2858
|
+
The sensor will transmit data when any connected counter reaches a multiple of this threshold value.<br>
|
|
2859
|
+
**Report type will be 'Threshold'.
|
|
2860
|
+
<br>
|
|
2615
2861
|
<br>
|
|
2616
2862
|
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
2617
2863
|
</p>
|
|
@@ -2629,6 +2875,8 @@
|
|
|
2629
2875
|
<div class="form-row ncd-active-check">
|
|
2630
2876
|
<strong>Enable Push Notification</strong>
|
|
2631
2877
|
<p>
|
|
2878
|
+
Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
|
|
2879
|
+
**Report type will be 'Interrupt'.<br><br>
|
|
2632
2880
|
IO1 - Digital input<br>
|
|
2633
2881
|
IO2 - Current Sensor<br>
|
|
2634
2882
|
IO3 - OPTO Input<br>
|
|
@@ -2691,10 +2939,43 @@
|
|
|
2691
2939
|
</select>
|
|
2692
2940
|
</div>
|
|
2693
2941
|
</div>
|
|
2942
|
+
</div>
|
|
2943
|
+
<div class="ncd-dependent" data-sensor-123>
|
|
2944
|
+
<div class="form-row ncd-active-check">
|
|
2945
|
+
<strong>Enable Push Notification</strong>
|
|
2946
|
+
<p>
|
|
2947
|
+
Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
|
|
2948
|
+
**Report type will be 'Interrupt'.<br><br>
|
|
2949
|
+
IO1 - Digital input 1<br>
|
|
2950
|
+
IO2 - Digital input 2<br>
|
|
2951
|
+
IO3 - Digital input 3<br>
|
|
2952
|
+
</p>
|
|
2953
|
+
<div>
|
|
2954
|
+
<label for="node-input-push_notification_123_active">Active:</label>
|
|
2955
|
+
<input type="checkbox" id="node-input-push_notification_123_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_123" value="1">
|
|
2956
|
+
</div>
|
|
2957
|
+
<div>
|
|
2958
|
+
<label for="node-input-push_notification_123"><i class="icon-tag"></i>Value:</label>
|
|
2959
|
+
<select id="node-input-push_notification_123">
|
|
2960
|
+
<option value="0" selected>Disable All</option>
|
|
2961
|
+
<option value="7">Enable All</option>
|
|
2962
|
+
<!-- <option value="31">Enable All</option> -->
|
|
2963
|
+
<option value="1">Enable on IO1</option>
|
|
2964
|
+
<option value="2">Enable on IO2</option>
|
|
2965
|
+
<option value="4">Enable on IO3</option>
|
|
2966
|
+
<option value="3">Enable on IO1 and IO2</option>
|
|
2967
|
+
<option value="5">Enable on IO1 and IO3</option>
|
|
2968
|
+
<option value="6">Enable on IO2 and IO3</option>
|
|
2969
|
+
</select>
|
|
2970
|
+
</div>
|
|
2971
|
+
</div>
|
|
2972
|
+
</div>
|
|
2973
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-123>
|
|
2694
2974
|
<div class="form-row ncd-active-check">
|
|
2695
2975
|
<strong>Data Transmission Interval</strong>
|
|
2696
2976
|
<p class="caption">
|
|
2697
|
-
|
|
2977
|
+
Sets the regular interval at which the sensor wakes up and transmits its data. This interval operates independently of any interrupt-driven (Push Notifications or Resets).<br>
|
|
2978
|
+
**Report type will be 'Regular'.
|
|
2698
2979
|
</p>
|
|
2699
2980
|
<div>
|
|
2700
2981
|
<label for="node-input-transmission_interval_108_active">Active:</label>
|
|
@@ -2722,7 +3003,8 @@
|
|
|
2722
3003
|
<div class="form-row ncd-active-check">
|
|
2723
3004
|
<strong>Reset Timeout</strong>
|
|
2724
3005
|
<p class="caption">
|
|
2725
|
-
|
|
3006
|
+
Defines the duration (in seconds) after which the sensor will automatically reset. Before resetting, it will transmit its current data values.<br>
|
|
3007
|
+
**Report type will be 'Shift end'.<br><br>
|
|
2726
3008
|
Valid range: 60 - 65535
|
|
2727
3009
|
</p>
|
|
2728
3010
|
<div>
|
|
@@ -2737,7 +3019,9 @@
|
|
|
2737
3019
|
<div class="form-row ncd-active-check">
|
|
2738
3020
|
<strong>Set Shift Time 1</strong>
|
|
2739
3021
|
<p class="caption">
|
|
2740
|
-
24-hour
|
|
3022
|
+
Based on the Real-Time Clock (RTC), configures one of four specific daily times (24-hour format) for the sensor to perform an automatic reset. Before resetting, it will transmit its current data values.<br>
|
|
3023
|
+
**Report type will be 'Shift end'.<br><br>
|
|
3024
|
+
Format: 24-hour time (e.g., 14:00 for 2 PM).
|
|
2741
3025
|
</p>
|
|
2742
3026
|
<div>
|
|
2743
3027
|
<label for="node-input-shift_one_108_active">Active:</label>
|
|
@@ -2755,7 +3039,9 @@
|
|
|
2755
3039
|
<div class="form-row ncd-active-check">
|
|
2756
3040
|
<strong>Set Shift Time 2</strong>
|
|
2757
3041
|
<p class="caption">
|
|
2758
|
-
24-hour
|
|
3042
|
+
Based on the Real-Time Clock (RTC), configures one of four specific daily times (24-hour format) for the sensor to perform an automatic reset. Before resetting, it will transmit its current data values.<br>
|
|
3043
|
+
**Report type will be 'Shift end'.<br><br>
|
|
3044
|
+
Format: 24-hour time (e.g., 14:00 for 2 PM).
|
|
2759
3045
|
</p>
|
|
2760
3046
|
<div>
|
|
2761
3047
|
<label for="node-input-shift_two_108_active">Active:</label>
|
|
@@ -2773,7 +3059,9 @@
|
|
|
2773
3059
|
<div class="form-row ncd-active-check">
|
|
2774
3060
|
<strong>Set Shift Time 3</strong>
|
|
2775
3061
|
<p class="caption">
|
|
2776
|
-
24-hour
|
|
3062
|
+
Based on the Real-Time Clock (RTC), configures one of four specific daily times (24-hour format) for the sensor to perform an automatic reset. Before resetting, it will transmit its current data values.<br>
|
|
3063
|
+
**Report type will be 'Shift end'.<br><br>
|
|
3064
|
+
Format: 24-hour time (e.g., 14:00 for 2 PM).
|
|
2777
3065
|
</p>
|
|
2778
3066
|
<div>
|
|
2779
3067
|
<label for="node-input-shift_three_108_active">Active:</label>
|
|
@@ -2791,7 +3079,9 @@
|
|
|
2791
3079
|
<div class="form-row ncd-active-check">
|
|
2792
3080
|
<strong>Set Shift Time 4</strong>
|
|
2793
3081
|
<p class="caption">
|
|
2794
|
-
24-hour
|
|
3082
|
+
Based on the Real-Time Clock (RTC), configures one of four specific daily times (24-hour format) for the sensor to perform an automatic reset. Before resetting, it will transmit its current data values.<br>
|
|
3083
|
+
**Report type will be 'Shift end'.<br><br>
|
|
3084
|
+
Format: 24-hour time (e.g., 14:00 for 2 PM).
|
|
2795
3085
|
</p>
|
|
2796
3086
|
<div>
|
|
2797
3087
|
<label for="node-input-shift_four_108_active">Active:</label>
|
|
@@ -2808,6 +3098,11 @@
|
|
|
2808
3098
|
</div>
|
|
2809
3099
|
<div class="form-row ncd-active-check">
|
|
2810
3100
|
<strong> Set Reset Mode</strong>
|
|
3101
|
+
<p>
|
|
3102
|
+
This setting specifies which automatic reset option the sensor will utilize.<br>
|
|
3103
|
+
Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands.<br><br>
|
|
3104
|
+
Default value: Disabled
|
|
3105
|
+
</p>
|
|
2811
3106
|
<div>
|
|
2812
3107
|
<label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
|
|
2813
3108
|
<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">
|
|
@@ -2842,6 +3137,7 @@
|
|
|
2842
3137
|
</div>
|
|
2843
3138
|
<div class="form-row ncd-active-check">
|
|
2844
3139
|
<strong>Set RTC</strong>
|
|
3140
|
+
<p>Sets the sensor's internal Real-Time Clock (RTC) to the current time.</p>
|
|
2845
3141
|
<div>
|
|
2846
3142
|
<label for="node-input-rtc_108"><i class="icon-tag"></i>Active:</label>
|
|
2847
3143
|
<input type="checkbox" id="node-input-rtc_108" value="1">
|
|
@@ -2849,6 +3145,8 @@
|
|
|
2849
3145
|
</div>
|
|
2850
3146
|
<div class="form-row ncd-active-check">
|
|
2851
3147
|
<strong>Set FLY Interval</strong>
|
|
3148
|
+
<p>This setting dictates the interval at which the sensor will transmit the FLY message.<br>
|
|
3149
|
+
**The FLY Message is used to trigger automatic sensor configuration and firmware updates.</p>
|
|
2852
3150
|
<div>
|
|
2853
3151
|
<label for="node-input-fly_interval_108_active">Active:</label>
|
|
2854
3152
|
<input type="checkbox" id="node-input-fly_interval_108_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_108" value="1">
|
|
@@ -2856,7 +3154,7 @@
|
|
|
2856
3154
|
<div>
|
|
2857
3155
|
<label for="node-input-fly_interval_108"><i class="icon-tag"></i>Value:</label>
|
|
2858
3156
|
<select id="node-input-fly_interval_108">
|
|
2859
|
-
<option value="60">1 Hour</option>
|
|
3157
|
+
<option value="60" selected>1 Hour</option>
|
|
2860
3158
|
<option value="120">2 Hours</option>
|
|
2861
3159
|
<option value="240">4 Hours</option>
|
|
2862
3160
|
<option value="480">8 Hours</option>
|
|
@@ -2866,10 +3164,12 @@
|
|
|
2866
3164
|
</select>
|
|
2867
3165
|
</div>
|
|
2868
3166
|
</div>
|
|
3167
|
+
</div>
|
|
3168
|
+
<div class="ncd-dependent" data-sensor-108>
|
|
2869
3169
|
<div class="form-row ncd-active-check">
|
|
2870
3170
|
<strong>Set Accelerometer Sample Rate</strong>
|
|
2871
3171
|
<p class="caption">
|
|
2872
|
-
Only applies to sensor with firmware version 8 and above.
|
|
3172
|
+
**Only applies to sensor with firmware version 8 and above.
|
|
2873
3173
|
</p>
|
|
2874
3174
|
<div>
|
|
2875
3175
|
<label for="node-input-sample_rate_108_active">Active:</label>
|
|
@@ -2888,6 +3188,24 @@
|
|
|
2888
3188
|
</div>
|
|
2889
3189
|
</div>
|
|
2890
3190
|
</div>
|
|
3191
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-123>
|
|
3192
|
+
<div class="form-row ncd-active-check">
|
|
3193
|
+
<strong>Set Interrupt Timeout</strong>
|
|
3194
|
+
<p>Set the sensor to detect an initial IO (input/output) change and ignore subsequent IO changes for a specified duration; set the duration value to control how long changes are ignored in milliseconds, set it to 0 to disable ignoring.<br><br>
|
|
3195
|
+
**Only applies to sensor with firmware version 11 and above.</p>
|
|
3196
|
+
<div>
|
|
3197
|
+
<label for="node-input-interrupt_timeout_108_active">Active:</label>
|
|
3198
|
+
<input type="checkbox" id="node-input-interrupt_timeout_108_active" class="ncd-config-toggle" data-target-id="node-input-interrupt_timeout_108" value="1">
|
|
3199
|
+
</div>
|
|
3200
|
+
<div>
|
|
3201
|
+
<label for="node-input-interrupt_timeout_108"><i class="icon-tag"></i>Value:</label>
|
|
3202
|
+
<input type="text" id="node-input-interrupt_timeout_108" placeholder="0" value="0">
|
|
3203
|
+
</div>
|
|
3204
|
+
<p class="caption">
|
|
3205
|
+
Default value: 0 milliseconds (Disabled)
|
|
3206
|
+
</p>
|
|
3207
|
+
</div>
|
|
3208
|
+
</div>
|
|
2891
3209
|
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
2892
3210
|
<hr>
|
|
2893
3211
|
<div class="form-row ncd-active-check">
|
|
@@ -3262,9 +3580,6 @@
|
|
|
3262
3580
|
<label for="node-input-motion_detect_threshold_p1_110"><i class="icon-tag"></i> Value</label>
|
|
3263
3581
|
<input type="text" id="node-input-motion_detect_threshold_p1_110" placeholder="10" value="10">
|
|
3264
3582
|
</div>
|
|
3265
|
-
<p class="caption">
|
|
3266
|
-
<i>Note: Only applies to sensor with firmware version 24 and above.</i>
|
|
3267
|
-
</p>
|
|
3268
3583
|
</div>
|
|
3269
3584
|
</div>
|
|
3270
3585
|
<div class="ncd-dependent" data-sensor-111>
|
|
@@ -3285,9 +3600,6 @@
|
|
|
3285
3600
|
<label for="node-input-motion_detect_threshold_p2_110"><i class="icon-tag"></i> Value</label>
|
|
3286
3601
|
<input type="text" id="node-input-motion_detect_threshold_p2_110" placeholder="10" value="10">
|
|
3287
3602
|
</div>
|
|
3288
|
-
<p class="caption">
|
|
3289
|
-
<i>Note: Only applies to sensor with firmware version 24 and above.</i>
|
|
3290
|
-
</p>
|
|
3291
3603
|
</div>
|
|
3292
3604
|
</div>
|
|
3293
3605
|
<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>
|
|
@@ -3345,7 +3657,7 @@
|
|
|
3345
3657
|
<div>
|
|
3346
3658
|
<label for="node-input-fly_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3347
3659
|
<select id="node-input-fly_interval_110">
|
|
3348
|
-
<option value="60">1 Hour</option>
|
|
3660
|
+
<option value="60" selected>1 Hour</option>
|
|
3349
3661
|
<option value="120">2 Hours</option>
|
|
3350
3662
|
<option value="240">4 Hours</option>
|
|
3351
3663
|
<option value="480">8 Hours</option>
|
|
@@ -3374,7 +3686,7 @@
|
|
|
3374
3686
|
</div>
|
|
3375
3687
|
</div>
|
|
3376
3688
|
</div>
|
|
3377
|
-
<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>
|
|
3689
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-103 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>
|
|
3378
3690
|
<div class="form-row ncd-active-check">
|
|
3379
3691
|
<strong>Set RTC</strong>
|
|
3380
3692
|
<p>
|
|
@@ -3418,6 +3730,44 @@
|
|
|
3418
3730
|
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3419
3731
|
</div>
|
|
3420
3732
|
</div>
|
|
3733
|
+
<div class="form-row ncd-active-check">
|
|
3734
|
+
<strong>Set Motion to Sampling Delay</strong>
|
|
3735
|
+
<p>
|
|
3736
|
+
Once motion is detected, the sensor will wait for the configured duration before sampling and computing vibration data.<br>
|
|
3737
|
+
1= 50msec, 2= 100msec, 100= 5000msec (5sec)<br><br>
|
|
3738
|
+
**Only applies to sensor with firmware version 6 and above.
|
|
3739
|
+
</p>
|
|
3740
|
+
<div>
|
|
3741
|
+
<label for="node-input-motion_to_sampling_delay_110_active">Active:</label>
|
|
3742
|
+
<input type="checkbox" id="node-input-motion_to_sampling_delay_110_active" class="ncd-config-toggle" data-target-id="node-input-motion_to_sampling_delay_110" value="35">
|
|
3743
|
+
</div>
|
|
3744
|
+
<div>
|
|
3745
|
+
<label for="node-input-motion_to_sampling_delay_110"><i class="icon-tag"></i>Value:</label>
|
|
3746
|
+
<input type="text" id="node-input-motion_to_sampling_delay_110">
|
|
3747
|
+
</div>
|
|
3748
|
+
<p class="caption">
|
|
3749
|
+
Default value: 100 (5000msec)
|
|
3750
|
+
</p>
|
|
3751
|
+
</div>
|
|
3752
|
+
<div class="form-row ncd-active-check">
|
|
3753
|
+
<strong>Set Max Number Motion Tx Per Interval</strong>
|
|
3754
|
+
<p>
|
|
3755
|
+
Set Number of times it will send data due to motion triggers.<br><br>
|
|
3756
|
+
**Only applies to sensor with firmware version 6 and above.
|
|
3757
|
+
</p>
|
|
3758
|
+
<div>
|
|
3759
|
+
<label for="node-input-max_num_motion_tx_delay_110_active">Active:</label>
|
|
3760
|
+
<input type="checkbox" id="node-input-max_num_motion_tx_delay_110_active" class="ncd-config-toggle" data-target-id="node-input-max_num_motion_tx_delay_110" value="35">
|
|
3761
|
+
</div>
|
|
3762
|
+
<div>
|
|
3763
|
+
<label for="node-input-max_num_motion_tx_delay_110"><i class="icon-tag"></i>Value:</label>
|
|
3764
|
+
<input type="text" id="node-input-max_num_motion_tx_delay_110">
|
|
3765
|
+
</div>
|
|
3766
|
+
<p class="caption">
|
|
3767
|
+
Default value: 1<br>
|
|
3768
|
+
<i>Note: Setting this to a higher value will drain the battery.</i>
|
|
3769
|
+
</p>
|
|
3770
|
+
</div>
|
|
3421
3771
|
</div>
|
|
3422
3772
|
<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>
|
|
3423
3773
|
<div class="form-row ncd-active-check">
|
|
@@ -3749,7 +4099,7 @@
|
|
|
3749
4099
|
</div>
|
|
3750
4100
|
</div>
|
|
3751
4101
|
</div>
|
|
3752
|
-
<div class="ncd-dependent" data-sensor-120 data-sensor-539 data-sensor-1010 data-sensor-1011>
|
|
4102
|
+
<div class="ncd-dependent" data-sensor-87 data-sensor-120 data-sensor-539 data-sensor-1010 data-sensor-1011>
|
|
3753
4103
|
<div class="form-row ncd-active-check">
|
|
3754
4104
|
<strong>Set Stay On Mode</strong>
|
|
3755
4105
|
<div>
|
|
@@ -4252,6 +4602,16 @@
|
|
|
4252
4602
|
</div>
|
|
4253
4603
|
</div>
|
|
4254
4604
|
</div>
|
|
4605
|
+
<div class="ncd-dependent" data-sensor-53>
|
|
4606
|
+
<div class="form-row ncd-active-check">
|
|
4607
|
+
<strong>Start Fan Cleaning</strong>
|
|
4608
|
+
<p>Force the sensor automatically runs the fan clean function</p>
|
|
4609
|
+
<div>
|
|
4610
|
+
<label for="node-input-start_sps30_fan_cleaning_53"><i class="icon-tag"></i>Active:</label>
|
|
4611
|
+
<input type="checkbox" id="node-input-start_sps30_fan_cleaning_53" value="1">
|
|
4612
|
+
</div>
|
|
4613
|
+
</div>
|
|
4614
|
+
</div>
|
|
4255
4615
|
<div class="ncd-dependent" data-sensor-32 data-sensor-44 data-sensor-53>
|
|
4256
4616
|
<div class="form-row ncd-active-check">
|
|
4257
4617
|
<strong>Set FLY Rate</strong>
|
|
@@ -4488,7 +4848,21 @@
|
|
|
4488
4848
|
</div>
|
|
4489
4849
|
<div class="ncd-dependent" data-sensor-21>
|
|
4490
4850
|
<div class="form-row ncd-active-check">
|
|
4491
|
-
<strong>Set Pressure Sensor Type
|
|
4851
|
+
<strong>Set Pressure Sensor Type</strong>
|
|
4852
|
+
<div>
|
|
4853
|
+
<label for="node-input-pressure_sensor_type_21_active">Active:</label>
|
|
4854
|
+
<input type="checkbox" id="node-input-pressure_sensor_type_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_type_21" value="1">
|
|
4855
|
+
</div>
|
|
4856
|
+
<div>
|
|
4857
|
+
<label for="node-input-pressure_sensor_type_21"><i class="icon-tag"></i>Value:</label>
|
|
4858
|
+
<select id="node-input-pressure_sensor_type_21">
|
|
4859
|
+
<option value="0">AMS5812</option>
|
|
4860
|
+
<option value="1">AMS5915</option>
|
|
4861
|
+
</select>
|
|
4862
|
+
</div>
|
|
4863
|
+
</div>
|
|
4864
|
+
<div class="form-row ncd-active-check">
|
|
4865
|
+
<strong>Set Pressure Sensor Range (for AMS5812)</strong>
|
|
4492
4866
|
<p>
|
|
4493
4867
|
D: Differential/relative.<br>
|
|
4494
4868
|
D-B: Bidirectional Differential.<br>
|
|
@@ -4496,12 +4870,12 @@
|
|
|
4496
4870
|
B: Absolute (barometric).<br>
|
|
4497
4871
|
</p>
|
|
4498
4872
|
<div>
|
|
4499
|
-
<label for="node-input-
|
|
4500
|
-
<input type="checkbox" id="node-input-
|
|
4873
|
+
<label for="node-input-pressure_sensor_range_AMS5812_21_active">Active:</label>
|
|
4874
|
+
<input type="checkbox" id="node-input-pressure_sensor_range_AMS5812_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_range_AMS5812_21" value="1">
|
|
4501
4875
|
</div>
|
|
4502
4876
|
<div>
|
|
4503
|
-
<label for="node-input-
|
|
4504
|
-
<select id="node-input-
|
|
4877
|
+
<label for="node-input-pressure_sensor_range_AMS5812_21"><i class="icon-tag"></i>Value:</label>
|
|
4878
|
+
<select id="node-input-pressure_sensor_range_AMS5812_21">
|
|
4505
4879
|
<option value="0">Type 0000-D</option>
|
|
4506
4880
|
<option value="1">Type 0001-D</option>
|
|
4507
4881
|
<option value="2">Type 0000-D-B</option>
|
|
@@ -4527,6 +4901,49 @@
|
|
|
4527
4901
|
</select>
|
|
4528
4902
|
</div>
|
|
4529
4903
|
</div>
|
|
4904
|
+
<div class="form-row ncd-active-check">
|
|
4905
|
+
<strong>Set Pressure Sensor Range (for AMS5915)</strong>
|
|
4906
|
+
<p>
|
|
4907
|
+
D: Differential/relative.<br>
|
|
4908
|
+
D-B: Bidirectional Differential.<br>
|
|
4909
|
+
A: Absolute.<br>
|
|
4910
|
+
B: Absolute (barometric).<br>
|
|
4911
|
+
</p>
|
|
4912
|
+
<div>
|
|
4913
|
+
<label for="node-input-pressure_sensor_range_AMS5915_21_active">Active:</label>
|
|
4914
|
+
<input type="checkbox" id="node-input-pressure_sensor_range_AMS5915_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_range_AMS5915_21" value="1">
|
|
4915
|
+
</div>
|
|
4916
|
+
<div>
|
|
4917
|
+
<label for="node-input-pressure_sensor_range_AMS5915_21"><i class="icon-tag"></i>Value:</label>
|
|
4918
|
+
<select id="node-input-pressure_sensor_range_AMS5915_21">
|
|
4919
|
+
<option value="0">Type 0005-D</option>
|
|
4920
|
+
<option value="1">Type 0010_D</option>
|
|
4921
|
+
<option value="2">Type 0002_D_B</option>
|
|
4922
|
+
<option value="3">Type 0005_D_B</option>
|
|
4923
|
+
<option value="4">Type 0010_D_B</option>
|
|
4924
|
+
<option value="5">Type 0020_D</option>
|
|
4925
|
+
<option value="6">Type 0035_D</option>
|
|
4926
|
+
<option value="7">Type 0050_D</option>
|
|
4927
|
+
<option value="8">Type 0100_D</option>
|
|
4928
|
+
<option value="9">Type 0020_D_B</option>
|
|
4929
|
+
<option value="10">Type 0035_D_B</option>
|
|
4930
|
+
<option value="11">Type 0050_D_B</option>
|
|
4931
|
+
<option value="12">Type 0100_D_B</option>
|
|
4932
|
+
<option value="13">Type 0200_D</option>
|
|
4933
|
+
<option value="14">Type 0350_D</option>
|
|
4934
|
+
<option value="15">Type 0500_D</option>
|
|
4935
|
+
<option value="16">Type 1000_D</option>
|
|
4936
|
+
<option value="17">Type 2000_D</option>
|
|
4937
|
+
<option value="18">Type 4000_D</option>
|
|
4938
|
+
<option value="19">Type 7000_D</option>
|
|
4939
|
+
<option value="20">Type 10000_D</option>
|
|
4940
|
+
<option value="21">Type 0200_D_B</option>
|
|
4941
|
+
<option value="22">Type 0350_D_B</option>
|
|
4942
|
+
<option value="23">Type 0500_D_B</option>
|
|
4943
|
+
<option value="24">Type 1000_D_B</option>
|
|
4944
|
+
</select>
|
|
4945
|
+
</div>
|
|
4946
|
+
</div>
|
|
4530
4947
|
</div>
|
|
4531
4948
|
<div class="ncd-dependent" data-sensor-120>
|
|
4532
4949
|
<div class="form-row ncd-active-check">
|
|
@@ -4564,7 +4981,7 @@
|
|
|
4564
4981
|
</div>
|
|
4565
4982
|
</div>
|
|
4566
4983
|
</div>
|
|
4567
|
-
<div class="ncd-dependent" data-sensor-121>
|
|
4984
|
+
<div class="ncd-dependent" data-sensor-87 data-sensor-121>
|
|
4568
4985
|
<div class="form-row ncd-active-check">
|
|
4569
4986
|
<strong>Enable Quality of Service</strong>
|
|
4570
4987
|
<p class="caption">
|
|
@@ -4584,6 +5001,8 @@
|
|
|
4584
5001
|
</select>
|
|
4585
5002
|
</div>
|
|
4586
5003
|
</div>
|
|
5004
|
+
</div>
|
|
5005
|
+
<div class="ncd-dependent" data-sensor-121>
|
|
4587
5006
|
<div class="form-row ncd-active-check">
|
|
4588
5007
|
<strong>Set Wood Type</strong>
|
|
4589
5008
|
<div>
|
|
@@ -4680,6 +5099,347 @@
|
|
|
4680
5099
|
</div>
|
|
4681
5100
|
</div>
|
|
4682
5101
|
</div>
|
|
5102
|
+
<div class="ncd-dependent" data-sensor-103>
|
|
5103
|
+
<div class="form-row ncd-active-check">
|
|
5104
|
+
<strong>Set Sampling Duration</strong>
|
|
5105
|
+
<p>Set the sampling duration in miliseconds<br>
|
|
5106
|
+
Example: a value of 1 = 50msec, 2 = 100msec, 100 = 5000msec</p>
|
|
5107
|
+
<div>
|
|
5108
|
+
<label for="node-input-sampling_duration_103_active">Active:</label>
|
|
5109
|
+
<input type="checkbox" id="node-input-sampling_duration_103_active" class="ncd-config-toggle" data-target-id="node-input-sampling_duration_103" value="1">
|
|
5110
|
+
</div>
|
|
5111
|
+
<div>
|
|
5112
|
+
<label for="node-input-sampling_duration_103"><i class="icon-tag"></i>Value:</label>
|
|
5113
|
+
<input type="text" id="node-input-sampling_duration_103">
|
|
5114
|
+
</div>
|
|
5115
|
+
</div>
|
|
5116
|
+
<div class="form-row ncd-active-check">
|
|
5117
|
+
<strong>Set Acceleration Threshold</strong>
|
|
5118
|
+
<p>Sets the threshold in multiples of 32mg. A value of 1 = 32mg, a value of 2 = 64mg etc.</p>
|
|
5119
|
+
<div>
|
|
5120
|
+
<label for="node-input-acc_threshold_103_active">Active:</label>
|
|
5121
|
+
<input type="checkbox" id="node-input-acc_threshold_103_active" class="ncd-config-toggle" data-target-id="node-input-acc_threshold_103" value="1">
|
|
5122
|
+
</div>
|
|
5123
|
+
<div>
|
|
5124
|
+
<label for="node-input-acc_threshold_103"><i class="icon-tag"></i>Value:</label>
|
|
5125
|
+
<input type="text" id="node-input-acc_threshold_103">
|
|
5126
|
+
</div>
|
|
5127
|
+
</div>
|
|
5128
|
+
<div class="form-row ncd-active-check">
|
|
5129
|
+
<strong>Set Sample Rate</strong>
|
|
5130
|
+
<div>
|
|
5131
|
+
<label for="node-input-output_data_rate_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5132
|
+
<input type="checkbox" id="node-input-output_data_rate_103_active" class="ncd-config-toggle" data-target-id="node-input-output_data_rate_103" value="1">
|
|
5133
|
+
</div>
|
|
5134
|
+
<div>
|
|
5135
|
+
<label for="node-input-output_data_rate_103"><i class="icon-tag"></i>Value:</label>
|
|
5136
|
+
<select id="node-input-output_data_rate_103">
|
|
5137
|
+
<option value="0">125Hz</option>
|
|
5138
|
+
<option value="1" selected>250Hz</option>
|
|
5139
|
+
<option value="2">500Hz</option>
|
|
5140
|
+
<option value="3">1000Hz</option>
|
|
5141
|
+
</select>
|
|
5142
|
+
</div>
|
|
5143
|
+
</div>
|
|
5144
|
+
<div class="form-row ncd-active-check">
|
|
5145
|
+
<strong>Enable Sensor</strong>
|
|
5146
|
+
<div>
|
|
5147
|
+
<label for="node-input-enable_sensor_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5148
|
+
<input type="checkbox" id="node-input-enable_sensor_103_active" class="ncd-config-toggle" data-target-id="node-input-enable_sensor_103" value="1">
|
|
5149
|
+
</div>
|
|
5150
|
+
<div>
|
|
5151
|
+
<label for="node-input-enable_sensor_103"><i class="icon-tag"></i>Value:</label>
|
|
5152
|
+
<select id="node-input-enable_sensor_103">
|
|
5153
|
+
<option value="1">Gyro</option>
|
|
5154
|
+
<option value="2">Adxl</option>
|
|
5155
|
+
<option value="3"selected>All enabled</option>
|
|
5156
|
+
</select>
|
|
5157
|
+
</div>
|
|
5158
|
+
</div>
|
|
5159
|
+
<div class="form-row ncd-active-check">
|
|
5160
|
+
<strong>Set HP Filter Cutoff</strong>
|
|
5161
|
+
<p>This setting will set the High Pass Filter freq to Sample Rate multiply by Selected Value<br><br>
|
|
5162
|
+
Example: Sample Rate = 125 and Filter Coefficient = 0.00247<br>
|
|
5163
|
+
HPF freq (Hz) = 125 * 0.00247</p>
|
|
5164
|
+
<div>
|
|
5165
|
+
<label for="node-input-enable_hp_filter_cutoff_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5166
|
+
<input type="checkbox" id="node-input-enable_hp_filter_cutoff_103_active" class="ncd-config-toggle" data-target-id="node-input-enable_hp_filter_cutoff_103" value="1">
|
|
5167
|
+
</div>
|
|
5168
|
+
<div>
|
|
5169
|
+
<label for="node-input-enable_hp_filter_cutoff_103"><i class="icon-tag"></i>Value:</label>
|
|
5170
|
+
<select id="node-input-enable_hp_filter_cutoff_103">
|
|
5171
|
+
<option value="0">0.00247</option>
|
|
5172
|
+
<option value="1">0.00062084</option>
|
|
5173
|
+
<option value="2">0.00015545</option>
|
|
5174
|
+
<option value="3">0.00003862</option>
|
|
5175
|
+
<option value="4">0.00000954</option>
|
|
5176
|
+
<option value="5">0.00000238</option>
|
|
5177
|
+
</select>
|
|
5178
|
+
</div>
|
|
5179
|
+
</div>
|
|
5180
|
+
<div class="form-row ncd-active-check">
|
|
5181
|
+
<strong>Set Gyro FSR</strong>
|
|
5182
|
+
<div>
|
|
5183
|
+
<label for="node-input-gyro_fsr_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5184
|
+
<input type="checkbox" id="node-input-gyro_fsr_103_active" class="ncd-config-toggle" data-target-id="node-input-gyro_fsr_103" value="1">
|
|
5185
|
+
</div>
|
|
5186
|
+
<div>
|
|
5187
|
+
<label for="node-input-gyro_fsr_103"><i class="icon-tag"></i>Value:</label>
|
|
5188
|
+
<select id="node-input-gyro_fsr_103">
|
|
5189
|
+
<option value="0" selected>250dps</option>
|
|
5190
|
+
<option value="1">500dps</option>
|
|
5191
|
+
<option value="2">1000dps</option>
|
|
5192
|
+
<option value="3">2000dps</option>
|
|
5193
|
+
</select>
|
|
5194
|
+
</div>
|
|
5195
|
+
</div>
|
|
5196
|
+
<div class="form-row ncd-active-check">
|
|
5197
|
+
<strong>Set Accelerometer FSR</strong>
|
|
5198
|
+
<div>
|
|
5199
|
+
<label for="node-input-adxl_fsr_103_active"><i class="icon-tag"></i>Active:</label>
|
|
5200
|
+
<input type="checkbox" id="node-input-adxl_fsr_103_active" class="ncd-config-toggle" data-target-id="node-input-adxl_fsr_103" value="1">
|
|
5201
|
+
</div>
|
|
5202
|
+
<div>
|
|
5203
|
+
<label for="node-input-adxl_fsr_103"><i class="icon-tag"></i>Value:</label>
|
|
5204
|
+
<select id="node-input-adxl_fsr_103">
|
|
5205
|
+
<option value="0" selected>10g</option>
|
|
5206
|
+
<option value="1">20g</option>
|
|
5207
|
+
<option value="2">40g</option>
|
|
5208
|
+
</select>
|
|
5209
|
+
</div>
|
|
5210
|
+
</div>
|
|
5211
|
+
</div>
|
|
5212
|
+
<div class="ncd-dependent" data-sensor-270>
|
|
5213
|
+
<!-- <div class="form-row ncd-active-check">
|
|
5214
|
+
<strong>Set Sensors Read Rate</strong>
|
|
5215
|
+
<div>
|
|
5216
|
+
<label for="node-input-do_read_rate_270_active">Active:</label>
|
|
5217
|
+
<input type="checkbox" id="node-input-do_read_rate_270_active" class="ncd-config-toggle" data-target-id="node-input-do_read_rate_270" value="1">
|
|
5218
|
+
</div>
|
|
5219
|
+
<div>
|
|
5220
|
+
<label for="node-input-do_read_rate_270"><i class="icon-tag"></i>Value:</label>
|
|
5221
|
+
<input type="text" id="node-input-do_read_rate_270">
|
|
5222
|
+
</div>
|
|
5223
|
+
</div> -->
|
|
5224
|
+
<div class="form-row ncd-active-check">
|
|
5225
|
+
<strong>Set DO Boot Time</strong>
|
|
5226
|
+
<p>This value represents the number of seconds to wait after applying power to the DO sensor before taking a reading.<br>
|
|
5227
|
+
Valid range: 1 - 60 Seconds.
|
|
5228
|
+
</p>
|
|
5229
|
+
<div>
|
|
5230
|
+
<label for="node-input-do_boot_time_270_active">Active:</label>
|
|
5231
|
+
<input type="checkbox" id="node-input-do_boot_time_270_active" class="ncd-config-toggle" data-target-id="node-input-do_boot_time_270" value="1">
|
|
5232
|
+
</div>
|
|
5233
|
+
<div>
|
|
5234
|
+
<label for="node-input-do_boot_time_270"><i class="icon-tag"></i>Value:</label>
|
|
5235
|
+
<input type="text" id="node-input-do_boot_time_270">
|
|
5236
|
+
</div>
|
|
5237
|
+
<p class="caption">
|
|
5238
|
+
Default value: 1 second.
|
|
5239
|
+
</p>
|
|
5240
|
+
</div>
|
|
5241
|
+
<div class="form-row ncd-active-check">
|
|
5242
|
+
<strong>Set DO Device ID</strong>
|
|
5243
|
+
<p>Set the Modbus Slave device address connected to this device</p>
|
|
5244
|
+
<div>
|
|
5245
|
+
<label for="node-input-do_dev_id_270_active">Active:</label>
|
|
5246
|
+
<input type="checkbox" id="node-input-do_dev_id_270_active" class="ncd-config-toggle" data-target-id="node-input-do_dev_id_270" value="1">
|
|
5247
|
+
</div>
|
|
5248
|
+
<div>
|
|
5249
|
+
<label for="node-input-do_dev_id_1_270"><i class="icon-tag"></i>ID 1:</label>
|
|
5250
|
+
<input type="text" id="node-input-do_dev_id_1_270" class="do_dev_id_270" placeholder="0" value="00">
|
|
5251
|
+
</div>
|
|
5252
|
+
<div>
|
|
5253
|
+
<label for="node-input-do_dev_id_2_270"><i class="icon-tag"></i>ID 2:</label>
|
|
5254
|
+
<input type="text" id="node-input-do_dev_id_2_270" class="do_dev_id_270" placeholder="0" value="00">
|
|
5255
|
+
</div>
|
|
5256
|
+
<div>
|
|
5257
|
+
<label for="node-input-do_dev_id_3_270"><i class="icon-tag"></i>ID 3:</label>
|
|
5258
|
+
<input type="text" id="node-input-do_dev_id_3_270" class="do_dev_id_270" placeholder="0" value="00">
|
|
5259
|
+
</div>
|
|
5260
|
+
<div>
|
|
5261
|
+
<label for="node-input-do_dev_id_4_270"><i class="icon-tag"></i>ID 4:</label>
|
|
5262
|
+
<input type="text" id="node-input-do_dev_id_4_270" class="do_dev_id_270" placeholder="0" value="00">
|
|
5263
|
+
</div>
|
|
5264
|
+
</div>
|
|
5265
|
+
<div class="form-row ncd-active-check">
|
|
5266
|
+
<strong>Set EC Boot Time</strong>
|
|
5267
|
+
<p>This value represents the number of seconds to wait after applying power to the EC sensor before taking a reading.<br>
|
|
5268
|
+
Valid range: 1 - 60 Seconds.</p>
|
|
5269
|
+
<div>
|
|
5270
|
+
<label for="node-input-ec_boot_time_270_active">Active:</label>
|
|
5271
|
+
<input type="checkbox" id="node-input-ec_boot_time_270_active" class="ncd-config-toggle" data-target-id="node-input-ec_boot_time_270" value="1">
|
|
5272
|
+
</div>
|
|
5273
|
+
<div>
|
|
5274
|
+
<label for="node-input-ec_boot_time_270"><i class="icon-tag"></i>Value:</label>
|
|
5275
|
+
<input type="text" id="node-input-ec_boot_time_270">
|
|
5276
|
+
</div>
|
|
5277
|
+
<p class="caption">
|
|
5278
|
+
Default value: 1 second.
|
|
5279
|
+
</p>
|
|
5280
|
+
</div>
|
|
5281
|
+
<div class="form-row ncd-active-check">
|
|
5282
|
+
<strong>Set EC Device ID</strong>
|
|
5283
|
+
<p>Set the Modbus Slave device address connected to this device</p>
|
|
5284
|
+
<div>
|
|
5285
|
+
<label for="node-input-ec_dev_id_270_active">Active:</label>
|
|
5286
|
+
<input type="checkbox" id="node-input-ec_dev_id_270_active" class="ncd-config-toggle" data-target-id="node-input-ec_dev_id_270" value="1">
|
|
5287
|
+
</div>
|
|
5288
|
+
<div>
|
|
5289
|
+
<label for="node-input-ec_dev_id_1_270"><i class="icon-tag"></i>ID 1:</label>
|
|
5290
|
+
<input type="text" id="node-input-ec_dev_id_1_270" class="ec_dev_id_270" placeholder="0" value="00">
|
|
5291
|
+
</div>
|
|
5292
|
+
<div>
|
|
5293
|
+
<label for="node-input-ec_dev_id_2_270"><i class="icon-tag"></i>ID 2:</label>
|
|
5294
|
+
<input type="text" id="node-input-ec_dev_id_2_270" class="ec_dev_id_270" placeholder="0" value="00">
|
|
5295
|
+
</div>
|
|
5296
|
+
<div>
|
|
5297
|
+
<label for="node-input-ec_dev_id_3_270"><i class="icon-tag"></i>ID 3:</label>
|
|
5298
|
+
<input type="text" id="node-input-ec_dev_id_3_270" class="ec_dev_id_270" placeholder="0" value="00">
|
|
5299
|
+
</div>
|
|
5300
|
+
<div>
|
|
5301
|
+
<label for="node-input-ec_dev_id_4_270"><i class="icon-tag"></i>ID 4:</label>
|
|
5302
|
+
<input type="text" id="node-input-ec_dev_id_4_270" class="ec_dev_id_270" placeholder="0" value="00">
|
|
5303
|
+
</div>
|
|
5304
|
+
</div>
|
|
5305
|
+
</div>
|
|
5306
|
+
<div class="ncd-dependent" data-sensor-211>
|
|
5307
|
+
<div class="form-row ncd-active-check">
|
|
5308
|
+
<strong>Set Oxygen Rate</strong>
|
|
5309
|
+
<p>Set the Oxygen Rate.<br>
|
|
5310
|
+
Valid range: 0 - 255 Minutes.</p>
|
|
5311
|
+
<div>
|
|
5312
|
+
<label for="node-input-oxygen_rate_211_active">Active:</label>
|
|
5313
|
+
<input type="checkbox" id="node-input-oxygen_rate_211_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_rate_211" value="1">
|
|
5314
|
+
</div>
|
|
5315
|
+
<div>
|
|
5316
|
+
<label for="node-input-oxygen_rate_211"><i class="icon-tag"></i>Value:</label>
|
|
5317
|
+
<input type="text" id="node-input-oxygen_rate_211">
|
|
5318
|
+
</div>
|
|
5319
|
+
<p class="caption">
|
|
5320
|
+
Default value: 15 minutes.
|
|
5321
|
+
</p>
|
|
5322
|
+
</div>
|
|
5323
|
+
<div class="form-row ncd-active-check">
|
|
5324
|
+
<strong>Set Oxygen Timeout</strong>
|
|
5325
|
+
<p>Set the Oxygen Timeout in seconds.<br>
|
|
5326
|
+
Valid range: 0 (Disable) - 65500 Seconds.</p>
|
|
5327
|
+
<div>
|
|
5328
|
+
<label for="node-input-oxygen_timeout_211_active">Active:</label>
|
|
5329
|
+
<input type="checkbox" id="node-input-oxygen_timeout_211_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_timeout_211" value="1">
|
|
5330
|
+
</div>
|
|
5331
|
+
<div>
|
|
5332
|
+
<label for="node-input-oxygen_timeout_211"><i class="icon-tag"></i>Value:</label>
|
|
5333
|
+
<input type="text" id="node-input-oxygen_timeout_211">
|
|
5334
|
+
</div>
|
|
5335
|
+
<p class="caption">
|
|
5336
|
+
Default value: 600 seconds.
|
|
5337
|
+
</p>
|
|
5338
|
+
</div>
|
|
5339
|
+
<div class="form-row ncd-active-check">
|
|
5340
|
+
<strong>Set Oxygen Threshold</strong>
|
|
5341
|
+
<p>Set the Oxygen threshold in mg/l.<br>
|
|
5342
|
+
Valid range: 0 - 65500 mg/l.</p>
|
|
5343
|
+
<div>
|
|
5344
|
+
<label for="node-input-oxygen_threshold_211_active">Active:</label>
|
|
5345
|
+
<input type="checkbox" id="node-input-oxygen_threshold_211_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_threshold_211" value="1">
|
|
5346
|
+
</div>
|
|
5347
|
+
<div>
|
|
5348
|
+
<label for="node-input-oxygen_threshold_211"><i class="icon-tag"></i>Value:</label>
|
|
5349
|
+
<input type="text" id="node-input-oxygen_threshold_211">
|
|
5350
|
+
</div>
|
|
5351
|
+
<p class="caption">
|
|
5352
|
+
Default value: 8 mg/l.
|
|
5353
|
+
</p>
|
|
5354
|
+
</div>
|
|
5355
|
+
</div>
|
|
5356
|
+
<div class="ncd-dependent" data-sensor-541>
|
|
5357
|
+
<div class="form-row ncd-active-check">
|
|
5358
|
+
<strong>Set Max Flow</strong>
|
|
5359
|
+
<p>Set the maximum flow sensor reads</p>
|
|
5360
|
+
<div>
|
|
5361
|
+
<label for="node-input-max_flow_541_active">Active:</label>
|
|
5362
|
+
<input type="checkbox" id="node-input-max_flow_541_active" class="ncd-config-toggle" data-target-id="node-input-max_flow_541" value="1">
|
|
5363
|
+
</div>
|
|
5364
|
+
<div>
|
|
5365
|
+
<label for="node-input-max_flow_541"><i class="icon-tag"></i>Value:</label>
|
|
5366
|
+
<input type="text" id="node-input-max_flow_541">
|
|
5367
|
+
</div>
|
|
5368
|
+
</div>
|
|
5369
|
+
<div class="form-row ncd-active-check">
|
|
5370
|
+
<strong>Set Min Flow</strong>
|
|
5371
|
+
<p>Set the minimum flow sensor reads</p>
|
|
5372
|
+
<div>
|
|
5373
|
+
<label for="node-input-min_flow_541_active">Active:</label>
|
|
5374
|
+
<input type="checkbox" id="node-input-min_flow_541_active" class="ncd-config-toggle" data-target-id="node-input-min_flow_541" value="1">
|
|
5375
|
+
</div>
|
|
5376
|
+
<div>
|
|
5377
|
+
<label for="node-input-min_flow_541"><i class="icon-tag"></i>Value:</label>
|
|
5378
|
+
<input type="text" id="node-input-min_flow_541">
|
|
5379
|
+
</div>
|
|
5380
|
+
</div>
|
|
5381
|
+
</div>
|
|
5382
|
+
<div class="ncd-dependent" data-sensor-87>
|
|
5383
|
+
<div class="form-row ncd-active-check">
|
|
5384
|
+
<strong>Set Current Calibration</strong>
|
|
5385
|
+
<p>Set the current calibration value, this value will be multiply by 10.</p>
|
|
5386
|
+
<div>
|
|
5387
|
+
<label for="node-input-ct_constant_87_active">Active:</label>
|
|
5388
|
+
<input type="checkbox" id="node-input-ct_constant_87_active" class="ncd-config-toggle" data-target-id="node-input-ct_constant_87" value="1">
|
|
5389
|
+
</div>
|
|
5390
|
+
<div>
|
|
5391
|
+
<label for="node-input-ct_constant_87"><i class="icon-tag"></i>Value:</label>
|
|
5392
|
+
<input type="text" id="node-input-ct_constant_87">
|
|
5393
|
+
</div>
|
|
5394
|
+
</div>
|
|
5395
|
+
<div class="form-row ncd-active-check">
|
|
5396
|
+
<strong>Set Dead Band</strong>
|
|
5397
|
+
<p>Filters out current values below the dead band threshold, treating them as noise. Generally 1.5% of the CT full scale<br>
|
|
5398
|
+
This value determines the minimum current would have to be for it to be registered as a measurement. Values below the deab band it would be perceived as 0.<br><br>
|
|
5399
|
+
Example: A value of 10 would mean that current below 10 mA would be considered as 0.
|
|
5400
|
+
<div>
|
|
5401
|
+
<label for="node-input-deadband_87_active">Active:</label>
|
|
5402
|
+
<input type="checkbox" id="node-input-deadband_87_active" class="ncd-config-toggle" data-target-id="node-input-deadband_87" value="1">
|
|
5403
|
+
</div>
|
|
5404
|
+
<div>
|
|
5405
|
+
<label for="node-input-deadband_87"><i class="icon-tag"></i>Value:</label>
|
|
5406
|
+
<input type="text" id="node-input-deadband_87">
|
|
5407
|
+
</div>
|
|
5408
|
+
</div>
|
|
5409
|
+
<div class="form-row ncd-active-check">
|
|
5410
|
+
<strong>Set Sampling Frequency</strong>
|
|
5411
|
+
<p>Set the sample per seconds</p>
|
|
5412
|
+
<div>
|
|
5413
|
+
<label for="node-input-sampling_frequency_87_active"><i class="icon-tag"></i>Active:</label>
|
|
5414
|
+
<input type="checkbox" id="node-input-sampling_frequency_87_active" class="ncd-config-toggle" data-target-id="node-input-sampling_frequency_87" value="1">
|
|
5415
|
+
</div>
|
|
5416
|
+
<div>
|
|
5417
|
+
<label for="node-input-sampling_frequency_87"><i class="icon-tag"></i>Value:</label>
|
|
5418
|
+
<select id="node-input-sampling_frequency_87">
|
|
5419
|
+
<option value="0" selected>400 Sps</option>
|
|
5420
|
+
<option value="1">800 Sps</option>
|
|
5421
|
+
<option value="2">2048 Sps</option>
|
|
5422
|
+
</select>
|
|
5423
|
+
</div>
|
|
5424
|
+
</div>
|
|
5425
|
+
<div class="form-row ncd-active-check">
|
|
5426
|
+
<strong>Set Raw Length</strong>
|
|
5427
|
+
<p>Set the size of the data payload the sensor sends when it transmit a Raw message.</p>
|
|
5428
|
+
<div>
|
|
5429
|
+
<label for="node-input-raw_length_87_active"><i class="icon-tag"></i>Active:</label>
|
|
5430
|
+
<input type="checkbox" id="node-input-raw_length_87_active" class="ncd-config-toggle" data-target-id="node-input-raw_length_87" value="1">
|
|
5431
|
+
</div>
|
|
5432
|
+
<div>
|
|
5433
|
+
<label for="node-input-raw_length_87"><i class="icon-tag"></i>Value:</label>
|
|
5434
|
+
<select id="node-input-raw_length_87">
|
|
5435
|
+
<option value="0" selected>55 Bytes</option>
|
|
5436
|
+
<option value="1">100 Bytes</option>
|
|
5437
|
+
<option value="2">150 Bytes</option>
|
|
5438
|
+
<option value="3">180 Bytes</option>
|
|
5439
|
+
</select>
|
|
5440
|
+
</div>
|
|
5441
|
+
</div>
|
|
5442
|
+
</div>
|
|
4683
5443
|
</div>
|
|
4684
5444
|
</div>
|
|
4685
5445
|
</script>
|