@ncd-io/node-red-enterprise-sensors 1.1.2 → 1.1.4
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 +278 -95
- package/package.json +1 -1
- package/wireless.html +708 -288
- package/wireless.js +88 -50
package/wireless.html
CHANGED
|
@@ -324,11 +324,6 @@
|
|
|
324
324
|
led_velocity_threshold_84_active: {value: ""},
|
|
325
325
|
led_velocity_threshold_84: {},
|
|
326
326
|
|
|
327
|
-
acceleration_interrupt_threshold_p1_84_active: {value: ""},
|
|
328
|
-
acceleration_interrupt_threshold_p1_84: {},
|
|
329
|
-
acceleration_interrupt_threshold_p2_84_active: {value: ""},
|
|
330
|
-
acceleration_interrupt_threshold_p2_84: {},
|
|
331
|
-
|
|
332
327
|
set_rtc_101:{value:0},
|
|
333
328
|
set_rtc_202:{value:0},
|
|
334
329
|
|
|
@@ -619,9 +614,54 @@
|
|
|
619
614
|
number_of_samples_thermocouple:{value:0},
|
|
620
615
|
measurement_type_thermocouple_active:{value: ""},
|
|
621
616
|
measurement_type_thermocouple:{value:0},
|
|
622
|
-
|
|
617
|
+
|
|
623
618
|
mode_97_active: {value: ""},
|
|
624
|
-
mode_97: {value: 0}
|
|
619
|
+
mode_97: {value: 0},
|
|
620
|
+
|
|
621
|
+
pressure_sensor_type_21_active: {value: ""},
|
|
622
|
+
pressure_sensor_type_21: {value: 0},
|
|
623
|
+
|
|
624
|
+
thermocouple_type_112_active: {value:""},
|
|
625
|
+
thermocouple_type_112: {value: 0},
|
|
626
|
+
filter_thermocouple_112_active: {value: ""},
|
|
627
|
+
filter_thermocouple_112: {value:0},
|
|
628
|
+
cold_junction_thermocouple_112_active: {value: ""},
|
|
629
|
+
cold_junction_thermocouple_112: {value:0},
|
|
630
|
+
sample_resolution_thermocouple_112_active: {value: ""},
|
|
631
|
+
sample_resolution_thermocouple_112: {value:0},
|
|
632
|
+
number_of_samples_thermocouple_112_active: {value: ""},
|
|
633
|
+
number_of_samples_thermocouple_112: {value:0},
|
|
634
|
+
operation_mode_thermocouple_112_active: {value: ""},
|
|
635
|
+
operation_mode_thermocouple_112: {value: 0},
|
|
636
|
+
measurement_type_thermocouple_112_active: {value: ""},
|
|
637
|
+
measurement_type_thermocouple_112: {value:0},
|
|
638
|
+
enable_rpm_calculate_status_110_active: {value: ""},
|
|
639
|
+
enable_rpm_calculate_status_110: {value:0},
|
|
640
|
+
|
|
641
|
+
odr_p1_110_active: {value: ""},
|
|
642
|
+
odr_p1_110: {value:0},
|
|
643
|
+
odr_p2_110_active: {value: ""},
|
|
644
|
+
odr_p2_110: {value:0},
|
|
645
|
+
sampling_duration_p1_110_active: {value: ""},
|
|
646
|
+
sampling_duration_p1_110: {value: 1, validate: NCD_validators.number_range(1, 100)},
|
|
647
|
+
sampling_duration_p2_110_active: {value: ""},
|
|
648
|
+
sampling_duration_p2_110: {value: 1, validate: NCD_validators.number_range(1, 100)},
|
|
649
|
+
low_pass_filter_p1_110_active: {value: ""},
|
|
650
|
+
low_pass_filter_p1_110: {value:0},
|
|
651
|
+
low_pass_filter_p2_110_active: {value: ""},
|
|
652
|
+
low_pass_filter_p2_110: {value:0},
|
|
653
|
+
high_pass_filter_p1_110_active: {value: ""},
|
|
654
|
+
high_pass_filter_p1_110: {value:0},
|
|
655
|
+
high_pass_filter_p2_110_active: {value: ""},
|
|
656
|
+
high_pass_filter_p2_110: {value:0},
|
|
657
|
+
|
|
658
|
+
acceleration_interrupt_threshold_84_active: {value: ""},
|
|
659
|
+
acceleration_interrupt_threshold_84: {value: 0, validate: NCD_validators.number_range(0, 40)},
|
|
660
|
+
|
|
661
|
+
motion_detect_threshold_p1_110_active: {value: ""},
|
|
662
|
+
motion_detect_threshold_p1_110: {value: 0, validate: NCD_validators.number_range(0, 40)},
|
|
663
|
+
motion_detect_threshold_p2_110_active: {value: ""},
|
|
664
|
+
motion_detect_threshold_p2_110: {value: 0, validate: NCD_validators.number_range(0, 40)},
|
|
625
665
|
},
|
|
626
666
|
inputs: 0,
|
|
627
667
|
outputs: 1,
|
|
@@ -1060,7 +1100,7 @@
|
|
|
1060
1100
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1061
1101
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1062
1102
|
</div>
|
|
1063
|
-
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-32 data-sensor-33 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-58 data-sensor-74 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-87 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-97 data-sensor-98 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-118 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
|
|
1103
|
+
<div class="form-row ncd-dependent" data-sensor-23 data-sensor-26 data-sensor-32 data-sensor-33 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-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-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-118 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-1010 data-sensor-1011>
|
|
1064
1104
|
<hr>
|
|
1065
1105
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1066
1106
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1561,6 +1601,66 @@
|
|
|
1561
1601
|
</div>
|
|
1562
1602
|
</div>
|
|
1563
1603
|
</div>
|
|
1604
|
+
<div class="ncd-dependent" data-sensor-84 data-sensor-519 data-sensor-537>
|
|
1605
|
+
<div class="form-row ncd-active-check">
|
|
1606
|
+
<div>
|
|
1607
|
+
<strong>Set Acceleration Wake/Interrupt Threshold</strong>
|
|
1608
|
+
<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>
|
|
1609
|
+
<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>
|
|
1610
|
+
<p>Valid Input Range: 0 - 40<br>
|
|
1611
|
+
A value of 0 will disable this feature.<br>
|
|
1612
|
+
Only applies to sensor with firmware version 24 and above.</p>
|
|
1613
|
+
</div>
|
|
1614
|
+
<div>
|
|
1615
|
+
<label for="node-input-acceleration_interrupt_threshold_84_active"><i class="icon-tag"></i> Auto Config</label>
|
|
1616
|
+
<input type="checkbox" id="node-input-acceleration_interrupt_threshold_84_active" class="ncd-config-toggle" data-target-id="node-input-acceleration_interrupt_threshold_84" value="1">
|
|
1617
|
+
</div>
|
|
1618
|
+
<div>
|
|
1619
|
+
<label for="node-input-acceleration_interrupt_threshold_84"><i class="icon-tag"></i> Value</label>
|
|
1620
|
+
<input type="text" id="node-input-acceleration_interrupt_threshold_84" placeholder="10" value="10">
|
|
1621
|
+
</div>
|
|
1622
|
+
</div>
|
|
1623
|
+
</div>
|
|
1624
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1625
|
+
<div class="form-row ncd-active-check">
|
|
1626
|
+
<div>
|
|
1627
|
+
<strong>Probe 1: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
1628
|
+
<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>
|
|
1629
|
+
<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>
|
|
1630
|
+
<p>Valid Input Range: 0 - 40<br>
|
|
1631
|
+
A value of 0 will disable this feature.<br>
|
|
1632
|
+
Only applies to sensor with firmware version 24 and above.</p>
|
|
1633
|
+
</div>
|
|
1634
|
+
<div>
|
|
1635
|
+
<label for="node-input-motion_detect_threshold_p1_110_active"><i class="icon-tag"></i> Auto Config</label>
|
|
1636
|
+
<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">
|
|
1637
|
+
</div>
|
|
1638
|
+
<div>
|
|
1639
|
+
<label for="node-input-motion_detect_threshold_p1_110"><i class="icon-tag"></i> Value</label>
|
|
1640
|
+
<input type="text" id="node-input-motion_detect_threshold_p1_110" placeholder="10" value="10">
|
|
1641
|
+
</div>
|
|
1642
|
+
</div>
|
|
1643
|
+
</div>
|
|
1644
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
1645
|
+
<div class="form-row ncd-active-check">
|
|
1646
|
+
<div>
|
|
1647
|
+
<strong>Probe 2: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
1648
|
+
<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>
|
|
1649
|
+
<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>
|
|
1650
|
+
<p>Valid Input Range: 0 - 40<br>
|
|
1651
|
+
A value of 0 will disable this feature.<br>
|
|
1652
|
+
Only applies to sensor with firmware version 24 and above.</p>
|
|
1653
|
+
</div>
|
|
1654
|
+
<div>
|
|
1655
|
+
<label for="node-input-motion_detect_threshold_p2_110_active"><i class="icon-tag"></i> Auto Config</label>
|
|
1656
|
+
<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">
|
|
1657
|
+
</div>
|
|
1658
|
+
<div>
|
|
1659
|
+
<label for="node-input-motion_detect_threshold_p2_110"><i class="icon-tag"></i> Value</label>
|
|
1660
|
+
<input type="text" id="node-input-motion_detect_threshold_p2_110" placeholder="10" value="10">
|
|
1661
|
+
</div>
|
|
1662
|
+
</div>
|
|
1663
|
+
</div>
|
|
1564
1664
|
<div class="ncd-dependent" data-sensor-84 data-sensor-114 data-sensor-519 data-sensor-537>
|
|
1565
1665
|
<hr>
|
|
1566
1666
|
<div class="form-row ncd-active-check">
|
|
@@ -1578,6 +1678,8 @@
|
|
|
1578
1678
|
</select>
|
|
1579
1679
|
</div>
|
|
1580
1680
|
</div>
|
|
1681
|
+
</div>
|
|
1682
|
+
<div class="ncd-dependent" data-sensor-84 data-sensor-114 data-sensor-519 data-sensor-537>
|
|
1581
1683
|
<div class="form-row ncd-active-check">
|
|
1582
1684
|
<div>
|
|
1583
1685
|
<strong>LED Accelerometer Threshold</strong>
|
|
@@ -1607,41 +1709,6 @@
|
|
|
1607
1709
|
</div>
|
|
1608
1710
|
</div>
|
|
1609
1711
|
</div>
|
|
1610
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1611
|
-
<hr>
|
|
1612
|
-
<div class="form-row ncd-active-check">
|
|
1613
|
-
<div>
|
|
1614
|
-
<strong>Set Acceleration Wake/Interrupt Threshold</strong>
|
|
1615
|
-
<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>
|
|
1616
|
-
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 means turn the wake the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
1617
|
-
</div>
|
|
1618
|
-
<div>
|
|
1619
|
-
<label for="node-input-acceleration_interrupt_threshold_p1_84_active"><i class="icon-tag"></i> Auto Config</label>
|
|
1620
|
-
<input type="checkbox" id="node-input-acceleration_interrupt_threshold_p1_84_active" class="ncd-config-toggle" data-target-id="node-input-acceleration_interrupt_threshold_p1_84" value="1">
|
|
1621
|
-
</div>
|
|
1622
|
-
<div>
|
|
1623
|
-
<label for="node-input-acceleration_interrupt_threshold_p1_84"><i class="icon-tag"></i> Value</label>
|
|
1624
|
-
<input type="text" id="node-input-acceleration_interrupt_threshold_p1_84" placeholder="10" value="10">
|
|
1625
|
-
</div>
|
|
1626
|
-
</div>
|
|
1627
|
-
</div>
|
|
1628
|
-
<div class="ncd-dependent" data-sensor-111>
|
|
1629
|
-
<div class="form-row ncd-active-check">
|
|
1630
|
-
<div>
|
|
1631
|
-
<strong>Set Acceleration Wake/Interrupt Threshold Probe 2</strong>
|
|
1632
|
-
<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>
|
|
1633
|
-
<p>This will be an integer value that increments the interrupt threshold by 50mg. A value of 1 means turn the wake the sensor if acceleration is above 50mg, 2 means 100mg, etc.</p>
|
|
1634
|
-
</div>
|
|
1635
|
-
<div>
|
|
1636
|
-
<label for="node-input-acceleration_interrupt_threshold_p2_84_active"><i class="icon-tag"></i> Auto Config</label>
|
|
1637
|
-
<input type="checkbox" id="node-input-acceleration_interrupt_threshold_p2_84_active" class="ncd-config-toggle" data-target-id="node-input-acceleration_interrupt_threshold_p2_84" value="1">
|
|
1638
|
-
</div>
|
|
1639
|
-
<div>
|
|
1640
|
-
<label for="node-input-acceleration_interrupt_threshold_p2_84"><i class="icon-tag"></i> Value</label>
|
|
1641
|
-
<input type="text" id="node-input-acceleration_interrupt_threshold_p2_84" placeholder="10" value="10">
|
|
1642
|
-
</div>
|
|
1643
|
-
</div>
|
|
1644
|
-
</div>
|
|
1645
1712
|
<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>
|
|
1646
1713
|
<hr>
|
|
1647
1714
|
<div class="form-row ncd-active-check">
|
|
@@ -1661,26 +1728,6 @@
|
|
|
1661
1728
|
</div>
|
|
1662
1729
|
</div>
|
|
1663
1730
|
</div>
|
|
1664
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1665
|
-
<hr>
|
|
1666
|
-
<div class="form-row ncd-active-check">
|
|
1667
|
-
<strong>Mode</strong>
|
|
1668
|
-
<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>
|
|
1669
|
-
<div>
|
|
1670
|
-
<label for="node-input-mode_110_active"><i class="icon-tag"></i>Active:</label>
|
|
1671
|
-
<input type="checkbox" id="node-input-mode_110_active" class="ncd-config-toggle" data-target-id="node-input-mode_110" value="1">
|
|
1672
|
-
</div>
|
|
1673
|
-
<div>
|
|
1674
|
-
<label for="node-input-mode_110"><i class="icon-tag"></i>Value:</label>
|
|
1675
|
-
<select id="node-input-mode_110">
|
|
1676
|
-
<option value="0">Processed</option>
|
|
1677
|
-
<option value="1">Raw</option>
|
|
1678
|
-
<option value="2">Processed + Raw on demand</option>
|
|
1679
|
-
<option value="3">Smart</option>
|
|
1680
|
-
</select>
|
|
1681
|
-
</div>
|
|
1682
|
-
</div>
|
|
1683
|
-
</div>
|
|
1684
1731
|
<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>
|
|
1685
1732
|
<div class="form-row ncd-active-check">
|
|
1686
1733
|
<strong>Measurement Mode</strong>
|
|
@@ -1698,6 +1745,7 @@
|
|
|
1698
1745
|
</div>
|
|
1699
1746
|
<div class="form-row ncd-active-check">
|
|
1700
1747
|
<strong>Set On Request Timeout in seconds</strong>
|
|
1748
|
+
<p>Set how long device will stay awake and wait for RAW time domain request from command.</p>
|
|
1701
1749
|
<div>
|
|
1702
1750
|
<label for="node-input-on_request_timeout_80_active">Active:</label>
|
|
1703
1751
|
<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">
|
|
@@ -1708,7 +1756,7 @@
|
|
|
1708
1756
|
</div>
|
|
1709
1757
|
</div>
|
|
1710
1758
|
</div>
|
|
1711
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-
|
|
1759
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-180 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1712
1760
|
<hr>
|
|
1713
1761
|
<div class="form-row ncd-active-check">
|
|
1714
1762
|
<strong>Set Sampling Duration 1= 50msec, 2= 100msec</strong>
|
|
@@ -1746,30 +1794,7 @@
|
|
|
1746
1794
|
</div>
|
|
1747
1795
|
</div>
|
|
1748
1796
|
</div>
|
|
1749
|
-
|
|
1750
|
-
<hr>
|
|
1751
|
-
<div class="form-row ncd-active-check">
|
|
1752
|
-
<strong>Sampling Interval</strong>
|
|
1753
|
-
<div>
|
|
1754
|
-
<label for="node-input-sampling_interval_110_active">Active: </label>
|
|
1755
|
-
<input type="checkbox" id="node-input-sampling_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_110" value="1">
|
|
1756
|
-
</div>
|
|
1757
|
-
<div>
|
|
1758
|
-
<label for="node-input-sampling_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
1759
|
-
<select id="node-input-sampling_interval_110">
|
|
1760
|
-
<option value="8">1 Minute</option>
|
|
1761
|
-
<option value="0">5 Minutes</option>
|
|
1762
|
-
<option value="1">10 Minutes</option>
|
|
1763
|
-
<option value="2">15 Minutes</option>
|
|
1764
|
-
<option value="3">20 Minutes</option>
|
|
1765
|
-
<option value="4">30 Minutes</option>
|
|
1766
|
-
<option value="5">60 Minutes</option>
|
|
1767
|
-
<option value="6">120 Minutes</option>
|
|
1768
|
-
<option value="7">180 Minutes</option>
|
|
1769
|
-
</select>
|
|
1770
|
-
</div>
|
|
1771
|
-
</div>
|
|
1772
|
-
</div>
|
|
1797
|
+
|
|
1773
1798
|
<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>
|
|
1774
1799
|
<div class="form-row ncd-active-check">
|
|
1775
1800
|
<strong>Set RTC</strong>
|
|
@@ -1823,7 +1848,7 @@
|
|
|
1823
1848
|
</div>
|
|
1824
1849
|
</div>
|
|
1825
1850
|
|
|
1826
|
-
<div class="ncd-dependent" data-sensor-81
|
|
1851
|
+
<div class="ncd-dependent" data-sensor-81 data-sensor-181>
|
|
1827
1852
|
<hr>
|
|
1828
1853
|
<div class="form-row ncd-active-check">
|
|
1829
1854
|
<strong>Probe 1: Output Data Rate</strong>
|
|
@@ -1893,7 +1918,7 @@
|
|
|
1893
1918
|
</div>
|
|
1894
1919
|
</div>
|
|
1895
1920
|
|
|
1896
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-102 data-sensor-
|
|
1921
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-82 data-sensor-84 data-sensor-102 data-sensor-180 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
1897
1922
|
<hr>
|
|
1898
1923
|
<div class="form-row ncd-active-check">
|
|
1899
1924
|
<strong>Output Data Rate</strong>
|
|
@@ -1991,7 +2016,7 @@
|
|
|
1991
2016
|
</div>
|
|
1992
2017
|
</div>
|
|
1993
2018
|
|
|
1994
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-
|
|
2019
|
+
<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>
|
|
1995
2020
|
<div class="form-row ncd-active-check">
|
|
1996
2021
|
<strong>Set Filtering</strong>
|
|
1997
2022
|
<div>
|
|
@@ -2062,7 +2087,7 @@
|
|
|
2062
2087
|
</div>
|
|
2063
2088
|
</div>
|
|
2064
2089
|
|
|
2065
|
-
<div class="ncd-dependent" data-sensor-81 data-sensor-
|
|
2090
|
+
<div class="ncd-dependent" data-sensor-81 data-sensor-181>
|
|
2066
2091
|
<div class="form-row ncd-active-check">
|
|
2067
2092
|
<strong>Set Low Pass Filter Probe 2</strong>
|
|
2068
2093
|
<p>
|
|
@@ -2160,6 +2185,7 @@
|
|
|
2160
2185
|
<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>
|
|
2161
2186
|
<div class="form-row ncd-active-check">
|
|
2162
2187
|
<strong>Set Dead Band in mg</strong>
|
|
2188
|
+
<p>Filters out acceleration values below the dead band threshold, treating them as noise.</p>
|
|
2163
2189
|
<div>
|
|
2164
2190
|
<label for="node-input-deadband_80_active">Active:</label>
|
|
2165
2191
|
<input type="checkbox" id="node-input-deadband_80_active" class="ncd-config-toggle" data-target-id="node-input-deadband_80" value="35">
|
|
@@ -2785,134 +2811,599 @@
|
|
|
2785
2811
|
</div>
|
|
2786
2812
|
</div>
|
|
2787
2813
|
</div>
|
|
2788
|
-
<div class="ncd-dependent" data-sensor-
|
|
2789
|
-
<hr>
|
|
2814
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2790
2815
|
<div class="form-row ncd-active-check">
|
|
2791
|
-
<strong>
|
|
2816
|
+
<strong>Probe 1: Output Data Rate</strong>
|
|
2792
2817
|
<div>
|
|
2793
|
-
<label for="node-input-
|
|
2794
|
-
<input type="checkbox" id="node-input-
|
|
2818
|
+
<label for="node-input-odr_p1_110_active"><i class="icon-tag"></i>Active:</label>
|
|
2819
|
+
<input type="checkbox" id="node-input-odr_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-odr_p1_110" value="1">
|
|
2795
2820
|
</div>
|
|
2796
2821
|
<div>
|
|
2797
|
-
<label for="node-input-
|
|
2798
|
-
<select id="node-input-
|
|
2799
|
-
<option
|
|
2800
|
-
<option value="
|
|
2801
|
-
<option value="
|
|
2802
|
-
<option value="
|
|
2803
|
-
<option value="
|
|
2804
|
-
<option value="
|
|
2805
|
-
<option value="
|
|
2806
|
-
<option value="
|
|
2822
|
+
<label for="node-input-odr_p1_110"><i class="icon-tag"></i>Value:</label>
|
|
2823
|
+
<select id="node-input-odr_p1_110">
|
|
2824
|
+
<!-- <option value="6">50Hz</option> -->
|
|
2825
|
+
<option value="7">100Hz</option>
|
|
2826
|
+
<option value="8">200Hz</option>
|
|
2827
|
+
<option value="9">400Hz</option>
|
|
2828
|
+
<option value="10">800Hz</option>
|
|
2829
|
+
<option value="11">1600Hz</option>
|
|
2830
|
+
<option value="12">3200Hz</option>
|
|
2831
|
+
<option value="13">6400Hz</option>
|
|
2832
|
+
<option value="14">12800Hz</option>
|
|
2833
|
+
<option value="15">25600Hz</option>
|
|
2807
2834
|
</select>
|
|
2808
2835
|
</div>
|
|
2809
2836
|
</div>
|
|
2837
|
+
</div>
|
|
2838
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
2810
2839
|
<div class="form-row ncd-active-check">
|
|
2811
|
-
<strong>
|
|
2840
|
+
<strong>Probe 2: Output Data Rate</strong>
|
|
2812
2841
|
<div>
|
|
2813
|
-
<label for="node-input-
|
|
2814
|
-
<input type="checkbox" id="node-input-
|
|
2842
|
+
<label for="node-input-odr_p2_110_active"><i class="icon-tag"></i>Active:</label>
|
|
2843
|
+
<input type="checkbox" id="node-input-odr_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-odr_p2_110" value="1">
|
|
2815
2844
|
</div>
|
|
2816
2845
|
<div>
|
|
2817
|
-
<label for="node-input-
|
|
2818
|
-
<select id="node-input-
|
|
2819
|
-
<option
|
|
2820
|
-
<option value="
|
|
2821
|
-
<option value="
|
|
2822
|
-
<option value="
|
|
2823
|
-
<option value="
|
|
2824
|
-
<option value="
|
|
2825
|
-
<option value="
|
|
2826
|
-
<option value="
|
|
2846
|
+
<label for="node-input-odr_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
2847
|
+
<select id="node-input-odr_p2_110">
|
|
2848
|
+
<option value="7">100Hz</option>
|
|
2849
|
+
<option value="8">200Hz</option>
|
|
2850
|
+
<option value="9">400Hz</option>
|
|
2851
|
+
<option value="10">800Hz</option>
|
|
2852
|
+
<option value="11">1600Hz</option>
|
|
2853
|
+
<option value="12">3200Hz</option>
|
|
2854
|
+
<option value="13">6400Hz</option>
|
|
2855
|
+
<option value="14">12800Hz</option>
|
|
2856
|
+
<option value="15">25600Hz</option>
|
|
2827
2857
|
</select>
|
|
2828
2858
|
</div>
|
|
2829
2859
|
</div>
|
|
2860
|
+
</div>
|
|
2861
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2830
2862
|
<div class="form-row ncd-active-check">
|
|
2831
|
-
<strong>
|
|
2863
|
+
<strong>Probe 1: Sampling Duration 1= 50msec, 2= 100msec</strong>
|
|
2864
|
+
<p>
|
|
2865
|
+
Valid range: 1 - 100.
|
|
2866
|
+
</p>
|
|
2832
2867
|
<div>
|
|
2833
|
-
<label for="node-input-
|
|
2834
|
-
<input type="checkbox" id="node-input-
|
|
2868
|
+
<label for="node-input-sampling_duration_p1_110_active">Active:</label>
|
|
2869
|
+
<input type="checkbox" id="node-input-sampling_duration_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_duration_p1_110" value="1">
|
|
2835
2870
|
</div>
|
|
2836
2871
|
<div>
|
|
2837
|
-
<label for="node-input-
|
|
2838
|
-
<
|
|
2839
|
-
<option selected="selected" value="0">0.0625⁰C</option>
|
|
2840
|
-
<option value="128">0.25⁰C</option>
|
|
2841
|
-
</select>
|
|
2872
|
+
<label for="node-input-sampling_duration_p1_110"><i class="icon-tag"></i>Value:</label>
|
|
2873
|
+
<input type="text" id="node-input-sampling_duration_p1_110">
|
|
2842
2874
|
</div>
|
|
2843
2875
|
</div>
|
|
2876
|
+
</div>
|
|
2877
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
2844
2878
|
<div class="form-row ncd-active-check">
|
|
2845
|
-
<strong>
|
|
2879
|
+
<strong>Probe 2: Sampling Duration 1= 50msec, 2= 100msec</strong>
|
|
2880
|
+
<p>
|
|
2881
|
+
Valid range: 1 - 100.
|
|
2882
|
+
</p>
|
|
2846
2883
|
<div>
|
|
2847
|
-
<label for="node-input-
|
|
2848
|
-
<input type="checkbox" id="node-input-
|
|
2884
|
+
<label for="node-input-sampling_duration_p2_110_active">Active:</label>
|
|
2885
|
+
<input type="checkbox" id="node-input-sampling_duration_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_duration_p2_110" value="1">
|
|
2849
2886
|
</div>
|
|
2850
2887
|
<div>
|
|
2851
|
-
<label for="node-input-
|
|
2852
|
-
<
|
|
2853
|
-
<option selected="selected" value="0">18 Bits</option>
|
|
2854
|
-
<option value="32">16 Bits</option>
|
|
2855
|
-
<option value="64">14 Bits</option>
|
|
2856
|
-
<option value="96">12 Bits</option>
|
|
2857
|
-
</select>
|
|
2888
|
+
<label for="node-input-sampling_duration_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
2889
|
+
<input type="text" id="node-input-sampling_duration_p2_110">
|
|
2858
2890
|
</div>
|
|
2859
2891
|
</div>
|
|
2892
|
+
</div>
|
|
2893
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2860
2894
|
<div class="form-row ncd-active-check">
|
|
2861
|
-
<strong>Set
|
|
2895
|
+
<strong>Probe 1: Set Low Pass Filter</strong>
|
|
2896
|
+
<p>
|
|
2897
|
+
This setting will set the LPF freq to ODR divided by Selected Value<br>
|
|
2898
|
+
Example: ODR = 800 and Filter Coefficient = 4<br>
|
|
2899
|
+
LPF freq = 800/4 = 200Hz
|
|
2900
|
+
</p>
|
|
2862
2901
|
<div>
|
|
2863
|
-
<label for="node-input-
|
|
2864
|
-
<input type="checkbox" id="node-input-
|
|
2902
|
+
<label for="node-input-low_pass_filter_p1_110_active">Active:</label>
|
|
2903
|
+
<input type="checkbox" id="node-input-low_pass_filter_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-low_pass_filter_p1_110" value="1">
|
|
2865
2904
|
</div>
|
|
2866
2905
|
<div>
|
|
2867
|
-
<label for="node-input-
|
|
2868
|
-
<select id="node-input-
|
|
2869
|
-
<option
|
|
2870
|
-
<option value="
|
|
2871
|
-
<option value="
|
|
2872
|
-
<option value="
|
|
2873
|
-
<option value="
|
|
2874
|
-
<option value="
|
|
2875
|
-
<option value="
|
|
2876
|
-
<option value="
|
|
2906
|
+
<label for="node-input-low_pass_filter_p1_110"><i class="icon-tag"></i>Value:</label>
|
|
2907
|
+
<select id="node-input-low_pass_filter_p1_110">
|
|
2908
|
+
<option value="0">4</option>
|
|
2909
|
+
<option value="1">8</option>
|
|
2910
|
+
<option value="2">16</option>
|
|
2911
|
+
<option value="3">32</option>
|
|
2912
|
+
<option value="4">64</option>
|
|
2913
|
+
<option value="5">128</option>
|
|
2914
|
+
<option value="6">256</option>
|
|
2915
|
+
<option value="7">512</option>
|
|
2916
|
+
<option value="8">1024</option>
|
|
2917
|
+
<option value="9">2048</option>
|
|
2877
2918
|
</select>
|
|
2878
2919
|
</div>
|
|
2879
2920
|
</div>
|
|
2921
|
+
</div>
|
|
2922
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
2880
2923
|
<div class="form-row ncd-active-check">
|
|
2881
|
-
<strong>Set
|
|
2924
|
+
<strong>Probe 2: Set Low Pass Filter</strong>
|
|
2925
|
+
<p>
|
|
2926
|
+
This setting will set the LPF freq to ODR divided by Selected Value<br>
|
|
2927
|
+
Example: ODR = 800 and Filter Coefficient = 4<br>
|
|
2928
|
+
LPF freq = 800/4 = 200Hz
|
|
2929
|
+
</p>
|
|
2882
2930
|
<div>
|
|
2883
|
-
<label for="node-input-
|
|
2884
|
-
<input type="checkbox" id="node-input-
|
|
2931
|
+
<label for="node-input-low_pass_filter_p2_110_active">Active:</label>
|
|
2932
|
+
<input type="checkbox" id="node-input-low_pass_filter_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-low_pass_filter_p2_110" value="1">
|
|
2885
2933
|
</div>
|
|
2886
2934
|
<div>
|
|
2887
|
-
<label for="node-input-
|
|
2888
|
-
<select id="node-input-
|
|
2889
|
-
<option
|
|
2890
|
-
<option value="1">
|
|
2891
|
-
<option value="2">
|
|
2935
|
+
<label for="node-input-low_pass_filter_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
2936
|
+
<select id="node-input-low_pass_filter_p2_110">
|
|
2937
|
+
<option value="0">4</option>
|
|
2938
|
+
<option value="1">8</option>
|
|
2939
|
+
<option value="2">16</option>
|
|
2940
|
+
<option value="3">32</option>
|
|
2941
|
+
<option value="4">64</option>
|
|
2942
|
+
<option value="5">128</option>
|
|
2943
|
+
<option value="6">256</option>
|
|
2944
|
+
<option value="7">512</option>
|
|
2945
|
+
<option value="8">1024</option>
|
|
2946
|
+
<option value="9">2048</option>
|
|
2892
2947
|
</select>
|
|
2893
2948
|
</div>
|
|
2894
2949
|
</div>
|
|
2895
2950
|
</div>
|
|
2896
|
-
<div class="ncd-dependent" data-sensor-
|
|
2897
|
-
<hr>
|
|
2951
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
2898
2952
|
<div class="form-row ncd-active-check">
|
|
2899
|
-
<strong>
|
|
2953
|
+
<strong>Probe 1: Set High Pass Filter</strong>
|
|
2954
|
+
<p>
|
|
2955
|
+
This setting will set the HPF freq to ODR divided by Selected Value<br>
|
|
2956
|
+
Example: ODR = 800 and Filter Coefficient = 64<br>
|
|
2957
|
+
HPF freq = 800/64 = 12.5Hz
|
|
2958
|
+
</p>
|
|
2900
2959
|
<div>
|
|
2901
|
-
<label for="node-input-
|
|
2902
|
-
<input type="checkbox" id="node-input-
|
|
2960
|
+
<label for="node-input-high_pass_filter_p1_110_active">Active:</label>
|
|
2961
|
+
<input type="checkbox" id="node-input-high_pass_filter_p1_110_active" class="ncd-config-toggle" data-target-id="node-input-high_pass_filter_p1_110" value="1">
|
|
2903
2962
|
</div>
|
|
2904
2963
|
<div>
|
|
2905
|
-
<label for="node-input-
|
|
2906
|
-
<
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
|
|
2915
|
-
|
|
2964
|
+
<label for="node-input-high_pass_filter_p1_110"><i class="icon-tag"></i>Value:</label>
|
|
2965
|
+
<select id="node-input-high_pass_filter_p1_110">
|
|
2966
|
+
<option value="0">4</option>
|
|
2967
|
+
<option value="1">8</option>
|
|
2968
|
+
<option value="2">16</option>
|
|
2969
|
+
<option value="3">32</option>
|
|
2970
|
+
<option value="4">64</option>
|
|
2971
|
+
<option value="5">128</option>
|
|
2972
|
+
<option value="6">256</option>
|
|
2973
|
+
<option value="7">512</option>
|
|
2974
|
+
<option value="8">1024</option>
|
|
2975
|
+
<option value="9">2048</option>
|
|
2976
|
+
</select>
|
|
2977
|
+
</div>
|
|
2978
|
+
</div>
|
|
2979
|
+
</div>
|
|
2980
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
2981
|
+
<div class="form-row ncd-active-check">
|
|
2982
|
+
<strong>Probe 2: Set High Pass Filter</strong>
|
|
2983
|
+
<p>
|
|
2984
|
+
This setting will set the HPF freq to ODR divided by Selected Value<br>
|
|
2985
|
+
Example: ODR = 800 and Filter Coefficient = 64<br>
|
|
2986
|
+
HPF freq = 800/64 = 12.5Hz
|
|
2987
|
+
</p>
|
|
2988
|
+
<div>
|
|
2989
|
+
<label for="node-input-high_pass_filter_p2_110_active">Active:</label>
|
|
2990
|
+
<input type="checkbox" id="node-input-high_pass_filter_p2_110_active" class="ncd-config-toggle" data-target-id="node-input-high_pass_filter_p2_110" value="1">
|
|
2991
|
+
</div>
|
|
2992
|
+
<div>
|
|
2993
|
+
<label for="node-input-high_pass_filter_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
2994
|
+
<select id="node-input-high_pass_filter_p2_110">
|
|
2995
|
+
<option value="0">4</option>
|
|
2996
|
+
<option value="1">8</option>
|
|
2997
|
+
<option value="2">16</option>
|
|
2998
|
+
<option value="3">32</option>
|
|
2999
|
+
<option value="4">64</option>
|
|
3000
|
+
<option value="5">128</option>
|
|
3001
|
+
<option value="6">256</option>
|
|
3002
|
+
<option value="7">512</option>
|
|
3003
|
+
<option value="8">1024</option>
|
|
3004
|
+
<option value="9">2048</option>
|
|
3005
|
+
</select>
|
|
3006
|
+
</div>
|
|
3007
|
+
</div>
|
|
3008
|
+
</div>
|
|
3009
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3010
|
+
<hr>
|
|
3011
|
+
<div class="form-row ncd-active-check">
|
|
3012
|
+
<strong>Mode</strong>
|
|
3013
|
+
<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>
|
|
3014
|
+
<div>
|
|
3015
|
+
<label for="node-input-mode_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3016
|
+
<input type="checkbox" id="node-input-mode_110_active" class="ncd-config-toggle" data-target-id="node-input-mode_110" value="1">
|
|
3017
|
+
</div>
|
|
3018
|
+
<div>
|
|
3019
|
+
<label for="node-input-mode_110"><i class="icon-tag"></i>Value:</label>
|
|
3020
|
+
<select id="node-input-mode_110">
|
|
3021
|
+
<option value="0">Processed</option>
|
|
3022
|
+
<option value="1">Raw</option>
|
|
3023
|
+
<option value="2">Processed + Raw on demand</option>
|
|
3024
|
+
<option value="3">Smart</option>
|
|
3025
|
+
</select>
|
|
3026
|
+
</div>
|
|
3027
|
+
</div>
|
|
3028
|
+
<div class="form-row ncd-active-check">
|
|
3029
|
+
<strong>Sampling Interval</strong>
|
|
3030
|
+
<div>
|
|
3031
|
+
<label for="node-input-sampling_interval_110_active">Active: </label>
|
|
3032
|
+
<input type="checkbox" id="node-input-sampling_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-sampling_interval_110" value="1">
|
|
3033
|
+
</div>
|
|
3034
|
+
<div>
|
|
3035
|
+
<label for="node-input-sampling_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3036
|
+
<select id="node-input-sampling_interval_110">
|
|
3037
|
+
<option value="8">1 Minute</option>
|
|
3038
|
+
<option value="0">5 Minutes</option>
|
|
3039
|
+
<option value="1">10 Minutes</option>
|
|
3040
|
+
<option value="2">15 Minutes</option>
|
|
3041
|
+
<option value="3">20 Minutes</option>
|
|
3042
|
+
<option value="4">30 Minutes</option>
|
|
3043
|
+
<option value="5">60 Minutes</option>
|
|
3044
|
+
<option value="6">120 Minutes</option>
|
|
3045
|
+
<option value="7">180 Minutes</option>
|
|
3046
|
+
</select>
|
|
3047
|
+
</div>
|
|
3048
|
+
</div>
|
|
3049
|
+
<div class="form-row ncd-active-check">
|
|
3050
|
+
<strong>Clear Probe Uptimers</strong>
|
|
3051
|
+
<div>
|
|
3052
|
+
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Active:</label>
|
|
3053
|
+
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3054
|
+
</div>
|
|
3055
|
+
</div>
|
|
3056
|
+
<div class="form-row ncd-active-check">
|
|
3057
|
+
<strong>Set Auto Raw Interval</strong>
|
|
3058
|
+
<p>The interval is determined by the sample interval. If the value is set to 1 and the sample interval is 10 minutes, raw data will be sent every 10 minutes. If the value is set to 5, raw data will be sent every 50 minutes.</p>
|
|
3059
|
+
<div>
|
|
3060
|
+
<label for="node-input-auto_raw_interval_110_active">Active:</label>
|
|
3061
|
+
<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">
|
|
3062
|
+
</div>
|
|
3063
|
+
<div>
|
|
3064
|
+
<label for="node-input-auto_raw_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3065
|
+
<input type="text" id="node-input-auto_raw_interval_110" value="0">
|
|
3066
|
+
</div>
|
|
3067
|
+
</div>
|
|
3068
|
+
<div class="form-row ncd-active-check">
|
|
3069
|
+
<strong>Set Auto Raw Destination Address</strong>
|
|
3070
|
+
<div>
|
|
3071
|
+
<label for="node-input-auto_raw_destination_110_active">Active:</label>
|
|
3072
|
+
<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">
|
|
3073
|
+
</div>
|
|
3074
|
+
<div>
|
|
3075
|
+
<label for="node-input-auto_raw_destination_110"><i class="icon-tag"></i>Address:</label>
|
|
3076
|
+
<input type="text" id="node-input-auto_raw_destination_110" value="0000FFFF">
|
|
3077
|
+
</div>
|
|
3078
|
+
<p class="caption">
|
|
3079
|
+
Default value: 0000FFFF for Broadcast Mode<br>
|
|
3080
|
+
Example of targeted address: 41D5EC37
|
|
3081
|
+
</p>
|
|
3082
|
+
</div>
|
|
3083
|
+
<div class="form-row ncd-active-check">
|
|
3084
|
+
<strong>Probe 1: Set Smart Mode Threshold</strong>
|
|
3085
|
+
<p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
|
|
3086
|
+
<div>
|
|
3087
|
+
<label for="node-input-smart_threshold_110_active">Active:</label>
|
|
3088
|
+
<input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
|
|
3089
|
+
</div>
|
|
3090
|
+
<div>
|
|
3091
|
+
<label for="node-input-smart_threshold_110"><i class="icon-tag"></i>Value:</label>
|
|
3092
|
+
<input type="text" id="node-input-smart_threshold_110" value="1">
|
|
3093
|
+
</div>
|
|
3094
|
+
</div>
|
|
3095
|
+
</div>
|
|
3096
|
+
<div class="ncd-dependent" data-sensor-111>
|
|
3097
|
+
<div class="form-row ncd-active-check">
|
|
3098
|
+
<strong>Probe 2: Set Smart Mode Threshold</strong>
|
|
3099
|
+
<p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
|
|
3100
|
+
<div>
|
|
3101
|
+
<label for="node-input-smart_threshold_p2_110_active">Active:</label>
|
|
3102
|
+
<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">
|
|
3103
|
+
</div>
|
|
3104
|
+
<div>
|
|
3105
|
+
<label for="node-input-smart_threshold_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
3106
|
+
<input type="text" id="node-input-smart_threshold_p2_110" value="1">
|
|
3107
|
+
</div>
|
|
3108
|
+
</div>
|
|
3109
|
+
</div>
|
|
3110
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3111
|
+
<div class="form-row ncd-active-check">
|
|
3112
|
+
<strong>Set Smart Mode Skip Interval</strong>
|
|
3113
|
+
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.</p>
|
|
3114
|
+
<div>
|
|
3115
|
+
<label for="node-input-smart_interval_110_active">Active:</label>
|
|
3116
|
+
<input type="checkbox" id="node-input-smart_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_interval_110" value="1">
|
|
3117
|
+
</div>
|
|
3118
|
+
<div>
|
|
3119
|
+
<label for="node-input-smart_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3120
|
+
<input type="text" id="node-input-smart_interval_110" value="1">
|
|
3121
|
+
</div>
|
|
3122
|
+
</div>
|
|
3123
|
+
<div class="form-row ncd-active-check">
|
|
3124
|
+
<strong>Set FLY Interval</strong>
|
|
3125
|
+
<div>
|
|
3126
|
+
<label for="node-input-fly_interval_110_active">Active:</label>
|
|
3127
|
+
<input type="checkbox" id="node-input-fly_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_110" value="1">
|
|
3128
|
+
</div>
|
|
3129
|
+
<div>
|
|
3130
|
+
<label for="node-input-fly_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3131
|
+
<select id="node-input-fly_interval_110">
|
|
3132
|
+
<option value="60">1 Hour</option>
|
|
3133
|
+
<option value="120">2 Hours</option>
|
|
3134
|
+
<option value="240">4 Hours</option>
|
|
3135
|
+
<option value="480">8 Hours</option>
|
|
3136
|
+
<option value="720">12 Hours</option>
|
|
3137
|
+
<option value="1080">18 Hours</option>
|
|
3138
|
+
<option value="1440">24 Hours</option>
|
|
3139
|
+
</select>
|
|
3140
|
+
</div>
|
|
3141
|
+
</div>
|
|
3142
|
+
<div class="form-row ncd-active-check">
|
|
3143
|
+
<strong>Enable RPM Calculate Status</strong>
|
|
3144
|
+
<div>
|
|
3145
|
+
<label for="node-input-enable_rpm_calculate_status_110_active"><i class="icon-tag"></i>Active:</label>
|
|
3146
|
+
<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">
|
|
3147
|
+
</div>
|
|
3148
|
+
<div>
|
|
3149
|
+
<label for="node-input-enable_rpm_calculate_status_110"><i class="icon-tag"></i>Value:</label>
|
|
3150
|
+
<select id="node-input-enable_rpm_calculate_status_110">
|
|
3151
|
+
<option selected="selected" value="0">Enabled</option>
|
|
3152
|
+
<option value="1">Disabled</option>
|
|
3153
|
+
</select>
|
|
3154
|
+
</div>
|
|
3155
|
+
</div>
|
|
3156
|
+
</div>
|
|
3157
|
+
<div class="ncd-dependent" data-sensor-112>
|
|
3158
|
+
<div class="form-row ncd-active-check">
|
|
3159
|
+
<strong>Set MCP Thermocouple Type</strong>
|
|
3160
|
+
<div>
|
|
3161
|
+
<label for="node-input-thermocouple_type_112_active">Active:</label>
|
|
3162
|
+
<input type="checkbox" id="node-input-thermocouple_type_112_active" class="ncd-config-toggle" data-target-id="node-input-thermocouple_type_112" value="1">
|
|
3163
|
+
</div>
|
|
3164
|
+
<div>
|
|
3165
|
+
<label for="node-input-thermocouple_type_112"><i class="icon-tag"></i>Value:</label>
|
|
3166
|
+
<select id="node-input-thermocouple_type_112">
|
|
3167
|
+
<option selected="selected" value="0">Type K</option>
|
|
3168
|
+
<option value="16">Type J</option>
|
|
3169
|
+
<option value="32">Type T</option>
|
|
3170
|
+
<option value="48">Type N</option>
|
|
3171
|
+
<option value="64">Type S</option>
|
|
3172
|
+
<option value="80">Type E</option>
|
|
3173
|
+
<option value="96">Type B</option>
|
|
3174
|
+
<option value="112">Type R</option>
|
|
3175
|
+
</select>
|
|
3176
|
+
</div>
|
|
3177
|
+
</div>
|
|
3178
|
+
<div class="form-row ncd-active-check">
|
|
3179
|
+
<strong>Set MCP Filter Level</strong>
|
|
3180
|
+
<div>
|
|
3181
|
+
<label for="node-input-filter_thermocouple_112_active">Active:</label>
|
|
3182
|
+
<input type="checkbox" id="node-input-filter_thermocouple_112_active" class="ncd-config-toggle" data-target-id="node-input-filter_thermocouple_112" value="1">
|
|
3183
|
+
</div>
|
|
3184
|
+
<div>
|
|
3185
|
+
<label for="node-input-filter_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3186
|
+
<select id="node-input-filter_thermocouple_112">
|
|
3187
|
+
<option selected="selected" value="0">Level 0</option>
|
|
3188
|
+
<option value="1">Level 1</option>
|
|
3189
|
+
<option value="2">Level 2</option>
|
|
3190
|
+
<option value="3">Level 3</option>
|
|
3191
|
+
<option value="4">Level 4</option>
|
|
3192
|
+
<option value="5">Level 5</option>
|
|
3193
|
+
<option value="6">Level 6</option>
|
|
3194
|
+
<option value="7">Level 7</option>
|
|
3195
|
+
</select>
|
|
3196
|
+
</div>
|
|
3197
|
+
</div>
|
|
3198
|
+
<div class="form-row ncd-active-check">
|
|
3199
|
+
<strong>Set MCP Cold Junction Resolution</strong>
|
|
3200
|
+
<div>
|
|
3201
|
+
<label for="node-input-cold_junction_thermocouple_112_active">Active:</label>
|
|
3202
|
+
<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">
|
|
3203
|
+
</div>
|
|
3204
|
+
<div>
|
|
3205
|
+
<label for="node-input-cold_junction_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3206
|
+
<select id="node-input-cold_junction_thermocouple_112">
|
|
3207
|
+
<option selected="selected" value="0">0.0625⁰C</option>
|
|
3208
|
+
<option value="128">0.25⁰C</option>
|
|
3209
|
+
</select>
|
|
3210
|
+
</div>
|
|
3211
|
+
</div>
|
|
3212
|
+
<div class="form-row ncd-active-check">
|
|
3213
|
+
<strong>Set MCP ADC Resolution</strong>
|
|
3214
|
+
<div>
|
|
3215
|
+
<label for="node-input-sample_resolution_thermocouple_112_active">Active:</label>
|
|
3216
|
+
<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">
|
|
3217
|
+
</div>
|
|
3218
|
+
<div>
|
|
3219
|
+
<label for="node-input-sample_resolution_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3220
|
+
<select id="node-input-sample_resolution_thermocouple_112">
|
|
3221
|
+
<option selected="selected" value="0">18 Bits</option>
|
|
3222
|
+
<option value="32">16 Bits</option>
|
|
3223
|
+
<option value="64">14 Bits</option>
|
|
3224
|
+
<option value="96">12 Bits</option>
|
|
3225
|
+
</select>
|
|
3226
|
+
</div>
|
|
3227
|
+
</div>
|
|
3228
|
+
<div class="form-row ncd-active-check">
|
|
3229
|
+
<strong>Set MCP Number of Samples</strong>
|
|
3230
|
+
<div>
|
|
3231
|
+
<label for="node-input-number_of_samples_thermocouple_112_active">Active:</label>
|
|
3232
|
+
<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">
|
|
3233
|
+
</div>
|
|
3234
|
+
<div>
|
|
3235
|
+
<label for="node-input-number_of_samples_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3236
|
+
<select id="node-input-number_of_samples_thermocouple_112">
|
|
3237
|
+
<option selected="selected" value="0">1 Sample</option>
|
|
3238
|
+
<option value="4">2 Samples</option>
|
|
3239
|
+
<option value="8">4 Samples</option>
|
|
3240
|
+
<option value="12">8 Samples</option>
|
|
3241
|
+
<option value="16">16 Samples</option>
|
|
3242
|
+
<option value="20">32 Samples</option>
|
|
3243
|
+
<option value="24">64 Samples</option>
|
|
3244
|
+
<option value="28">128 Samples</option>
|
|
3245
|
+
</select>
|
|
3246
|
+
</div>
|
|
3247
|
+
</div>
|
|
3248
|
+
<div class="form-row ncd-active-check">
|
|
3249
|
+
<strong>Set MCP Measurement Type</strong>
|
|
3250
|
+
<div>
|
|
3251
|
+
<label for="node-input-measurement_type_thermocouple_112_active">Active:</label>
|
|
3252
|
+
<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">
|
|
3253
|
+
</div>
|
|
3254
|
+
<div>
|
|
3255
|
+
<label for="node-input-measurement_type_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3256
|
+
<select id="node-input-measurement_type_thermocouple_112">
|
|
3257
|
+
<option selected="selected" value="0">Cold Junction</option>
|
|
3258
|
+
<option value="1">Hot Junction</option>
|
|
3259
|
+
<option value="2">Delta</option>
|
|
3260
|
+
</select>
|
|
3261
|
+
</div>
|
|
3262
|
+
</div>
|
|
3263
|
+
<div class="form-row ncd-active-check">
|
|
3264
|
+
<strong>Set MCP Operation Mode</strong>
|
|
3265
|
+
<div>
|
|
3266
|
+
<label for="node-input-operation_mode_thermocouple_112_active">Active:</label>
|
|
3267
|
+
<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">
|
|
3268
|
+
</div>
|
|
3269
|
+
<div>
|
|
3270
|
+
<label for="node-input-operation_mode_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
3271
|
+
<select id="node-input-operation_mode_thermocouple_112">
|
|
3272
|
+
<option selected="selected" value="0">Normal Operation</option>
|
|
3273
|
+
<option value="1">Shutdown Mode</option>
|
|
3274
|
+
<option value="2">Burst Mode</option>
|
|
3275
|
+
</select>
|
|
3276
|
+
</div>
|
|
3277
|
+
</div>
|
|
3278
|
+
</div>
|
|
3279
|
+
<div class="ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-23>
|
|
3280
|
+
<hr>
|
|
3281
|
+
<div class="form-row ncd-active-check">
|
|
3282
|
+
<strong>Set MCP Thermocouple Type</strong>
|
|
3283
|
+
<div>
|
|
3284
|
+
<label for="node-input-thermocouple_type_23_active">Active:</label>
|
|
3285
|
+
<input type="checkbox" id="node-input-thermocouple_type_23_active" class="ncd-config-toggle" data-target-id="node-input-thermocouple_type_23" value="1">
|
|
3286
|
+
</div>
|
|
3287
|
+
<div>
|
|
3288
|
+
<label for="node-input-thermocouple_type_23"><i class="icon-tag"></i>Value:</label>
|
|
3289
|
+
<select id="node-input-thermocouple_type_23">
|
|
3290
|
+
<option selected="selected" value="0">Type K</option>
|
|
3291
|
+
<option value="16">Type J</option>
|
|
3292
|
+
<option value="32">Type T</option>
|
|
3293
|
+
<option value="48">Type N</option>
|
|
3294
|
+
<option value="64">Type S</option>
|
|
3295
|
+
<option value="80">Type E</option>
|
|
3296
|
+
<option value="96">Type B</option>
|
|
3297
|
+
<option value="112">Type R</option>
|
|
3298
|
+
</select>
|
|
3299
|
+
</div>
|
|
3300
|
+
</div>
|
|
3301
|
+
<div class="form-row ncd-active-check">
|
|
3302
|
+
<strong>Set MCP Filter Level</strong>
|
|
3303
|
+
<div>
|
|
3304
|
+
<label for="node-input-filter_thermocouple_active">Active:</label>
|
|
3305
|
+
<input type="checkbox" id="node-input-filter_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-filter_thermocouple" value="1">
|
|
3306
|
+
</div>
|
|
3307
|
+
<div>
|
|
3308
|
+
<label for="node-input-filter_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
3309
|
+
<select id="node-input-filter_thermocouple">
|
|
3310
|
+
<option selected="selected" value="0">Level 0</option>
|
|
3311
|
+
<option value="1">Level 1</option>
|
|
3312
|
+
<option value="2">Level 2</option>
|
|
3313
|
+
<option value="3">Level 3</option>
|
|
3314
|
+
<option value="4">Level 4</option>
|
|
3315
|
+
<option value="5">Level 5</option>
|
|
3316
|
+
<option value="6">Level 6</option>
|
|
3317
|
+
<option value="7">Level 7</option>
|
|
3318
|
+
</select>
|
|
3319
|
+
</div>
|
|
3320
|
+
</div>
|
|
3321
|
+
<div class="form-row ncd-active-check">
|
|
3322
|
+
<strong>Set MCP Cold Junction Resolution</strong>
|
|
3323
|
+
<div>
|
|
3324
|
+
<label for="node-input-cold_junction_thermocouple_active">Active:</label>
|
|
3325
|
+
<input type="checkbox" id="node-input-cold_junction_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-cold_junction_thermocouple" value="1">
|
|
3326
|
+
</div>
|
|
3327
|
+
<div>
|
|
3328
|
+
<label for="node-input-cold_junction_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
3329
|
+
<select id="node-input-cold_junction_thermocouple">
|
|
3330
|
+
<option selected="selected" value="0">0.0625⁰C</option>
|
|
3331
|
+
<option value="128">0.25⁰C</option>
|
|
3332
|
+
</select>
|
|
3333
|
+
</div>
|
|
3334
|
+
</div>
|
|
3335
|
+
<div class="form-row ncd-active-check">
|
|
3336
|
+
<strong>Set MCP ADC Resolution</strong>
|
|
3337
|
+
<div>
|
|
3338
|
+
<label for="node-input-sample_resolution_thermocouple_active">Active:</label>
|
|
3339
|
+
<input type="checkbox" id="node-input-sample_resolution_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-sample_resolution_thermocouple" value="1">
|
|
3340
|
+
</div>
|
|
3341
|
+
<div>
|
|
3342
|
+
<label for="node-input-sample_resolution_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
3343
|
+
<select id="node-input-sample_resolution_thermocouple">
|
|
3344
|
+
<option selected="selected" value="0">18 Bits</option>
|
|
3345
|
+
<option value="32">16 Bits</option>
|
|
3346
|
+
<option value="64">14 Bits</option>
|
|
3347
|
+
<option value="96">12 Bits</option>
|
|
3348
|
+
</select>
|
|
3349
|
+
</div>
|
|
3350
|
+
</div>
|
|
3351
|
+
<div class="form-row ncd-active-check">
|
|
3352
|
+
<strong>Set MCP Number of Samples</strong>
|
|
3353
|
+
<div>
|
|
3354
|
+
<label for="node-input-number_of_samples_thermocouple_active">Active:</label>
|
|
3355
|
+
<input type="checkbox" id="node-input-number_of_samples_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-number_of_samples_thermocouple" value="1">
|
|
3356
|
+
</div>
|
|
3357
|
+
<div>
|
|
3358
|
+
<label for="node-input-number_of_samples_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
3359
|
+
<select id="node-input-number_of_samples_thermocouple">
|
|
3360
|
+
<option selected="selected" value="0">1 Sample</option>
|
|
3361
|
+
<option value="4">2 Samples</option>
|
|
3362
|
+
<option value="8">4 Samples</option>
|
|
3363
|
+
<option value="12">8 Samples</option>
|
|
3364
|
+
<option value="16">16 Samples</option>
|
|
3365
|
+
<option value="20">32 Samples</option>
|
|
3366
|
+
<option value="24">64 Samples</option>
|
|
3367
|
+
<option value="28">128 Samples</option>
|
|
3368
|
+
</select>
|
|
3369
|
+
</div>
|
|
3370
|
+
</div>
|
|
3371
|
+
<div class="form-row ncd-active-check">
|
|
3372
|
+
<strong>Set MCP Measurement Type</strong>
|
|
3373
|
+
<div>
|
|
3374
|
+
<label for="node-input-measurement_type_thermocouple_active">Active:</label>
|
|
3375
|
+
<input type="checkbox" id="node-input-measurement_type_thermocouple_active" class="ncd-config-toggle" data-target-id="node-input-measurement_type_thermocouple" value="1">
|
|
3376
|
+
</div>
|
|
3377
|
+
<div>
|
|
3378
|
+
<label for="node-input-measurement_type_thermocouple"><i class="icon-tag"></i>Value:</label>
|
|
3379
|
+
<select id="node-input-measurement_type_thermocouple">
|
|
3380
|
+
<option selected="selected" value="0">Cold Junction</option>
|
|
3381
|
+
<option value="1">Hot Junction</option>
|
|
3382
|
+
<option value="2">Delta</option>
|
|
3383
|
+
</select>
|
|
3384
|
+
</div>
|
|
3385
|
+
</div>
|
|
3386
|
+
</div>
|
|
3387
|
+
<div class="ncd-dependent" data-sensor-46>
|
|
3388
|
+
<hr>
|
|
3389
|
+
<div class="form-row ncd-active-check">
|
|
3390
|
+
<strong>Motion Threshold</strong>
|
|
3391
|
+
<div>
|
|
3392
|
+
<label for="node-input-motion_threshold_46_active">Active:</label>
|
|
3393
|
+
<input type="checkbox" id="node-input-motion_threshold_46_active" class="ncd-config-toggle" data-target-id="node-input-motion_threshold_46" value="1">
|
|
3394
|
+
</div>
|
|
3395
|
+
<div>
|
|
3396
|
+
<label for="node-input-motion_threshold_46"><i class="icon-tag"></i>Value:</label>
|
|
3397
|
+
<input type="text" id="node-input-motion_threshold_46" placeholder="0-4294967295" value="100">
|
|
3398
|
+
</div>
|
|
3399
|
+
</div>
|
|
3400
|
+
</div>
|
|
3401
|
+
<div class="ncd-dependent" data-sensor-10000 data-sensor-10012>
|
|
3402
|
+
<div class="form-row">
|
|
3403
|
+
<button id="config_sensor">Configure Now</button>
|
|
3404
|
+
<div id="config_response"></div>
|
|
3405
|
+
</div>
|
|
3406
|
+
</div>
|
|
2916
3407
|
<div class="ncd-dependent" data-sensor-2 data-sensor-35 data-sensor-36>
|
|
2917
3408
|
<div class="form-row ncd-active-check">
|
|
2918
3409
|
<strong>Set Input Debounce Time</strong>
|
|
@@ -3355,119 +3846,6 @@
|
|
|
3355
3846
|
</div>
|
|
3356
3847
|
</div>
|
|
3357
3848
|
</div>
|
|
3358
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3359
|
-
<div class="form-row ncd-active-check">
|
|
3360
|
-
<strong>Clear Probe Uptimers</strong>
|
|
3361
|
-
<div>
|
|
3362
|
-
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Active:</label>
|
|
3363
|
-
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3364
|
-
</div>
|
|
3365
|
-
</div>
|
|
3366
|
-
</div>
|
|
3367
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3368
|
-
<div class="form-row ncd-active-check">
|
|
3369
|
-
<strong>Set Auto Raw Interval</strong>
|
|
3370
|
-
<p>The interval is determined by the sample interval. If the value is set to 1 and the sample interval is 10 minutes, raw data will be sent every 10 minutes. If the value is set to 5, raw data will be sent every 50 minutes.</p>
|
|
3371
|
-
<div>
|
|
3372
|
-
<label for="node-input-auto_raw_interval_110_active">Active:</label>
|
|
3373
|
-
<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">
|
|
3374
|
-
</div>
|
|
3375
|
-
<div>
|
|
3376
|
-
<label for="node-input-auto_raw_interval_110"><i class="icon-tag"></i>Address:</label>
|
|
3377
|
-
<input type="text" id="node-input-auto_raw_interval_110" value="0">
|
|
3378
|
-
</div>
|
|
3379
|
-
</div>
|
|
3380
|
-
<div class="form-row ncd-active-check">
|
|
3381
|
-
<strong>Set Auto Raw Destination Address</strong>
|
|
3382
|
-
<div>
|
|
3383
|
-
<label for="node-input-auto_raw_destination_110_active">Active:</label>
|
|
3384
|
-
<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">
|
|
3385
|
-
</div>
|
|
3386
|
-
<div>
|
|
3387
|
-
<label for="node-input-auto_raw_destination_110"><i class="icon-tag"></i>Address:</label>
|
|
3388
|
-
<input type="text" id="node-input-auto_raw_destination_110" value="0000FFFF">
|
|
3389
|
-
</div>
|
|
3390
|
-
<p class="caption">
|
|
3391
|
-
Default value: 0000FFFF for Broadcast Mode<br>
|
|
3392
|
-
Example of targeted address: 41D5EC37
|
|
3393
|
-
</p>
|
|
3394
|
-
</div>
|
|
3395
|
-
<!-- <div class="form-row ncd-active-check">
|
|
3396
|
-
<strong>Clear Probe Uptimers</strong>
|
|
3397
|
-
<div>
|
|
3398
|
-
<label for="node-input-clear_probe_uptimers_110_active">Active:</label>
|
|
3399
|
-
<input type="checkbox" id="node-input-clear_probe_uptimers_110_active" class="ncd-config-toggle" data-target-id="node-input-clear_probe_uptimers_110" value="1">
|
|
3400
|
-
</div>
|
|
3401
|
-
<div>
|
|
3402
|
-
<label for="node-input-clear_probe_uptimers_110"><i class="icon-tag"></i>Value:</label>
|
|
3403
|
-
<select id="node-input-clear_probe_uptimers_110">
|
|
3404
|
-
<option value="0">Disabled</option>
|
|
3405
|
-
<option value="1">Enabled</option>
|
|
3406
|
-
</select>
|
|
3407
|
-
</div>
|
|
3408
|
-
</div> -->
|
|
3409
|
-
</div>
|
|
3410
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3411
|
-
<div class="form-row ncd-active-check">
|
|
3412
|
-
<strong>Set Smart Mode Threshold</strong>
|
|
3413
|
-
<p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
|
|
3414
|
-
<div>
|
|
3415
|
-
<label for="node-input-smart_threshold_110_active">Active:</label>
|
|
3416
|
-
<input type="checkbox" id="node-input-smart_threshold_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_threshold_110" value="1">
|
|
3417
|
-
</div>
|
|
3418
|
-
<div>
|
|
3419
|
-
<label for="node-input-smart_threshold_110"><i class="icon-tag"></i>Value:</label>
|
|
3420
|
-
<input type="text" id="node-input-smart_threshold_110" value="1">
|
|
3421
|
-
</div>
|
|
3422
|
-
</div>
|
|
3423
|
-
</div>
|
|
3424
|
-
<div class="ncd-dependent" data-sensor-111>
|
|
3425
|
-
<div class="form-row ncd-active-check">
|
|
3426
|
-
<strong>Set Smart Mode Threshold Probe 2</strong>
|
|
3427
|
-
<p>If RMS acceleration is above this in any axis, it will send data. This will be an integer value that increments the interrupt threshold by 50 mg. A value of 1 means to wake the sensor if acceleration is above 50 mg, 2 means 100 mg, etc.</p>
|
|
3428
|
-
<div>
|
|
3429
|
-
<label for="node-input-smart_threshold_p2_110_active">Active:</label>
|
|
3430
|
-
<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">
|
|
3431
|
-
</div>
|
|
3432
|
-
<div>
|
|
3433
|
-
<label for="node-input-smart_threshold_p2_110"><i class="icon-tag"></i>Value:</label>
|
|
3434
|
-
<input type="text" id="node-input-smart_threshold_p2_110" value="1">
|
|
3435
|
-
</div>
|
|
3436
|
-
</div>
|
|
3437
|
-
</div>
|
|
3438
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3439
|
-
<div class="form-row ncd-active-check">
|
|
3440
|
-
<strong>Set Smart Mode Skip Interval</strong>
|
|
3441
|
-
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.</p>
|
|
3442
|
-
<div>
|
|
3443
|
-
<label for="node-input-smart_interval_110_active">Active:</label>
|
|
3444
|
-
<input type="checkbox" id="node-input-smart_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-smart_interval_110" value="1">
|
|
3445
|
-
</div>
|
|
3446
|
-
<div>
|
|
3447
|
-
<label for="node-input-smart_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3448
|
-
<input type="text" id="node-input-smart_interval_110" value="1">
|
|
3449
|
-
</div>
|
|
3450
|
-
</div>
|
|
3451
|
-
<div class="form-row ncd-active-check">
|
|
3452
|
-
<strong>Set FLY Interval</strong>
|
|
3453
|
-
<div>
|
|
3454
|
-
<label for="node-input-fly_interval_110_active">Active:</label>
|
|
3455
|
-
<input type="checkbox" id="node-input-fly_interval_110_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_110" value="1">
|
|
3456
|
-
</div>
|
|
3457
|
-
<div>
|
|
3458
|
-
<label for="node-input-fly_interval_110"><i class="icon-tag"></i>Value:</label>
|
|
3459
|
-
<select id="node-input-fly_interval_110">
|
|
3460
|
-
<option value="60">1 Hour</option>
|
|
3461
|
-
<option value="120">2 Hours</option>
|
|
3462
|
-
<option value="240">4 Hours</option>
|
|
3463
|
-
<option value="480">8 Hours</option>
|
|
3464
|
-
<option value="720">12 Hours</option>
|
|
3465
|
-
<option value="1080">18 Hours</option>
|
|
3466
|
-
<option value="1440">24 Hours</option>
|
|
3467
|
-
</select>
|
|
3468
|
-
</div>
|
|
3469
|
-
</div>
|
|
3470
|
-
</div>
|
|
3471
3849
|
<div class="ncd-dependent" data-sensor-531>
|
|
3472
3850
|
<hr>
|
|
3473
3851
|
<div class="form-row ncd-active-check">
|
|
@@ -3777,6 +4155,48 @@
|
|
|
3777
4155
|
</div>
|
|
3778
4156
|
</div>
|
|
3779
4157
|
</div>
|
|
4158
|
+
<div class="ncd-dependent" data-sensor-21>
|
|
4159
|
+
<div class="form-row ncd-active-check">
|
|
4160
|
+
<strong>Set Pressure Sensor Type (code)</strong>
|
|
4161
|
+
<p>
|
|
4162
|
+
D: Differential/relative.<br>
|
|
4163
|
+
D-B: Bidirectional Differential.<br>
|
|
4164
|
+
A: Absolute.<br>
|
|
4165
|
+
B: Absolute (barometric).<br>
|
|
4166
|
+
</p>
|
|
4167
|
+
<div>
|
|
4168
|
+
<label for="node-input-pressure_sensor_type_21_active">Active:</label>
|
|
4169
|
+
<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">
|
|
4170
|
+
</div>
|
|
4171
|
+
<div>
|
|
4172
|
+
<label for="node-input-pressure_sensor_type_21"><i class="icon-tag"></i>Value:</label>
|
|
4173
|
+
<select id="node-input-pressure_sensor_type_21">
|
|
4174
|
+
<option value="0">Type 0000-D</option>
|
|
4175
|
+
<option value="1">Type 0001-D</option>
|
|
4176
|
+
<option value="2">Type 0000-D-B</option>
|
|
4177
|
+
<option value="3">Type 000-1-D-B</option>
|
|
4178
|
+
<option value="4">Type 0003-D</option>
|
|
4179
|
+
<option value="5">Type 0008-D</option>
|
|
4180
|
+
<option value="6">Type 0015-D</option>
|
|
4181
|
+
<option value="7">Type 0003-D-B</option>
|
|
4182
|
+
<option value="8">Type 0008-D-B</option>
|
|
4183
|
+
<option value="9">Type 0015-D-B</option>
|
|
4184
|
+
<option value="10">Type 0030-D</option>
|
|
4185
|
+
<option value="11">Type 0050-D</option>
|
|
4186
|
+
<option value="12">Type 0150-D</option>
|
|
4187
|
+
<option value="13">Type 0300-D</option>
|
|
4188
|
+
<option value="14">Type 0600-D</option>
|
|
4189
|
+
<option value="15">Type 1000-D</option>
|
|
4190
|
+
<option value="16">Type 0030-D-B</option>
|
|
4191
|
+
<option value="17">Type 0050-D-B</option>
|
|
4192
|
+
<option value="18">Type 0150-D-B</option>
|
|
4193
|
+
<option value="19">Type 0150-B</option>
|
|
4194
|
+
<option value="20">Type 0150-A</option>
|
|
4195
|
+
<option value="21">Type 0300-A</option>
|
|
4196
|
+
</select>
|
|
4197
|
+
</div>
|
|
4198
|
+
</div>
|
|
4199
|
+
</div>
|
|
3780
4200
|
</div>
|
|
3781
4201
|
</div>
|
|
3782
4202
|
</script>
|