@ncd-io/node-red-enterprise-sensors 1.2.3 → 1.4.0
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 +1962 -1087
- package/package.json +1 -1
- package/wireless.html +490 -208
- package/wireless.js +319 -34
package/wireless.html
CHANGED
|
@@ -688,15 +688,33 @@
|
|
|
688
688
|
alert_threshold_120_active: {value: ""},
|
|
689
689
|
alert_threshold_120: {value: 0, validate: NCD_validators.number_range(0, 40)},
|
|
690
690
|
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
691
|
+
wood_type_121_active: {value: ""},
|
|
692
|
+
wood_type_121: {value: 0},
|
|
693
|
+
quality_of_service_121_active: {value: ""},
|
|
694
|
+
quality_of_service_121: {value: 0},
|
|
695
|
+
|
|
696
|
+
enable_filtering_110_active: {value: ""},
|
|
697
|
+
enable_filtering_110: {value: 0},
|
|
694
698
|
|
|
695
699
|
fly_interval_108_active: {value: ""},
|
|
696
|
-
|
|
700
|
+
fly_interval_108: {value: 0},
|
|
701
|
+
|
|
702
|
+
tare_the_scale_217: {value:0},
|
|
703
|
+
weight_calib_217_active: {value: ""},
|
|
704
|
+
weight_calib_217: {value: 0},
|
|
697
705
|
|
|
698
706
|
sample_rate_108_active: {value: ""},
|
|
699
|
-
|
|
707
|
+
sample_rate_108: {value: 0},
|
|
708
|
+
|
|
709
|
+
pressure_limit_26_active: {value: ""},
|
|
710
|
+
pressure_limit_26: {value: 5, validate: NCD_validators.number_range(5, 5000)},
|
|
711
|
+
auto_pressure_check_26_active: {value: ""},
|
|
712
|
+
auto_pressure_check_26: {value: 0},
|
|
713
|
+
|
|
714
|
+
fsr_420ma_active: {value: ""},
|
|
715
|
+
fsr_420ma: {value: 0},
|
|
716
|
+
always_on_420ma_active: {value: ""},
|
|
717
|
+
always_on_420ma: {value: 0}
|
|
700
718
|
},
|
|
701
719
|
inputs: 0,
|
|
702
720
|
outputs: 1,
|
|
@@ -793,6 +811,7 @@
|
|
|
793
811
|
"98": "98 - Two channel Dynamic Ultrasound vibration Sensor",
|
|
794
812
|
"101": "101 - Pro Vibration",
|
|
795
813
|
"102": "102 - Strain Gauge",
|
|
814
|
+
"103": "103 - Custom Wireless Accelerometer Sensor",
|
|
796
815
|
"105": "105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor",
|
|
797
816
|
"106": "106 - 2 Channel Automatic Luber With Ultrasound Vibration Sensor",
|
|
798
817
|
"107": "107 - 4 Channel 4-20mA Receiver",
|
|
@@ -802,8 +821,11 @@
|
|
|
802
821
|
"111": "111 - Two Channel Vibration Plus v4",
|
|
803
822
|
"112": "112 - Condition Based/Predictive Maintenance Sensor v4",
|
|
804
823
|
"114": "114 - Standalone Smart Vibration Sensor v4",
|
|
824
|
+
"117": "117 - Custom Vibration Sensor PPV",
|
|
805
825
|
"118": "118 - Dual Pressure and Temperature Sensor",
|
|
806
826
|
"120": "120 - Wireless H2S Sensor",
|
|
827
|
+
"121": "121 - Wireless Wood Moisture Sensor",
|
|
828
|
+
"122": "122 - Wireless 4-20mA Current Splitter",
|
|
807
829
|
"180": "180 - C1D2 One Channel Vibration Plus",
|
|
808
830
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
809
831
|
"200": "200 - 4-20mA Pass Through",
|
|
@@ -1093,6 +1115,7 @@
|
|
|
1093
1115
|
<option value="98">98 - Two channel Dynamic Ultrasound vibration Sensor</option>
|
|
1094
1116
|
<option value="101">101 - Pro Vibration</option>
|
|
1095
1117
|
<option value="102">102 - Strain Gauge</option>
|
|
1118
|
+
<option value="103">103 - Custom Wireless Accelerometer Sensor</option>
|
|
1096
1119
|
<option value="105">105 - 1 Channel Automatic Luber With Ultrasound Vibration Sensor</option>
|
|
1097
1120
|
<option value="106">106 - 2 Channel Automatic Luber With Ultrasound Vibration Sensor</option>
|
|
1098
1121
|
<option value="107">107 - 4 Channel 4-20mA Receiver</option>
|
|
@@ -1102,8 +1125,11 @@
|
|
|
1102
1125
|
<option value="111">111 - Two Channel Vibration Plus v4</option>
|
|
1103
1126
|
<option value="112">112 - Condition Based/Predictive Maintenance Sensor v4</option>
|
|
1104
1127
|
<option value="114">114 - Standalone Smart Vibration Sensor v4</option>
|
|
1128
|
+
<option value="117">117 - Custom Vibration Sensor PPV</option>
|
|
1105
1129
|
<option value="118">118 - Dual Pressure and Temperature Sensor</option>
|
|
1106
1130
|
<option value="120">120 - Wireless H2S Sensor</option>
|
|
1131
|
+
<option value="121">121 - Wireless Wood Moisture Sensor</option>
|
|
1132
|
+
<option value="122">122 - Wireless 4-20mA Current Splitter</option>
|
|
1107
1133
|
<option value="180">180 - C1D2 One Channel Vibration Plus</option>
|
|
1108
1134
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
1109
1135
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
@@ -1141,7 +1167,7 @@
|
|
|
1141
1167
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1142
1168
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1143
1169
|
</div>
|
|
1144
|
-
<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-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-118 data-sensor-120 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>
|
|
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>
|
|
1145
1171
|
<hr>
|
|
1146
1172
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1147
1173
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1663,42 +1689,32 @@
|
|
|
1663
1689
|
</div>
|
|
1664
1690
|
</div>
|
|
1665
1691
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1692
|
+
<hr>
|
|
1666
1693
|
<div class="form-row ncd-active-check">
|
|
1694
|
+
<strong>Mode</strong>
|
|
1695
|
+
<p><br>
|
|
1696
|
+
• <strong>Processed:</strong> FFT is performed by the sensor and the measurement data is transmitted in condensed form (both time and frequency parameters).<br>
|
|
1697
|
+
• <strong>Time Domain (Raw):</strong> The Time Domain (Raw) data is gathered and transmitted and it is up to the client to perform the FFT if needed. This is a very large data packet.<br>
|
|
1698
|
+
• <strong>Processed + Raw on demand:</strong> Transmit Processed data at intervals, with the option to request a Time Domain (Raw) data packet.<br>
|
|
1699
|
+
• <strong>Smart:</strong> Transmit Processed data at intervals and Time Domain (Raw) data on request, with auto Time Domain (Raw) data transmission option. Option to triggers on RMS acceleration exceeding thresholds on X, Y, Z axes, with smart skip to limit sends when vibrations are low.<br>
|
|
1700
|
+
</p>
|
|
1701
|
+
<p><br><i><strong>WARNING</strong>: If Mode is set to Time Domain (Raw) data or Auto Time Domain (Raw) data (in Smart Mode) it is recommended to also set the Destination Address (Auto Raw Destination Address in Smart mode) configuration to the address of your Receiver/Gateway.</i></p>
|
|
1667
1702
|
<div>
|
|
1668
|
-
<
|
|
1669
|
-
<
|
|
1670
|
-
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 wakes the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
1671
|
-
<p>Valid Input Range: 0 - 40<br>
|
|
1672
|
-
A value of 0 will disable this feature.</p>
|
|
1673
|
-
</div>
|
|
1674
|
-
<div>
|
|
1675
|
-
<label for="node-input-motion_detect_threshold_p1_110_active"><i class="icon-tag"></i>Active:</label>
|
|
1676
|
-
<input type="checkbox" id="node-input-motion_detect_threshold_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-motion_detect_threshold_p1_110" value="1">
|
|
1677
|
-
</div>
|
|
1678
|
-
<div>
|
|
1679
|
-
<label for="node-input-motion_detect_threshold_p1_110"><i class="icon-tag"></i> Value</label>
|
|
1680
|
-
<input type="text" id="node-input-motion_detect_threshold_p1_110" placeholder="10" value="10">
|
|
1681
|
-
</div>
|
|
1682
|
-
</div>
|
|
1683
|
-
</div>
|
|
1684
|
-
<div class="ncd-dependent" data-sensor-111>
|
|
1685
|
-
<div class="form-row ncd-active-check">
|
|
1686
|
-
<div>
|
|
1687
|
-
<strong>Probe 2: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
1688
|
-
<p>Set a breakpoint for sensor to wake up and broadcast readings. This is an interrupt based configuration ideal for devices with minimal workload/uptime.</p>
|
|
1689
|
-
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 wakes the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
1690
|
-
<p>Valid Input Range: 0 - 40<br>
|
|
1691
|
-
A value of 0 will disable this feature.<br>
|
|
1692
|
-
Only applies to sensor with firmware version 24 and above.</p>
|
|
1693
|
-
</div>
|
|
1694
|
-
<div>
|
|
1695
|
-
<label for="node-input-motion_detect_threshold_p2_110_active"><i class="icon-tag"></i>Active:</label>
|
|
1696
|
-
<input type="checkbox" id="node-input-motion_detect_threshold_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-motion_detect_threshold_p2_110" value="1">
|
|
1703
|
+
<label for="node-input-mode_110_active"><i class="icon-tag"></i>Active:</label>
|
|
1704
|
+
<input type="checkbox" id="node-input-mode_110_active" class="ncd-config-toggle" data-target-id="node-input-mode_110" value="1">
|
|
1697
1705
|
</div>
|
|
1698
1706
|
<div>
|
|
1699
|
-
<label for="node-input-
|
|
1700
|
-
<
|
|
1707
|
+
<label for="node-input-mode_110"><i class="icon-tag"></i>Value:</label>
|
|
1708
|
+
<select id="node-input-mode_110">
|
|
1709
|
+
<option value="0">Processed</option>
|
|
1710
|
+
<option value="1">Raw</option>
|
|
1711
|
+
<option value="2">Processed + Raw on demand</option>
|
|
1712
|
+
<option value="3">Smart</option>
|
|
1713
|
+
</select>
|
|
1701
1714
|
</div>
|
|
1715
|
+
<!-- <p class="caption">
|
|
1716
|
+
<i>Default: Smart</i>
|
|
1717
|
+
</p> -->
|
|
1702
1718
|
</div>
|
|
1703
1719
|
</div>
|
|
1704
1720
|
<div class="ncd-dependent" data-sensor-84 data-sensor-114 data-sensor-519 data-sensor-537>
|
|
@@ -1768,7 +1784,7 @@
|
|
|
1768
1784
|
</div>
|
|
1769
1785
|
</div>
|
|
1770
1786
|
</div>
|
|
1771
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-
|
|
1787
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1772
1788
|
<div class="form-row ncd-active-check">
|
|
1773
1789
|
<strong>Measurement Mode</strong>
|
|
1774
1790
|
<div>
|
|
@@ -1783,9 +1799,13 @@
|
|
|
1783
1799
|
</select>
|
|
1784
1800
|
</div>
|
|
1785
1801
|
</div>
|
|
1802
|
+
</div>
|
|
1803
|
+
<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>
|
|
1786
1804
|
<div class="form-row ncd-active-check">
|
|
1787
|
-
<strong>Set On Request Timeout
|
|
1788
|
-
<p>Set how long device will stay awake and wait for
|
|
1805
|
+
<strong>Set On Request Timeout</strong>
|
|
1806
|
+
<p>Set how long device will stay awake and wait for Time Domain (Raw) request from command.<br><br>
|
|
1807
|
+
Valid range: 1-10 Seconds
|
|
1808
|
+
</p>
|
|
1789
1809
|
<div>
|
|
1790
1810
|
<label for="node-input-on_request_timeout_80_active">Active:</label>
|
|
1791
1811
|
<input type="checkbox" id="node-input-on_request_timeout_80_active" class="ncd-config-toggle" data-target-id="node-input-on_request_timeout_80" value="1">
|
|
@@ -1834,17 +1854,6 @@
|
|
|
1834
1854
|
</div>
|
|
1835
1855
|
</div>
|
|
1836
1856
|
</div>
|
|
1837
|
-
|
|
1838
|
-
<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>
|
|
1839
|
-
<div class="form-row ncd-active-check">
|
|
1840
|
-
<strong>Set RTC</strong>
|
|
1841
|
-
<div>
|
|
1842
|
-
<label for="node-input-set_rtc_101"><i class="icon-tag"></i>Active:</label>
|
|
1843
|
-
<input type="checkbox" id="node-input-set_rtc_101" value="1">
|
|
1844
|
-
</div>
|
|
1845
|
-
</div>
|
|
1846
|
-
</div>
|
|
1847
|
-
|
|
1848
1857
|
<div class="ncd-dependent" data-sensor-202>
|
|
1849
1858
|
<hr>
|
|
1850
1859
|
<div class="form-row ncd-active-check">
|
|
@@ -2183,27 +2192,6 @@
|
|
|
2183
2192
|
</div>
|
|
2184
2193
|
</div>
|
|
2185
2194
|
</div>
|
|
2186
|
-
|
|
2187
|
-
<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>
|
|
2188
|
-
<div class="form-row ncd-active-check">
|
|
2189
|
-
<strong>Full Scale Range</strong>
|
|
2190
|
-
<div>
|
|
2191
|
-
<label for="node-input-full_scale_range_101_active">Active:</label>
|
|
2192
|
-
<input type="checkbox" id="node-input-full_scale_range_101_active" class="ncd-config-toggle" data-target-id="node-input-full_scale_range_101" value="1">
|
|
2193
|
-
</div>
|
|
2194
|
-
<div>
|
|
2195
|
-
<label for="node-input-full_scale_range_101"><i class="icon-tag"></i>Value:</label>
|
|
2196
|
-
<select id="node-input-full_scale_range_101">
|
|
2197
|
-
<option value="0">+/- 2g</option>
|
|
2198
|
-
<option value="1">+/- 4g</option>
|
|
2199
|
-
<option value="2">+/- 8g</option>
|
|
2200
|
-
<option value="3">+/- 16g</option>
|
|
2201
|
-
<option value="4">+/- 32g</option>
|
|
2202
|
-
<option value="5">+/- 64g</option>
|
|
2203
|
-
</select>
|
|
2204
|
-
</div>
|
|
2205
|
-
</div>
|
|
2206
|
-
</div>
|
|
2207
2195
|
<div class="ncd-dependent" data-sensor-101>
|
|
2208
2196
|
<div class="form-row ncd-active-check">
|
|
2209
2197
|
<strong>Full Scale Range</strong>
|
|
@@ -2221,21 +2209,6 @@
|
|
|
2221
2209
|
</div>
|
|
2222
2210
|
</div>
|
|
2223
2211
|
</div>
|
|
2224
|
-
|
|
2225
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
2226
|
-
<div class="form-row ncd-active-check">
|
|
2227
|
-
<strong>Set Dead Band in mg</strong>
|
|
2228
|
-
<p>Filters out acceleration values below the dead band threshold, treating them as noise.</p>
|
|
2229
|
-
<div>
|
|
2230
|
-
<label for="node-input-deadband_80_active">Active:</label>
|
|
2231
|
-
<input type="checkbox" id="node-input-deadband_80_active" class="ncd-config-toggle" data-target-id="node-input-deadband_80" value="35">
|
|
2232
|
-
</div>
|
|
2233
|
-
<div>
|
|
2234
|
-
<label for="node-input-deadband_80"><i class="icon-tag"></i>Value:</label>
|
|
2235
|
-
<input type="text" id="node-input-deadband_80">
|
|
2236
|
-
</div>
|
|
2237
|
-
</div>
|
|
2238
|
-
</div>
|
|
2239
2212
|
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
2240
2213
|
<div class="form-row ncd-active-check">
|
|
2241
2214
|
<strong>Configure Enabled Axes</strong>
|
|
@@ -2268,7 +2241,7 @@
|
|
|
2268
2241
|
</div>
|
|
2269
2242
|
</div>
|
|
2270
2243
|
|
|
2271
|
-
<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>
|
|
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>
|
|
2272
2245
|
<div class="form-row ncd-active-check">
|
|
2273
2246
|
<strong>Sensor Boot Time</strong>
|
|
2274
2247
|
<p class="caption">
|
|
@@ -2286,7 +2259,7 @@
|
|
|
2286
2259
|
</div>
|
|
2287
2260
|
</div>
|
|
2288
2261
|
|
|
2289
|
-
<div class="ncd-dependent" data-sensor-14 data-sensor-15 data-sensor-45
|
|
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>
|
|
2290
2263
|
<div class="form-row ncd-active-check">
|
|
2291
2264
|
<strong>Auto Check Interval</strong>
|
|
2292
2265
|
<p class="caption">
|
|
@@ -2335,7 +2308,7 @@
|
|
|
2335
2308
|
</div>
|
|
2336
2309
|
</div>
|
|
2337
2310
|
|
|
2338
|
-
<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>
|
|
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>
|
|
2339
2312
|
<div class="form-row ncd-active-check">
|
|
2340
2313
|
<strong>Low Calibration Point</strong>
|
|
2341
2314
|
<div>
|
|
@@ -2369,6 +2342,40 @@
|
|
|
2369
2342
|
<input type="text" id="node-input-high_calibration_420ma" placeholder="68714" value="68714">
|
|
2370
2343
|
</div>
|
|
2371
2344
|
</div>
|
|
2345
|
+
<div class="form-row ncd-active-check">
|
|
2346
|
+
<strong>Set FSR</strong>
|
|
2347
|
+
<div>
|
|
2348
|
+
<label for="node-input-fsr_420ma_active">Active:</label>
|
|
2349
|
+
<input type="checkbox" id="node-input-fsr_420ma_active" class="ncd-config-toggle" data-target-id="node-input-fsr_420ma" value="1">
|
|
2350
|
+
</div>
|
|
2351
|
+
<div>
|
|
2352
|
+
<label for="node-input-fsr_420ma"><i class="icon-tag"></i>Value:</label>
|
|
2353
|
+
<select id="node-input-fsr_420ma">
|
|
2354
|
+
<option value="5">0.256</option>
|
|
2355
|
+
<option value="4">0.512</option>
|
|
2356
|
+
<option value="3">1.024</option>
|
|
2357
|
+
<option value="2">2.048</option>
|
|
2358
|
+
<option value="1">4.096</option>
|
|
2359
|
+
<option value="0" selected>6.114</option>
|
|
2360
|
+
</select>
|
|
2361
|
+
</div>
|
|
2362
|
+
</div>
|
|
2363
|
+
<div class="form-row ncd-active-check">
|
|
2364
|
+
<strong>Set Sensor Always On</strong>
|
|
2365
|
+
<p>This command will keep the external power to the sensor always enabled.</p>
|
|
2366
|
+
<p><strong>Note:</strong> This setting only applies to firmware version 15 or higher<p>
|
|
2367
|
+
<div>
|
|
2368
|
+
<label for="node-input-always_on_420ma_active">Active:</label>
|
|
2369
|
+
<input type="checkbox" id="node-input-always_on_420ma_active" class="ncd-config-toggle" data-target-id="node-input-always_on_420ma" value="1">
|
|
2370
|
+
</div>
|
|
2371
|
+
<div>
|
|
2372
|
+
<label for="node-input-always_on_420ma"><i class="icon-tag"></i>Value:</label>
|
|
2373
|
+
<select id="node-input-always_on_420ma">
|
|
2374
|
+
<option value="0" selected>Disable</option>
|
|
2375
|
+
<option value="1">Enable</option>
|
|
2376
|
+
</select>
|
|
2377
|
+
</div>
|
|
2378
|
+
</div>
|
|
2372
2379
|
</div>
|
|
2373
2380
|
<div class="ncd-dependent" data-sensor-505 data-sensor-506>
|
|
2374
2381
|
<div class="form-row ncd-active-check">
|
|
@@ -2841,45 +2848,45 @@
|
|
|
2841
2848
|
</div>
|
|
2842
2849
|
</div>
|
|
2843
2850
|
<div class="form-row ncd-active-check">
|
|
2844
|
-
|
|
2845
|
-
|
|
2846
|
-
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2851
|
-
|
|
2852
|
-
|
|
2853
|
-
|
|
2854
|
-
|
|
2855
|
-
|
|
2856
|
-
|
|
2857
|
-
|
|
2858
|
-
|
|
2859
|
-
|
|
2860
|
-
|
|
2861
|
-
|
|
2862
|
-
<div class="form-row ncd-active-check">
|
|
2863
|
-
|
|
2851
|
+
<strong>Set FLY Interval</strong>
|
|
2852
|
+
<div>
|
|
2853
|
+
<label for="node-input-fly_interval_108_active">Active:</label>
|
|
2854
|
+
<input type="checkbox" id="node-input-fly_interval_108_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_108" value="1">
|
|
2855
|
+
</div>
|
|
2856
|
+
<div>
|
|
2857
|
+
<label for="node-input-fly_interval_108"><i class="icon-tag"></i>Value:</label>
|
|
2858
|
+
<select id="node-input-fly_interval_108">
|
|
2859
|
+
<option value="60">1 Hour</option>
|
|
2860
|
+
<option value="120">2 Hours</option>
|
|
2861
|
+
<option value="240">4 Hours</option>
|
|
2862
|
+
<option value="480">8 Hours</option>
|
|
2863
|
+
<option value="720">12 Hours</option>
|
|
2864
|
+
<option value="1080">18 Hours</option>
|
|
2865
|
+
<option value="1440">24 Hours</option>
|
|
2866
|
+
</select>
|
|
2867
|
+
</div>
|
|
2868
|
+
</div>
|
|
2869
|
+
<div class="form-row ncd-active-check">
|
|
2870
|
+
<strong>Set Accelerometer Sample Rate</strong>
|
|
2864
2871
|
<p class="caption">
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
|
|
2868
|
-
|
|
2869
|
-
|
|
2870
|
-
|
|
2871
|
-
|
|
2872
|
-
|
|
2873
|
-
|
|
2874
|
-
|
|
2875
|
-
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
|
|
2882
|
-
|
|
2872
|
+
Only applies to sensor with firmware version 8 and above.
|
|
2873
|
+
</p>
|
|
2874
|
+
<div>
|
|
2875
|
+
<label for="node-input-sample_rate_108_active">Active:</label>
|
|
2876
|
+
<input type="checkbox" id="node-input-sample_rate_108_active" class="ncd-config-toggle" data-target-id="node-input-sample_rate_108" value="1">
|
|
2877
|
+
</div>
|
|
2878
|
+
<div>
|
|
2879
|
+
<label for="node-input-sample_rate_108"><i class="icon-tag"></i>Value:</label>
|
|
2880
|
+
<select id="node-input-sample_rate_108">
|
|
2881
|
+
<option value="0">10 Hz</option>
|
|
2882
|
+
<option value="1">20 Hz</option>
|
|
2883
|
+
<option value="2">50 Hz</option>
|
|
2884
|
+
<option value="3">100 Hz</option>
|
|
2885
|
+
<option value="4">200 Hz</option>
|
|
2886
|
+
<option value="5">400 Hz</option>
|
|
2887
|
+
</select>
|
|
2888
|
+
</div>
|
|
2889
|
+
</div>
|
|
2883
2890
|
</div>
|
|
2884
2891
|
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
2885
2892
|
<hr>
|
|
@@ -2895,29 +2902,30 @@
|
|
|
2895
2902
|
</div>
|
|
2896
2903
|
</div>
|
|
2897
2904
|
</div>
|
|
2898
|
-
|
|
2899
|
-
<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>
|
|
2900
|
-
<hr>
|
|
2905
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2901
2906
|
<div class="form-row ncd-active-check">
|
|
2902
|
-
<strong>
|
|
2907
|
+
<strong>Set Filtering</strong>
|
|
2908
|
+
<p>Enable/Disable built-in filters</p>
|
|
2903
2909
|
<div>
|
|
2904
|
-
<label for="node-input-
|
|
2905
|
-
<input type="checkbox" id="node-input-
|
|
2910
|
+
<label for="node-input-enable_filtering_110_active"><i class="icon-tag"></i>Active:</label>
|
|
2911
|
+
<input type="checkbox" id="node-input-enable_filtering_110_active" class="ncd-config-toggle" data-target-id="node-input-enable_filtering_110" value="1">
|
|
2906
2912
|
</div>
|
|
2907
2913
|
<div>
|
|
2908
|
-
<label for="node-input-
|
|
2909
|
-
<select id="node-input-
|
|
2910
|
-
<option value="0">
|
|
2911
|
-
<option value="1">
|
|
2912
|
-
<option value="2">150 Bytes</option>
|
|
2913
|
-
<option selected="selected" value="3">180 Bytes</option>
|
|
2914
|
+
<label for="node-input-enable_filtering_110"><i class="icon-tag"></i>Value:</label>
|
|
2915
|
+
<select id="node-input-enable_filtering_110">
|
|
2916
|
+
<option selected="selected" value="0">Enabled</option>
|
|
2917
|
+
<option value="1">Disabled</option>
|
|
2914
2918
|
</select>
|
|
2915
2919
|
</div>
|
|
2916
2920
|
</div>
|
|
2917
|
-
</div>
|
|
2918
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2919
2921
|
<div class="form-row ncd-active-check">
|
|
2920
2922
|
<strong>Probe 1: Output Data Rate</strong>
|
|
2923
|
+
<p>This would determine how many samples the output data has, which is directly related to the highest frequency components that can be measured.<br>
|
|
2924
|
+
In accordance with the Nyquist equation:<br>
|
|
2925
|
+
<br>
|
|
2926
|
+
f_max = ODR/2.56 Hz<br><br>
|
|
2927
|
+
Note: Increasing the ODR to 25600Hz introduces significant noise in the vibration data as it allows more frequencies in the resulting data.
|
|
2928
|
+
</p>
|
|
2921
2929
|
<div>
|
|
2922
2930
|
<label for="node-input-odr_p1_110_active"><i class="icon-tag"></i>Active:</label>
|
|
2923
2931
|
<input type="checkbox" id="node-input-odr_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-odr_p1_110" value="1">
|
|
@@ -2942,6 +2950,12 @@
|
|
|
2942
2950
|
<div class="ncd-dependent" data-sensor-111>
|
|
2943
2951
|
<div class="form-row ncd-active-check">
|
|
2944
2952
|
<strong>Probe 2: Output Data Rate</strong>
|
|
2953
|
+
<p>This would determine how many samples the output data has, which is directly related to the highest frequency components that can be measured.<br>
|
|
2954
|
+
In accordance with the Nyquist equation:<br>
|
|
2955
|
+
<br>
|
|
2956
|
+
f_max = ODR/2.56 Hz<br><br>
|
|
2957
|
+
Note: Increasing the ODR to 25600Hz introduces significant noise in the vibration data as it allows more frequencies in the resulting data.
|
|
2958
|
+
</p>
|
|
2945
2959
|
<div>
|
|
2946
2960
|
<label for="node-input-odr_p2_110_active"><i class="icon-tag"></i>Active:</label>
|
|
2947
2961
|
<input type="checkbox" id="node-input-odr_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-odr_p2_110" value="1">
|
|
@@ -2964,8 +2978,11 @@
|
|
|
2964
2978
|
</div>
|
|
2965
2979
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2966
2980
|
<div class="form-row ncd-active-check">
|
|
2967
|
-
<strong>Probe 1: Sampling Duration
|
|
2981
|
+
<strong>Probe 1: Sampling Duration</strong>
|
|
2968
2982
|
<p>
|
|
2983
|
+
Set the amount of time which the samples are taken.<br><br>
|
|
2984
|
+
Note: The sampling duration depends on the ODR.<br><br>
|
|
2985
|
+
1= 50msec, 2= 100msec<br>
|
|
2969
2986
|
Valid range: 1 - 100.
|
|
2970
2987
|
</p>
|
|
2971
2988
|
<div>
|
|
@@ -2980,8 +2997,11 @@
|
|
|
2980
2997
|
</div>
|
|
2981
2998
|
<div class="ncd-dependent" data-sensor-111>
|
|
2982
2999
|
<div class="form-row ncd-active-check">
|
|
2983
|
-
<strong>Probe 2: Sampling Duration
|
|
3000
|
+
<strong>Probe 2: Sampling Duration</strong>
|
|
2984
3001
|
<p>
|
|
3002
|
+
Set the amount of time which the samples are taken.<br><br>
|
|
3003
|
+
Note: The sampling duration depends on the ODR.<br><br>
|
|
3004
|
+
1= 50msec, 2= 100msec<br>
|
|
2985
3005
|
Valid range: 1 - 100.
|
|
2986
3006
|
</p>
|
|
2987
3007
|
<div>
|
|
@@ -2998,7 +3018,7 @@
|
|
|
2998
3018
|
<div class="form-row ncd-active-check">
|
|
2999
3019
|
<strong>Probe 1: Set Low Pass Filter</strong>
|
|
3000
3020
|
<p>
|
|
3001
|
-
This setting will set the LPF freq to ODR divided by Selected Value<br>
|
|
3021
|
+
This setting will set the LPF freq to ODR divided by Selected Value<br><br>
|
|
3002
3022
|
Example: ODR = 800 and Filter Coefficient = 4<br>
|
|
3003
3023
|
LPF freq = 800/4 = 200Hz
|
|
3004
3024
|
</p>
|
|
@@ -3027,7 +3047,7 @@
|
|
|
3027
3047
|
<div class="form-row ncd-active-check">
|
|
3028
3048
|
<strong>Probe 2: Set Low Pass Filter</strong>
|
|
3029
3049
|
<p>
|
|
3030
|
-
This setting will set the LPF freq to ODR divided by Selected Value<br>
|
|
3050
|
+
This setting will set the LPF freq to ODR divided by Selected Value<br><br>
|
|
3031
3051
|
Example: ODR = 800 and Filter Coefficient = 4<br>
|
|
3032
3052
|
LPF freq = 800/4 = 200Hz
|
|
3033
3053
|
</p>
|
|
@@ -3056,7 +3076,7 @@
|
|
|
3056
3076
|
<div class="form-row ncd-active-check">
|
|
3057
3077
|
<strong>Probe 1: Set High Pass Filter</strong>
|
|
3058
3078
|
<p>
|
|
3059
|
-
This setting will set the HPF freq to ODR divided by Selected Value<br>
|
|
3079
|
+
This setting will set the HPF freq to ODR divided by Selected Value<br><br>
|
|
3060
3080
|
Example: ODR = 800 and Filter Coefficient = 64<br>
|
|
3061
3081
|
HPF freq = 800/64 = 12.5Hz
|
|
3062
3082
|
</p>
|
|
@@ -3085,7 +3105,7 @@
|
|
|
3085
3105
|
<div class="form-row ncd-active-check">
|
|
3086
3106
|
<strong>Probe 2: Set High Pass Filter</strong>
|
|
3087
3107
|
<p>
|
|
3088
|
-
This setting will set the HPF freq to ODR divided by Selected Value<br>
|
|
3108
|
+
This setting will set the HPF freq to ODR divided by Selected Value<br><br>
|
|
3089
3109
|
Example: ODR = 800 and Filter Coefficient = 64<br>
|
|
3090
3110
|
HPF freq = 800/64 = 12.5Hz
|
|
3091
3111
|
</p>
|
|
@@ -3111,26 +3131,11 @@
|
|
|
3111
3131
|
</div>
|
|
3112
3132
|
</div>
|
|
3113
3133
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3114
|
-
<hr>
|
|
3115
|
-
<div class="form-row ncd-active-check">
|
|
3116
|
-
<strong>Mode</strong>
|
|
3117
|
-
<p>WARNING: If Mode is set to Raw it is recommended to also set the Destination Address configuration to the address of your Receiver/Gateway.</p>
|
|
3118
|
-
<div>
|
|
3119
|
-
<label for="node-input-mode_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3120
|
-
<input type="checkbox" id="node-input-mode_110_active" class="ncd-config-toggle" data-target-id="node-input-mode_110" value="1">
|
|
3121
|
-
</div>
|
|
3122
|
-
<div>
|
|
3123
|
-
<label for="node-input-mode_110"><i class="icon-tag"></i>Value:</label>
|
|
3124
|
-
<select id="node-input-mode_110">
|
|
3125
|
-
<option value="0">Processed</option>
|
|
3126
|
-
<option value="1">Raw</option>
|
|
3127
|
-
<option value="2">Processed + Raw on demand</option>
|
|
3128
|
-
<option value="3">Smart</option>
|
|
3129
|
-
</select>
|
|
3130
|
-
</div>
|
|
3131
|
-
</div>
|
|
3132
3134
|
<div class="form-row ncd-active-check">
|
|
3133
3135
|
<strong>Sampling Interval</strong>
|
|
3136
|
+
<p>Set how often will the sensor transmit measurement data.<br><br>
|
|
3137
|
+
Note: For this sensor, this value functions as the sampling interval rather than a traditional delay.
|
|
3138
|
+
</p>
|
|
3134
3139
|
<div>
|
|
3135
3140
|
<label for="node-input-sampling_interval_110_active">Active: </label>
|
|
3136
3141
|
<input type="checkbox" id="node-input-sampling_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_110" value="1">
|
|
@@ -3150,16 +3155,20 @@
|
|
|
3150
3155
|
</select>
|
|
3151
3156
|
</div>
|
|
3152
3157
|
</div>
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
<div>
|
|
3156
|
-
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Active:</label>
|
|
3157
|
-
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3158
|
-
</div>
|
|
3159
|
-
</div>
|
|
3158
|
+
</div>
|
|
3159
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3160
3160
|
<div class="form-row ncd-active-check">
|
|
3161
3161
|
<strong>Set Auto Raw Interval</strong>
|
|
3162
|
-
<p>
|
|
3162
|
+
<p>
|
|
3163
|
+
Set the Auto Time Domain (Raw) data transmission Interval, this interval is multiplied by the sample interval to determine how often the sensor should automatically transmit Time Domain (Raw) data.<br>
|
|
3164
|
+
The Auto Raw interval is determined by the sample interval value.<br><br>
|
|
3165
|
+
Example:<br>
|
|
3166
|
+
If the Auto Raw value is set to 1 and the sample interval is set to 10 minutes,
|
|
3167
|
+
Time Domain (Raw) data will be transmitted automatically every 10 minutes.<br>
|
|
3168
|
+
If the Auto Raw value is set to 5 and the sample interval is set to 10 minutes,
|
|
3169
|
+
Time Domain (Raw) data will be transmitted automatically every 50 minutes.<br><br>
|
|
3170
|
+
Note: This feature only works when the sensor is operating in Smart Mode.
|
|
3171
|
+
</p>
|
|
3163
3172
|
<div>
|
|
3164
3173
|
<label for="node-input-auto_raw_interval_110_active">Active:</label>
|
|
3165
3174
|
<input type="checkbox" id="node-input-auto_raw_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-auto_raw_interval_110" value="1">
|
|
@@ -3168,9 +3177,16 @@
|
|
|
3168
3177
|
<label for="node-input-auto_raw_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3169
3178
|
<input type="text" id="node-input-auto_raw_interval_110" value="0">
|
|
3170
3179
|
</div>
|
|
3180
|
+
<p class="caption">
|
|
3181
|
+
<i>Note: Auto Raw Transmission is disabled by default. Setting an interval value enables it, while setting it to 0 disables it.</i>
|
|
3182
|
+
</p>
|
|
3171
3183
|
</div>
|
|
3172
3184
|
<div class="form-row ncd-active-check">
|
|
3173
3185
|
<strong>Set Auto Raw Destination Address</strong>
|
|
3186
|
+
<p>
|
|
3187
|
+
Set the address where the Auto Time Domain (Raw) data will be transmitted, we recommend setting this to your gateway’s address.<br><br>
|
|
3188
|
+
Note: This feature only works when the sensor is operating in Smart Mode.
|
|
3189
|
+
</p>
|
|
3174
3190
|
<div>
|
|
3175
3191
|
<label for="node-input-auto_raw_destination_110_active">Active:</label>
|
|
3176
3192
|
<input type="checkbox" id="node-input-auto_raw_destination_110_active" class="ncd-config-toggle" data-target-id="node-input-auto_raw_destination_110" value="1">
|
|
@@ -3186,7 +3202,9 @@
|
|
|
3186
3202
|
</div>
|
|
3187
3203
|
<div class="form-row ncd-active-check">
|
|
3188
3204
|
<strong>Probe 1: Set Smart Mode Threshold</strong>
|
|
3189
|
-
<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
|
|
3205
|
+
<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.<br><br>
|
|
3206
|
+
Note: This feature only works when the sensor is operating in Smart Mode.
|
|
3207
|
+
</p>
|
|
3190
3208
|
<div>
|
|
3191
3209
|
<label for="node-input-smart_threshold_110_active">Active:</label>
|
|
3192
3210
|
<input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
|
|
@@ -3200,7 +3218,9 @@
|
|
|
3200
3218
|
<div class="ncd-dependent" data-sensor-111>
|
|
3201
3219
|
<div class="form-row ncd-active-check">
|
|
3202
3220
|
<strong>Probe 2: Set Smart Mode Threshold</strong>
|
|
3203
|
-
<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
|
|
3221
|
+
<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.<br><br>
|
|
3222
|
+
Note: This feature only works when the sensor is operating in Smart Mode.
|
|
3223
|
+
</p>
|
|
3204
3224
|
<div>
|
|
3205
3225
|
<label for="node-input-smart_threshold_p2_110_active">Active:</label>
|
|
3206
3226
|
<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">
|
|
@@ -3214,7 +3234,9 @@
|
|
|
3214
3234
|
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3215
3235
|
<div class="form-row ncd-active-check">
|
|
3216
3236
|
<strong>Set Smart Mode Skip Interval</strong>
|
|
3217
|
-
<p>Sensor will skip sending data this many times if vibration is below the smart threshold
|
|
3237
|
+
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.<br><br>
|
|
3238
|
+
Note: This feature only works when the sensor is operating in Smart Mode.
|
|
3239
|
+
</p>
|
|
3218
3240
|
<div>
|
|
3219
3241
|
<label for="node-input-smart_interval_110_active">Active:</label>
|
|
3220
3242
|
<input type="checkbox" id="node-input-smart_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_interval_110" value="1">
|
|
@@ -3224,8 +3246,98 @@
|
|
|
3224
3246
|
<input type="text" id="node-input-smart_interval_110" value="1">
|
|
3225
3247
|
</div>
|
|
3226
3248
|
</div>
|
|
3249
|
+
<div class="form-row ncd-active-check">
|
|
3250
|
+
<div>
|
|
3251
|
+
<strong>Probe 1: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
3252
|
+
<p>Set a breakpoint for sensor to wake up and broadcast readings. This is an interrupt based configuration ideal for devices with minimal workload/uptime.</p>
|
|
3253
|
+
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 wakes the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
3254
|
+
<p>Valid Input Range: 0 - 40<br>
|
|
3255
|
+
A value of 0 will disable this feature.</p>
|
|
3256
|
+
</div>
|
|
3257
|
+
<div>
|
|
3258
|
+
<label for="node-input-motion_detect_threshold_p1_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3259
|
+
<input type="checkbox" id="node-input-motion_detect_threshold_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-motion_detect_threshold_p1_110" value="1">
|
|
3260
|
+
</div>
|
|
3261
|
+
<div>
|
|
3262
|
+
<label for="node-input-motion_detect_threshold_p1_110"><i class="icon-tag"></i> Value</label>
|
|
3263
|
+
<input type="text" id="node-input-motion_detect_threshold_p1_110" placeholder="10" value="10">
|
|
3264
|
+
</div>
|
|
3265
|
+
<p class="caption">
|
|
3266
|
+
<i>Note: Only applies to sensor with firmware version 24 and above.</i>
|
|
3267
|
+
</p>
|
|
3268
|
+
</div>
|
|
3269
|
+
</div>
|
|
3270
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
3271
|
+
<div class="form-row ncd-active-check">
|
|
3272
|
+
<div>
|
|
3273
|
+
<strong>Probe 2: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
3274
|
+
<p>Set a breakpoint for sensor to wake up and broadcast readings. This is an interrupt based configuration ideal for devices with minimal workload/uptime.</p>
|
|
3275
|
+
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 wakes the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
3276
|
+
<p>Valid Input Range: 0 - 40<br>
|
|
3277
|
+
A value of 0 will disable this feature.<br>
|
|
3278
|
+
</p>
|
|
3279
|
+
</div>
|
|
3280
|
+
<div>
|
|
3281
|
+
<label for="node-input-motion_detect_threshold_p2_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3282
|
+
<input type="checkbox" id="node-input-motion_detect_threshold_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-motion_detect_threshold_p2_110" value="1">
|
|
3283
|
+
</div>
|
|
3284
|
+
<div>
|
|
3285
|
+
<label for="node-input-motion_detect_threshold_p2_110"><i class="icon-tag"></i> Value</label>
|
|
3286
|
+
<input type="text" id="node-input-motion_detect_threshold_p2_110" placeholder="10" value="10">
|
|
3287
|
+
</div>
|
|
3288
|
+
<p class="caption">
|
|
3289
|
+
<i>Note: Only applies to sensor with firmware version 24 and above.</i>
|
|
3290
|
+
</p>
|
|
3291
|
+
</div>
|
|
3292
|
+
</div>
|
|
3293
|
+
<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>
|
|
3294
|
+
<div class="form-row ncd-active-check">
|
|
3295
|
+
<strong>Full Scale Range</strong>
|
|
3296
|
+
<p>
|
|
3297
|
+
Set how large of a range the device can measure acceleration in.<br><br>
|
|
3298
|
+
Example: +/- 8g would mean that it would measure at most up to 8g and down to -8g.
|
|
3299
|
+
</p>
|
|
3300
|
+
<div>
|
|
3301
|
+
<label for="node-input-full_scale_range_101_active">Active:</label>
|
|
3302
|
+
<input type="checkbox" id="node-input-full_scale_range_101_active" class="ncd-config-toggle" data-target-id="node-input-full_scale_range_101" value="1">
|
|
3303
|
+
</div>
|
|
3304
|
+
<div>
|
|
3305
|
+
<label for="node-input-full_scale_range_101"><i class="icon-tag"></i>Value:</label>
|
|
3306
|
+
<select id="node-input-full_scale_range_101">
|
|
3307
|
+
<option value="0">+/- 2g</option>
|
|
3308
|
+
<option value="1">+/- 4g</option>
|
|
3309
|
+
<option value="2">+/- 8g</option>
|
|
3310
|
+
<option value="3">+/- 16g</option>
|
|
3311
|
+
<option value="4">+/- 32g</option>
|
|
3312
|
+
<option value="5">+/- 64g</option>
|
|
3313
|
+
</select>
|
|
3314
|
+
</div>
|
|
3315
|
+
</div>
|
|
3316
|
+
</div>
|
|
3317
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
3318
|
+
<div class="form-row ncd-active-check">
|
|
3319
|
+
<strong>Set Dead Band in mg</strong>
|
|
3320
|
+
<p>
|
|
3321
|
+
Filters out acceleration values below the dead band threshold, treating them as noise.<br>
|
|
3322
|
+
This value determines the minimum acceleration would have to be for it to be registered as a measurement. Values below the threshold it would be perceived as 0.<br><br>
|
|
3323
|
+
Example: A value of 10 would mean that vibrations below 10mg would be considered as 0.
|
|
3324
|
+
</p>
|
|
3325
|
+
<div>
|
|
3326
|
+
<label for="node-input-deadband_80_active">Active:</label>
|
|
3327
|
+
<input type="checkbox" id="node-input-deadband_80_active" class="ncd-config-toggle" data-target-id="node-input-deadband_80" value="35">
|
|
3328
|
+
</div>
|
|
3329
|
+
<div>
|
|
3330
|
+
<label for="node-input-deadband_80"><i class="icon-tag"></i>Value:</label>
|
|
3331
|
+
<input type="text" id="node-input-deadband_80">
|
|
3332
|
+
</div>
|
|
3333
|
+
</div>
|
|
3334
|
+
</div>
|
|
3335
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3227
3336
|
<div class="form-row ncd-active-check">
|
|
3228
3337
|
<strong>Set FLY Interval</strong>
|
|
3338
|
+
<p>
|
|
3339
|
+
Set the interval at which the sensor will transmit FLY packets. FLY packets are what allows Node-Red to reconfigure the sensor so this determines how often the sensor should check in for updated configurations.<br>
|
|
3340
|
+
</p>
|
|
3229
3341
|
<div>
|
|
3230
3342
|
<label for="node-input-fly_interval_110_active">Active:</label>
|
|
3231
3343
|
<input type="checkbox" id="node-input-fly_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_110" value="1">
|
|
@@ -3244,7 +3356,11 @@
|
|
|
3244
3356
|
</div>
|
|
3245
3357
|
</div>
|
|
3246
3358
|
<div class="form-row ncd-active-check">
|
|
3247
|
-
<strong>
|
|
3359
|
+
<strong>RPM Calculate Status</strong>
|
|
3360
|
+
<p>
|
|
3361
|
+
Enable/Disable Revolutions Per Minute Calculate Status<br>
|
|
3362
|
+
When a measurement sample is taken you can choose to not calculate the RPM, this will shorten the measurement time and save on battery.<br>
|
|
3363
|
+
</p>
|
|
3248
3364
|
<div>
|
|
3249
3365
|
<label for="node-input-enable_rpm_calculate_status_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3250
3366
|
<input type="checkbox" id="node-input-enable_rpm_calculate_status_110_active" class="ncd-config-toggle" data-target-id="node-input-enable_rpm_calculate_status_110" value="1">
|
|
@@ -3252,13 +3368,30 @@
|
|
|
3252
3368
|
<div>
|
|
3253
3369
|
<label for="node-input-enable_rpm_calculate_status_110"><i class="icon-tag"></i>Value:</label>
|
|
3254
3370
|
<select id="node-input-enable_rpm_calculate_status_110">
|
|
3255
|
-
<option selected="selected" value="
|
|
3256
|
-
<option value="
|
|
3371
|
+
<option selected="selected" value="1">Enabled</option>
|
|
3372
|
+
<option value="0">Disabled</option>
|
|
3257
3373
|
</select>
|
|
3258
3374
|
</div>
|
|
3259
3375
|
</div>
|
|
3376
|
+
</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>
|
|
3378
|
+
<div class="form-row ncd-active-check">
|
|
3379
|
+
<strong>Set RTC</strong>
|
|
3380
|
+
<p>
|
|
3381
|
+
Set the value for the Internal Real Time Clock.
|
|
3382
|
+
</p>
|
|
3383
|
+
<div>
|
|
3384
|
+
<label for="node-input-set_rtc_101"><i class="icon-tag"></i>Active:</label>
|
|
3385
|
+
<input type="checkbox" id="node-input-set_rtc_101" value="1">
|
|
3386
|
+
</div>
|
|
3387
|
+
</div>
|
|
3388
|
+
</div>
|
|
3389
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3260
3390
|
<div class="form-row ncd-active-check">
|
|
3261
3391
|
<strong>Set Max Raw Sample</strong>
|
|
3392
|
+
<p>
|
|
3393
|
+
Set the maximum number of samples the sensor captures for Time Domain (Raw) data , by reducing the sample duration.
|
|
3394
|
+
</p>
|
|
3262
3395
|
<div>
|
|
3263
3396
|
<label for="node-input-max_raw_sample_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3264
3397
|
<input type="checkbox" id="node-input-max_raw_sample_110_active" class="ncd-config-toggle" data-target-id="node-input-max_raw_sample_110" value="1">
|
|
@@ -3274,10 +3407,46 @@
|
|
|
3274
3407
|
</select>
|
|
3275
3408
|
</div>
|
|
3276
3409
|
</div>
|
|
3410
|
+
<div class="form-row ncd-active-check">
|
|
3411
|
+
<strong>Clear Probe Uptimers</strong>
|
|
3412
|
+
<p>
|
|
3413
|
+
This setting will zero out the uptime value.<br><br>
|
|
3414
|
+
Note: When the measured vibration is above a threshold value we can deduct that the machine is on and start a counter to measure the uptime.
|
|
3415
|
+
</p>
|
|
3416
|
+
<div>
|
|
3417
|
+
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Active:</label>
|
|
3418
|
+
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3419
|
+
</div>
|
|
3420
|
+
</div>
|
|
3421
|
+
</div>
|
|
3422
|
+
<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
|
+
<div class="form-row ncd-active-check">
|
|
3424
|
+
<strong>Payload Length</strong>
|
|
3425
|
+
<p>
|
|
3426
|
+
Set the size of the data payload the sensor sends when it transmit a message.<br>
|
|
3427
|
+
</p>
|
|
3428
|
+
<div>
|
|
3429
|
+
<label for="node-input-payload_length_80_active">Active:</label>
|
|
3430
|
+
<input type="checkbox" id="node-input-payload_length_80_active" class="ncd-config-toggle" data-target-id="node-input-payload_length_80" value="1">
|
|
3431
|
+
</div>
|
|
3432
|
+
<div>
|
|
3433
|
+
<label for="node-input-payload_length_80"><i class="icon-tag"></i>Value:</label>
|
|
3434
|
+
<select id="node-input-payload_length_80">
|
|
3435
|
+
<option value="0">55 Bytes</option>
|
|
3436
|
+
<option value="1">100 Bytes</option>
|
|
3437
|
+
<option value="2">150 Bytes</option>
|
|
3438
|
+
<option selected="selected" value="3">180 Bytes</option>
|
|
3439
|
+
</select>
|
|
3440
|
+
</div>
|
|
3441
|
+
<p class="caption">
|
|
3442
|
+
<i>Note: For the 2.4GHz version you need to operate with a 55 Byte payload.</i>
|
|
3443
|
+
</p>
|
|
3444
|
+
</div>
|
|
3277
3445
|
</div>
|
|
3278
3446
|
<div class="ncd-dependent" data-sensor-112>
|
|
3279
3447
|
<div class="form-row ncd-active-check">
|
|
3280
|
-
<strong>Set
|
|
3448
|
+
<strong>Set Thermocouple Type</strong>
|
|
3449
|
+
<p>Set the type of thermocouple being used, this device supports eight thermocouple types (e.g., K, J, T, N, S, E, B, R).</p>
|
|
3281
3450
|
<div>
|
|
3282
3451
|
<label for="node-input-thermocouple_type_112_active">Active:</label>
|
|
3283
3452
|
<input type="checkbox" id="node-input-thermocouple_type_112_active" class="ncd-config-toggle" data-target-id="node-input-thermocouple_type_112" value="1">
|
|
@@ -3297,7 +3466,19 @@
|
|
|
3297
3466
|
</div>
|
|
3298
3467
|
</div>
|
|
3299
3468
|
<div class="form-row ncd-active-check">
|
|
3300
|
-
<strong>Set
|
|
3469
|
+
<strong>Set Thermocouple Filter Level</strong>
|
|
3470
|
+
<p>The sensor applies the selected filter level by averaging multiple temperature readings over time.
|
|
3471
|
+
A higher filter level smooths out rapid fluctuations (noise) in the measurements, resulting in more stable data but with a slower response.
|
|
3472
|
+
A lower filter level offers quicker response but with potentially more noise in the data.<br>
|
|
3473
|
+
<br>
|
|
3474
|
+
0: Filter off (No filtering applied).<br>
|
|
3475
|
+
1: Minimum filter (Light filtering, minimal impact on noise).<br>
|
|
3476
|
+
2: Slightly higher filtering than level 1.<br>
|
|
3477
|
+
3: Moderate filtering.<br>
|
|
3478
|
+
4: Mid filter (Balanced filtering for most use cases).<br>
|
|
3479
|
+
5: Stronger filtering.<br>
|
|
3480
|
+
6: Higher filtering than level 5.<br>
|
|
3481
|
+
7: Maximum filter (Strongest filtering for noisy environments).</p>
|
|
3301
3482
|
<div>
|
|
3302
3483
|
<label for="node-input-filter_thermocouple_112_active">Active:</label>
|
|
3303
3484
|
<input type="checkbox" id="node-input-filter_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-filter_thermocouple_112" value="1">
|
|
@@ -3317,7 +3498,9 @@
|
|
|
3317
3498
|
</div>
|
|
3318
3499
|
</div>
|
|
3319
3500
|
<div class="form-row ncd-active-check">
|
|
3320
|
-
<strong>Set
|
|
3501
|
+
<strong>Set Thermocouple Cold Junction Resolution</strong>
|
|
3502
|
+
<p>The internal chip integrates an ambient temperature sensor which can be used to measure the thermocouple cold-junction temperature.
|
|
3503
|
+
The temperature resolution is user-selectable to 0.0625°C or 0.25°C resolutions and setting the resolution determines the temperature update rate.</p>
|
|
3321
3504
|
<div>
|
|
3322
3505
|
<label for="node-input-cold_junction_thermocouple_112_active">Active:</label>
|
|
3323
3506
|
<input type="checkbox" id="node-input-cold_junction_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-cold_junction_thermocouple_112" value="1">
|
|
@@ -3331,7 +3514,9 @@
|
|
|
3331
3514
|
</div>
|
|
3332
3515
|
</div>
|
|
3333
3516
|
<div class="form-row ncd-active-check">
|
|
3334
|
-
<strong>Set
|
|
3517
|
+
<strong>Set Thermocouple ADC Resolution</strong>
|
|
3518
|
+
<p>The ADC measurement resolution is selectable, which enables the user to choose faster conversion times with
|
|
3519
|
+
reduced resolution. This feature is useful to detect fast transient temperatures.</p>
|
|
3335
3520
|
<div>
|
|
3336
3521
|
<label for="node-input-sample_resolution_thermocouple_112_active">Active:</label>
|
|
3337
3522
|
<input type="checkbox" id="node-input-sample_resolution_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-sample_resolution_thermocouple_112" value="1">
|
|
@@ -3347,7 +3532,9 @@
|
|
|
3347
3532
|
</div>
|
|
3348
3533
|
</div>
|
|
3349
3534
|
<div class="form-row ncd-active-check">
|
|
3350
|
-
<strong>Set
|
|
3535
|
+
<strong>Set Thermocouple Number of Samples</strong>
|
|
3536
|
+
<p>Specifies how many temperature samples are taken per measurement, in addition, if the filter option is enabled, then the filter
|
|
3537
|
+
engine is applied to each temperature sample.</p>
|
|
3351
3538
|
<div>
|
|
3352
3539
|
<label for="node-input-number_of_samples_thermocouple_112_active">Active:</label>
|
|
3353
3540
|
<input type="checkbox" id="node-input-number_of_samples_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-number_of_samples_thermocouple_112" value="1">
|
|
@@ -3367,7 +3554,8 @@
|
|
|
3367
3554
|
</div>
|
|
3368
3555
|
</div>
|
|
3369
3556
|
<div class="form-row ncd-active-check">
|
|
3370
|
-
<strong>Set
|
|
3557
|
+
<strong>Set Thermocuple Measurement Type</strong>
|
|
3558
|
+
<p>Configures the sensor to measure either the hot-junction temperature, cold-junction temperature, or the differential between them.</p>
|
|
3371
3559
|
<div>
|
|
3372
3560
|
<label for="node-input-measurement_type_thermocouple_112_active">Active:</label>
|
|
3373
3561
|
<input type="checkbox" id="node-input-measurement_type_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-measurement_type_thermocouple_112" value="1">
|
|
@@ -3382,7 +3570,7 @@
|
|
|
3382
3570
|
</div>
|
|
3383
3571
|
</div>
|
|
3384
3572
|
<div class="form-row ncd-active-check">
|
|
3385
|
-
<strong>Set
|
|
3573
|
+
<strong>Set Thermocouple Operation Mode</strong>
|
|
3386
3574
|
<div>
|
|
3387
3575
|
<label for="node-input-operation_mode_thermocouple_112_active">Active:</label>
|
|
3388
3576
|
<input type="checkbox" id="node-input-operation_mode_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-operation_mode_thermocouple_112" value="1">
|
|
@@ -4376,28 +4564,122 @@
|
|
|
4376
4564
|
</div>
|
|
4377
4565
|
</div>
|
|
4378
4566
|
</div>
|
|
4567
|
+
<div class="ncd-dependent" data-sensor-121>
|
|
4568
|
+
<div class="form-row ncd-active-check">
|
|
4569
|
+
<strong>Enable Quality of Service</strong>
|
|
4570
|
+
<p class="caption">
|
|
4571
|
+
This setting only functions when a Destination Address is also configured into the sensor.<br>
|
|
4572
|
+
If QoS is enabled the sensor will wait for a receipt acknowledgement from the intended receiver before resuming sleep.<br>
|
|
4573
|
+
If no receipt acknowledgement is received the sensor will one more time to transmit the data.
|
|
4574
|
+
</p>
|
|
4575
|
+
<div>
|
|
4576
|
+
<label for="node-input-quality_of_service_121_active">Active:</label>
|
|
4577
|
+
<input type="checkbox" id="node-input-quality_of_service_121_active" class="ncd-config-toggle" data-target-id="node-input-quality_of_service_121" value="1">
|
|
4578
|
+
</div>
|
|
4579
|
+
<div>
|
|
4580
|
+
<label for="node-input-quality_of_service_121"><i class="icon-tag"></i>Value:</label>
|
|
4581
|
+
<select id="node-input-quality_of_service_121">
|
|
4582
|
+
<option value="0" selected>Disabled</option>
|
|
4583
|
+
<option value="1">Enabled</option>
|
|
4584
|
+
</select>
|
|
4585
|
+
</div>
|
|
4586
|
+
</div>
|
|
4587
|
+
<div class="form-row ncd-active-check">
|
|
4588
|
+
<strong>Set Wood Type</strong>
|
|
4589
|
+
<div>
|
|
4590
|
+
<label for="node-input-wood_type_121_active">Active:</label>
|
|
4591
|
+
<input type="checkbox" id="node-input-wood_type_121_active" class="ncd-config-toggle" data-target-id="node-input-wood_type_121" value="1">
|
|
4592
|
+
</div>
|
|
4593
|
+
<div>
|
|
4594
|
+
<label for="node-input-wood_type_121"><i class="icon-tag"></i>Value:</label>
|
|
4595
|
+
<select id="node-input-wood_type_121">
|
|
4596
|
+
<option value="0">Unknown</option>
|
|
4597
|
+
<option value="1">Bald Cypress</option>
|
|
4598
|
+
<option value="2">Douglas Fir</option>
|
|
4599
|
+
<option value="3">Fir California Red</option>
|
|
4600
|
+
<option value="4">Fir White</option>
|
|
4601
|
+
<option value="5">Hemlock Eastern</option>
|
|
4602
|
+
<option value="6">Hemlock Western</option>
|
|
4603
|
+
<option value="7">Larch Western</option>
|
|
4604
|
+
<option value="8">Pine Jack</option>
|
|
4605
|
+
<option value="9">Pine Longleaf</option>
|
|
4606
|
+
<option value="10">Pine Red</option>
|
|
4607
|
+
<option value="11">Pine White</option>
|
|
4608
|
+
<option value="12">Pine Ponderosa</option>
|
|
4609
|
+
<option value="13">Pine Shortleaf</option>
|
|
4610
|
+
<option value="14">Spruce Black</option>
|
|
4611
|
+
<option value="15">Spruce Sitka</option>
|
|
4612
|
+
<option value="16">Ash Black</option>
|
|
4613
|
+
<option value="17">Ash White</option>
|
|
4614
|
+
<option value="18">Aspen Bigtooth</option>
|
|
4615
|
+
<option value="19">Basswood</option>
|
|
4616
|
+
<option value="20">Birch</option>
|
|
4617
|
+
<option value="21">Birch Paper</option>
|
|
4618
|
+
<option value="22">Oak Northern Red</option>
|
|
4619
|
+
<option value="23">Oak White</option>
|
|
4620
|
+
<option value="24">Walnut Black</option>
|
|
4621
|
+
</select>
|
|
4622
|
+
</div>
|
|
4623
|
+
</div>
|
|
4624
|
+
</div>
|
|
4379
4625
|
<div class="ncd-dependent" data-sensor-217>
|
|
4380
|
-
|
|
4381
|
-
|
|
4382
|
-
|
|
4383
|
-
|
|
4384
|
-
|
|
4385
|
-
|
|
4386
|
-
|
|
4387
|
-
|
|
4388
|
-
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4396
|
-
|
|
4397
|
-
|
|
4398
|
-
|
|
4399
|
-
|
|
4400
|
-
|
|
4626
|
+
<div class="form-row ncd-active-check">
|
|
4627
|
+
<strong>Tare The Scale</strong>
|
|
4628
|
+
<div>
|
|
4629
|
+
<label for="node-input-tare_the_scale_217"><i class="icon-tag"></i>Active:</label>
|
|
4630
|
+
<input type="checkbox" id="node-input-tare_the_scale_217" value="1">
|
|
4631
|
+
</div>
|
|
4632
|
+
</div>
|
|
4633
|
+
<div class="form-row ncd-active-check">
|
|
4634
|
+
<div>
|
|
4635
|
+
<strong>Set Weight Calibration</strong>
|
|
4636
|
+
</div>
|
|
4637
|
+
<div>
|
|
4638
|
+
<label for="node-input-weight_calib_217_active"><i class="icon-tag"></i>Active:</label>
|
|
4639
|
+
<input type="checkbox" id="node-input-weight_calib_217_active" class="ncd-config-toggle" data-target-id="node-input-weight_calib_217" value="1">
|
|
4640
|
+
</div>
|
|
4641
|
+
<div>
|
|
4642
|
+
<label for="node-input-weight_calib_217"><i class="icon-tag"></i> Value</label>
|
|
4643
|
+
<input type="text" id="node-input-weight_calib_217" placeholder="0" value="0">
|
|
4644
|
+
</div>
|
|
4645
|
+
</div>
|
|
4646
|
+
</div>
|
|
4647
|
+
<div class="ncd-dependent" data-sensor-26>
|
|
4648
|
+
<div class="form-row ncd-active-check">
|
|
4649
|
+
<div>
|
|
4650
|
+
<strong>Set Pressure Limit</strong>
|
|
4651
|
+
<p>
|
|
4652
|
+
If the pressure goes above the threshold, the sensor will start sending data every second, which will quickly drain the battery.<br><br>
|
|
4653
|
+
Valid range: 5 - 5000.
|
|
4654
|
+
</p>
|
|
4655
|
+
</div>
|
|
4656
|
+
<div>
|
|
4657
|
+
<label for="node-input-pressure_limit_26_active"><i class="icon-tag"></i>Active:</label>
|
|
4658
|
+
<input type="checkbox" id="node-input-pressure_limit_26_active" class="ncd-config-toggle" data-target-id="node-input-pressure_limit_26" value="1">
|
|
4659
|
+
</div>
|
|
4660
|
+
<div>
|
|
4661
|
+
<label for="node-input-pressure_limit_26"><i class="icon-tag"></i> Value</label>
|
|
4662
|
+
<input type="text" id="node-input-pressure_limit_26" placeholder="0" value="0">
|
|
4663
|
+
</div>
|
|
4664
|
+
</div>
|
|
4665
|
+
<div class="form-row ncd-active-check">
|
|
4666
|
+
<strong>Auto Pressure Check</strong>
|
|
4667
|
+
<p>
|
|
4668
|
+
Enable or disable the auto pressure check, keep in mind it will drain the battery if enabled.
|
|
4669
|
+
</p>
|
|
4670
|
+
<div>
|
|
4671
|
+
<label for="node-input-auto_pressure_check_26_active">Active:</label>
|
|
4672
|
+
<input type="checkbox" id="node-input-auto_pressure_check_26_active" class="ncd-config-toggle" data-target-id="node-input-auto_pressure_check_26" value="1">
|
|
4673
|
+
</div>
|
|
4674
|
+
<div>
|
|
4675
|
+
<label for="node-input-auto_pressure_check_26"><i class="icon-tag"></i>Value:</label>
|
|
4676
|
+
<select id="node-input-auto_pressure_check_26">
|
|
4677
|
+
<option value="0" selected>Disabled</option>
|
|
4678
|
+
<option value="1">Enabled</option>
|
|
4679
|
+
</select>
|
|
4680
|
+
</div>
|
|
4681
|
+
</div>
|
|
4682
|
+
</div>
|
|
4401
4683
|
</div>
|
|
4402
4684
|
</div>
|
|
4403
4685
|
</script>
|