@ncd-io/node-red-enterprise-sensors 1.4.3 → 1.4.5
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 +2701 -835
- package/package.json +1 -1
- package/wireless.html +917 -82
- package/wireless.js +219 -4
package/wireless.html
CHANGED
|
@@ -572,13 +572,13 @@
|
|
|
572
572
|
sampling_interval_110: {value: 1, validate: NCD_validators.number_range(0, 8)},
|
|
573
573
|
|
|
574
574
|
deactivate_activate_accelero_108_active: {value: ""},
|
|
575
|
-
deactivate_activate_accelero_108: {value:
|
|
575
|
+
deactivate_activate_accelero_108: {value: 1},
|
|
576
576
|
reset_timeout_108_active:{value: ""},
|
|
577
577
|
reset_timeout_108: {value: 60, validate: NCD_validators.number_range(60, 65535)},
|
|
578
578
|
reset_mode_to_disabled_108_active: {value: ""},
|
|
579
579
|
reset_mode_to_disabled_108: {value: 0},
|
|
580
580
|
transmission_interval_108_active: {value: ""},
|
|
581
|
-
transmission_interval_108: {value:
|
|
581
|
+
transmission_interval_108: {value: 2},
|
|
582
582
|
rtc_108:{value:0},
|
|
583
583
|
|
|
584
584
|
change_otf_interval_active:{value: ""},
|
|
@@ -759,6 +759,7 @@
|
|
|
759
759
|
ec_dev_id_2_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
760
760
|
ec_dev_id_3_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
761
761
|
ec_dev_id_4_270:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
762
|
+
|
|
762
763
|
push_notification_123_active: {value: ""},
|
|
763
764
|
push_notification_123: {value:0},
|
|
764
765
|
clear_timers_123_active: {value: ""},
|
|
@@ -769,21 +770,27 @@
|
|
|
769
770
|
input_two_123: {value:1},
|
|
770
771
|
input_three_123_active: {value: ""},
|
|
771
772
|
input_three_123: {value:1},
|
|
773
|
+
|
|
772
774
|
oxygen_rate_211_active: {value:""},
|
|
773
775
|
oxygen_rate_211: {value:15, validate: NCD_validators.number_range(0, 255)},
|
|
774
776
|
oxygen_timeout_211_active: {value:""},
|
|
775
777
|
oxygen_timeout_211: {value:600, validate: NCD_validators.number_range(0, 65000)},
|
|
776
778
|
oxygen_threshold_211_active: {value:""},
|
|
777
779
|
oxygen_threshold_211: {value:8, validate: NCD_validators.number_range(0, 65000)},
|
|
780
|
+
|
|
778
781
|
interrupt_timeout_108_active: {value:""},
|
|
779
782
|
interrupt_timeout_108: {value:0, validate: NCD_validators.number_range(0, 65000)},
|
|
783
|
+
|
|
780
784
|
acc_threshold_103_active: {value:""},
|
|
781
785
|
acc_threshold_103: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
786
|
+
|
|
782
787
|
start_sps30_fan_cleaning_53:{value:0},
|
|
788
|
+
|
|
783
789
|
max_flow_541_active: {value:""},
|
|
784
790
|
max_flow_541: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
785
791
|
min_flow_541_active: {value:""},
|
|
786
792
|
min_flow_541: {value:1, validate: NCD_validators.number_range(0, 255)},
|
|
793
|
+
|
|
787
794
|
ct_constant_87_active: {value:""},
|
|
788
795
|
ct_constant_87: {value:0, validate: NCD_validators.number_range(0, 4294967295)},
|
|
789
796
|
deadband_87_active: {value:""},
|
|
@@ -792,8 +799,81 @@
|
|
|
792
799
|
sampling_frequency_87: {value:0},
|
|
793
800
|
raw_length_87_active: {value:""},
|
|
794
801
|
raw_length_87: {value:0},
|
|
802
|
+
|
|
795
803
|
sampling_interval_80_active:{value: ""},
|
|
796
|
-
sampling_interval_80: {value: 1, validate: NCD_validators.number_range(0, 8)}
|
|
804
|
+
sampling_interval_80: {value: 1, validate: NCD_validators.number_range(0, 8)},
|
|
805
|
+
|
|
806
|
+
volume_flow_unit_124_active:{value: ""},
|
|
807
|
+
volume_flow_unit_124:{value:1},
|
|
808
|
+
total_1_flow_unit_124_active:{value: ""},
|
|
809
|
+
total_1_flow_unit_124:{value:1},
|
|
810
|
+
total_2_flow_unit_124_active:{value: ""},
|
|
811
|
+
total_2_flow_unit_124:{value:1},
|
|
812
|
+
total_3_flow_unit_124_active:{value: ""},
|
|
813
|
+
total_3_flow_unit_124:{value:1},
|
|
814
|
+
pressure_unit_124_active:{value: ""},
|
|
815
|
+
pressure_unit_124:{value:1},
|
|
816
|
+
total_1_op_mode_124_active:{value: ""},
|
|
817
|
+
total_1_op_mode_124:{value:1},
|
|
818
|
+
total_2_op_mode_124_active:{value: ""},
|
|
819
|
+
total_2_op_mode_124:{value:1},
|
|
820
|
+
total_3_op_mode_124_active:{value: ""},
|
|
821
|
+
total_3_op_mode_124:{value:1},
|
|
822
|
+
conductivity_unit_124_active:{value: ""},
|
|
823
|
+
conductivity_unit_124:{value:1},
|
|
824
|
+
reset_all_totalizers_124:{value: ""},
|
|
825
|
+
|
|
826
|
+
screen_control_108_active:{value: ""},
|
|
827
|
+
screen_control_108:{value:0},
|
|
828
|
+
screen_on_time_108_active:{value:""},
|
|
829
|
+
screen_on_time_108:{value:5, validate: NCD_validators.number_range(0, 255)},
|
|
830
|
+
|
|
831
|
+
oxygen_boot_time_536_active:{value: ""},
|
|
832
|
+
oxygen_boot_time_536:{value:3, validate: NCD_validators.number_range(1, 100)},
|
|
833
|
+
flow_boot_time_536_active:{value: ""},
|
|
834
|
+
flow_boot_time_536:{value:3, validate: NCD_validators.number_range(1, 100)},
|
|
835
|
+
oxygen_dev_addr_536_active:{value: ""},
|
|
836
|
+
oxygen_addr_1_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
837
|
+
oxygen_addr_2_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
838
|
+
oxygen_addr_3_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
839
|
+
oxygen_addr_4_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
840
|
+
flow_dev_addr_536_active:{value: ""},
|
|
841
|
+
flow_addr_1_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
842
|
+
flow_addr_2_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
843
|
+
flow_addr_3_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
844
|
+
flow_addr_4_536:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
845
|
+
oxygen_rate_536_active:{value: ""},
|
|
846
|
+
oxygen_rate_536:{value:2, validate: NCD_validators.number_range(0, 255)},
|
|
847
|
+
oxygen_timeout_536_active:{value: ""},
|
|
848
|
+
oxygen_timeout_536:{value:5, validate: NCD_validators.number_range(0, 65000)},
|
|
849
|
+
oxygen_max_threshold_s1_536_active:{value: ""},
|
|
850
|
+
oxygen_max_threshold_s1_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
851
|
+
oxygen_max_threshold_s2_536_active:{value: ""},
|
|
852
|
+
oxygen_max_threshold_s2_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
853
|
+
oxygen_max_threshold_s3_536_active:{value: ""},
|
|
854
|
+
oxygen_max_threshold_s3_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
855
|
+
oxygen_max_threshold_s4_536_active:{value: ""},
|
|
856
|
+
oxygen_max_threshold_s4_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
857
|
+
oxygen_min_threshold_s1_536_active:{value: ""},
|
|
858
|
+
oxygen_min_threshold_s1_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
859
|
+
oxygen_min_threshold_s2_536_active:{value: ""},
|
|
860
|
+
oxygen_min_threshold_s2_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
861
|
+
oxygen_min_threshold_s3_536_active:{value: ""},
|
|
862
|
+
oxygen_min_threshold_s3_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
863
|
+
oxygen_min_threshold_s4_536_active:{value: ""},
|
|
864
|
+
oxygen_min_threshold_s4_536:{value:12, validate: NCD_validators.number_range(0, 2000)},
|
|
865
|
+
clear_timers_119_active:{value:""},
|
|
866
|
+
clear_timers_119:{value:8},
|
|
867
|
+
push_notification_119_active:{value: ""},
|
|
868
|
+
push_notification_119:{value: 0},
|
|
869
|
+
enable_axis_119_active:{value: ""},
|
|
870
|
+
enable_axis_119:{value: 0},
|
|
871
|
+
raw_acc_data_119_active:{value: ""},
|
|
872
|
+
raw_acc_data_119:{value: 0},
|
|
873
|
+
odr_p1_543_active: {value: ""},
|
|
874
|
+
odr_p1_543: {value:0},
|
|
875
|
+
full_scale_range_543_active: {value: ""},
|
|
876
|
+
full_scale_range_543: {value: 1}
|
|
797
877
|
},
|
|
798
878
|
inputs: 0,
|
|
799
879
|
outputs: 1,
|
|
@@ -902,15 +982,17 @@
|
|
|
902
982
|
"114": "114 - Standalone Smart Vibration Sensor v4",
|
|
903
983
|
"117": "117 - Custom Vibration Sensor PPV",
|
|
904
984
|
"118": "118 - Dual Pressure and Temperature Sensor",
|
|
985
|
+
"119": "119 - Wireless Machine Run Time Hour Meter",
|
|
905
986
|
"120": "120 - Wireless H2S Sensor",
|
|
906
987
|
"121": "121 - Wireless Wood Moisture Sensor",
|
|
907
988
|
"122": "122 - Wireless 4-20mA Current Splitter",
|
|
908
989
|
"123": "123 - 3 Channel Production Counter",
|
|
990
|
+
"124": "124 - Wireless EH Flow Sensor",
|
|
909
991
|
"180": "180 - C1D2 One Channel Vibration Plus",
|
|
910
992
|
"181": "181 - C1D2 Two Channel Vibration Plus",
|
|
911
993
|
"200": "200 - 4-20mA Pass Through",
|
|
912
994
|
"202": "202 - Weather Station",
|
|
913
|
-
"211": "211 -
|
|
995
|
+
"211": "211 - DO and Flow Sensor",
|
|
914
996
|
"217": "217 - Wireless Weight Scale",
|
|
915
997
|
"270": "270 - Custom Salinity DO sensor",
|
|
916
998
|
"502": "502 - C_50-27",
|
|
@@ -926,11 +1008,14 @@
|
|
|
926
1008
|
"524": "524 - SDI Multi Soil Probe",
|
|
927
1009
|
"531": "531 - Custom Noise Sensor",
|
|
928
1010
|
"535": "535 - Custom CO2 Sensor",
|
|
1011
|
+
"536": "536 - Wireless Oxygen Flow Meter",
|
|
929
1012
|
"537": "537 - Custom Standalone Smart Vibration Sensor",
|
|
930
1013
|
"538": "538 - Custom One Channel Vibration Plus",
|
|
931
1014
|
"539": "539 - RS485 Modbus Wireless Converter",
|
|
932
1015
|
"540": "540 - Wireless Ultrasonic Flow Meter FD-Q32C",
|
|
933
1016
|
"541": "541 - Custom Inline Flow Sensor",
|
|
1017
|
+
"542": "542 - Custom LWGY Flow Sensor",
|
|
1018
|
+
"543": "543 - Custom Seismic Vibration Sensor",
|
|
934
1019
|
"1010": "1010 - RS232 Wireless Converter 1010",
|
|
935
1020
|
"1011": "1011 - RS485 Wireless Converter 1011",
|
|
936
1021
|
"10000": "10000 - 4-Channel Relay",
|
|
@@ -1210,15 +1295,17 @@
|
|
|
1210
1295
|
<option value="114">114 - Standalone Smart Vibration Sensor v4</option>
|
|
1211
1296
|
<option value="117">117 - Custom Vibration Sensor PPV</option>
|
|
1212
1297
|
<option value="118">118 - Dual Pressure and Temperature Sensor</option>
|
|
1298
|
+
<option value="119">119 - Wireless Machine Run Time Hour Meter</option>
|
|
1213
1299
|
<option value="120">120 - Wireless H2S Sensor</option>
|
|
1214
1300
|
<option value="121">121 - Wireless Wood Moisture Sensor</option>
|
|
1215
1301
|
<option value="122">122 - Wireless 4-20mA Current Splitter</option>
|
|
1216
1302
|
<option value="123">123 - 3 Channel Production Counter</option>
|
|
1303
|
+
<option value="124">124 - Wireless EH Flow Sensor</option>
|
|
1217
1304
|
<option value="180">180 - C1D2 One Channel Vibration Plus</option>
|
|
1218
1305
|
<option value="181">181 - C1D2 Two Channel Vibration Plus</option>
|
|
1219
1306
|
<option value="200">200 - 4-20mA Pass Through</option>
|
|
1220
1307
|
<option value="202">202 - Weather Station</option>
|
|
1221
|
-
<option value="211">211 -
|
|
1308
|
+
<option value="211">211 - DO and Flow Sensor</option>
|
|
1222
1309
|
<option value="217">217 - Wireless Weight Scale</option>
|
|
1223
1310
|
<option value="270">270 - Custom Salinity DO sensor</option>
|
|
1224
1311
|
<option value="502">502 - C_50-27</option>
|
|
@@ -1234,11 +1321,14 @@
|
|
|
1234
1321
|
<option value="524">524 - SDI Multi Soil Probe</option>
|
|
1235
1322
|
<option value="531">531 - Custom Noise Sensor</option>
|
|
1236
1323
|
<option value="535">535 - Custom CO2 Sensor</option>
|
|
1324
|
+
<option value="536">536 - Wireless Oxygen Flow Meter</option>
|
|
1237
1325
|
<option value="537">537 - Custom Standalone Smart Vibration Sensor</option>
|
|
1238
1326
|
<option value="538">538 - Custom One Channel Vibration Plus</option>
|
|
1239
1327
|
<option value="539">539 - RS485 Modbus Wireless Converter</option>
|
|
1240
1328
|
<option value="540">540 - Wireless Ultrasonic Flow Meter FD-Q32C</option>
|
|
1241
1329
|
<option value="541">541 - Custom Inline Flow Sensor</option>
|
|
1330
|
+
<option value="542">542 - Custom LWGY Flow Sensor</option>
|
|
1331
|
+
<option value="543">543 - Custom Seismic Vibration Sensor</option>
|
|
1242
1332
|
<option value="1010">1010 - RS232 Wireless Converter 1010</option>
|
|
1243
1333
|
<option value="1011">1011 - RS485 Wireless Converter 1011</option>
|
|
1244
1334
|
<option value="10000">10000 - 4-Channel Relay</option>
|
|
@@ -1254,7 +1344,7 @@
|
|
|
1254
1344
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1255
1345
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1256
1346
|
</div>
|
|
1257
|
-
<div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 data-sensor-23 data-sensor-26 data-sensor-32 data-sensor-33 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-53 data-sensor-56 data-sensor-58 data-sensor-74 data-sensor-76 data-sensor-78 data-sensor-79 data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-87 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-97 data-sensor-98 data-sensor-91 data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-105 data-sensor-106 data-sensor-107 data-sensor-108 data-sensor-109 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-117 data-sensor-118 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-123 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-211 data-sensor-217 data-sensor-270 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-541 data-sensor-1010 data-sensor-1011>
|
|
1347
|
+
<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-119 data-sensor-120 data-sensor-121 data-sensor-122 data-sensor-123 data-sensor-124 data-sensor-180 data-sensor-181 data-sensor-202 data-sensor-211 data-sensor-217 data-sensor-270 data-sensor-519 data-sensor-520 data-sensor-521 data-sensor-531 data-sensor-535 data-sensor-536 data-sensor-537 data-sensor-538 data-sensor-539 data-sensor-540 data-sensor-541 data-sensor-542 data-sensor-543 data-sensor-1010 data-sensor-1011>
|
|
1258
1348
|
<hr>
|
|
1259
1349
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1260
1350
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -1775,7 +1865,7 @@
|
|
|
1775
1865
|
</div>
|
|
1776
1866
|
</div>
|
|
1777
1867
|
</div>
|
|
1778
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
1868
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
1779
1869
|
<hr>
|
|
1780
1870
|
<div class="form-row ncd-active-check">
|
|
1781
1871
|
<strong>Mode</strong>
|
|
@@ -1887,7 +1977,7 @@
|
|
|
1887
1977
|
</div>
|
|
1888
1978
|
</div>
|
|
1889
1979
|
</div>
|
|
1890
|
-
<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>
|
|
1980
|
+
<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 data-sensor-543>
|
|
1891
1981
|
<div class="form-row ncd-active-check">
|
|
1892
1982
|
<strong>Set On Request Timeout</strong>
|
|
1893
1983
|
<p>Set how long device will stay awake and wait for Time Domain (Raw) request from command.<br><br>
|
|
@@ -2579,7 +2669,24 @@
|
|
|
2579
2669
|
</div>
|
|
2580
2670
|
</div>
|
|
2581
2671
|
</div>
|
|
2582
|
-
<div class="ncd-dependent" data-sensor-108>
|
|
2672
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-119>
|
|
2673
|
+
<div class="form-row ncd-active-check">
|
|
2674
|
+
<strong>Enable Accelerometer</strong>
|
|
2675
|
+
<p class="caption">
|
|
2676
|
+
This setting toggles the accelerometer sensor on or off. Disabling it is recommended for applications that does not require accelerometer.
|
|
2677
|
+
</p>
|
|
2678
|
+
<div>
|
|
2679
|
+
<label for="node-input-deactivate_activate_accelero_108_active">Active:</label>
|
|
2680
|
+
<input type="checkbox" id="node-input-deactivate_activate_accelero_108_active" class="ncd-config-toggle" data-target-id="node-input-deactivate_activate_accelero_108" value="1">
|
|
2681
|
+
</div>
|
|
2682
|
+
<div>
|
|
2683
|
+
<label for="node-input-deactivate_activate_accelero_108"><i class="icon-tag"></i>Value:</label>
|
|
2684
|
+
<select id="node-input-deactivate_activate_accelero_108">
|
|
2685
|
+
<option value="0">Disabled</option>
|
|
2686
|
+
<option value="1" selected>Enabled</option>
|
|
2687
|
+
</select>
|
|
2688
|
+
</div>
|
|
2689
|
+
</div>
|
|
2583
2690
|
<div class="form-row ncd-active-check">
|
|
2584
2691
|
<strong>Enable Accelerometer Error Reporting</strong>
|
|
2585
2692
|
<p class="caption">
|
|
@@ -2597,6 +2704,20 @@
|
|
|
2597
2704
|
</select>
|
|
2598
2705
|
</div>
|
|
2599
2706
|
</div>
|
|
2707
|
+
<div class="form-row ncd-active-check">
|
|
2708
|
+
<strong>Set Accelerometer Threshold</strong>
|
|
2709
|
+
<p class="caption">
|
|
2710
|
+
Sets the threshold in multiples of 32mg in which an uptime will be detected. A value of 1 = 32mg, a value of 2 = 64mg etc.
|
|
2711
|
+
</p>
|
|
2712
|
+
<div>
|
|
2713
|
+
<label for="node-input-accelerometer_threshold_108_active">Active:</label>
|
|
2714
|
+
<input type="checkbox" id="node-input-accelerometer_threshold_108_active" class="ncd-config-toggle" data-target-id="node-input-accelerometer_threshold_108" value="1">
|
|
2715
|
+
</div>
|
|
2716
|
+
<div>
|
|
2717
|
+
<label for="node-input-accelerometer_threshold_108"><i class="icon-tag"></i>Value:</label>
|
|
2718
|
+
<input type="text" id="node-input-accelerometer_threshold_108" placeholder="10" value="10">
|
|
2719
|
+
</div>
|
|
2720
|
+
</div>
|
|
2600
2721
|
</div>
|
|
2601
2722
|
<div class="ncd-dependent" data-sensor-33>
|
|
2602
2723
|
<div class="form-row ncd-active-check">
|
|
@@ -2607,7 +2728,9 @@
|
|
|
2607
2728
|
<div class="ncd-dependent" data-sensor-108>
|
|
2608
2729
|
<div class="form-row ncd-active-check">
|
|
2609
2730
|
<strong>Clear Counters</strong>
|
|
2610
|
-
<p
|
|
2731
|
+
<p class="caption">
|
|
2732
|
+
Resets the selected Input counters and their corresponding uptime values to zero.
|
|
2733
|
+
</p>
|
|
2611
2734
|
<div>
|
|
2612
2735
|
<label for="node-input-clear_timers_108_active">Active:</label>
|
|
2613
2736
|
<input type="checkbox" id="node-input-clear_timers_108_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_108" value="1">
|
|
@@ -2621,25 +2744,69 @@
|
|
|
2621
2744
|
</select>
|
|
2622
2745
|
</div>
|
|
2623
2746
|
</div>
|
|
2747
|
+
</div>
|
|
2748
|
+
<div class="ncd-dependent" data-sensor-119>
|
|
2624
2749
|
<div class="form-row ncd-active-check">
|
|
2625
|
-
<strong>
|
|
2750
|
+
<strong>Clear Counters</strong>
|
|
2626
2751
|
<p class="caption">
|
|
2627
|
-
|
|
2752
|
+
Resets the selected Input counters and their corresponding uptime values to zero.
|
|
2628
2753
|
</p>
|
|
2629
2754
|
<div>
|
|
2630
|
-
<label for="node-input-
|
|
2631
|
-
<input type="checkbox" id="node-input-
|
|
2755
|
+
<label for="node-input-clear_timers_119_active">Active:</label>
|
|
2756
|
+
<input type="checkbox" id="node-input-clear_timers_119_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_119" value="1">
|
|
2632
2757
|
</div>
|
|
2633
2758
|
<div>
|
|
2634
|
-
<label for="node-input-
|
|
2635
|
-
<
|
|
2759
|
+
<label for="node-input-clear_timers_119"><i class="icon-tag"></i>Value:</label>
|
|
2760
|
+
<select id="node-input-clear_timers_119">
|
|
2761
|
+
<option value="16">Magnetometer</option>
|
|
2762
|
+
<option value="8">Accelerometer</option>
|
|
2763
|
+
</select>
|
|
2764
|
+
</div>
|
|
2765
|
+
</div>
|
|
2766
|
+
<div class="form-row ncd-active-check">
|
|
2767
|
+
<strong>Configure Enabled Axes</strong>
|
|
2768
|
+
<p class="caption">
|
|
2769
|
+
Specify which axes (X, Y, Z) the sensor will monitor for vibration. The default setting monitors all three axes.
|
|
2770
|
+
</p>
|
|
2771
|
+
<div>
|
|
2772
|
+
<label for="node-input-enable_axis_119_active">Active:</label>
|
|
2773
|
+
<input type="checkbox" id="node-input-enable_axis_119_active" class="ncd-config-toggle" data-target-id="node-input-enable_axis_119" value="1">
|
|
2774
|
+
</div>
|
|
2775
|
+
<div>
|
|
2776
|
+
<label for="node-input-enable_axis_119"><i class="icon-tag"></i>Value:</label>
|
|
2777
|
+
<select id="node-input-enable_axis_119">
|
|
2778
|
+
<option value="1">X Axis</option>
|
|
2779
|
+
<option value="2">Y Axis</option>
|
|
2780
|
+
<option value="4">Z Axis</option>
|
|
2781
|
+
<option value="7">All axes</option>
|
|
2782
|
+
<option value="0">Disabled All</option>
|
|
2783
|
+
</select>
|
|
2784
|
+
</div>
|
|
2785
|
+
</div>
|
|
2786
|
+
<div class="form-row ncd-active-check">
|
|
2787
|
+
<strong>Set Raw Accelerometer Data</strong>
|
|
2788
|
+
<p class="caption">
|
|
2789
|
+
Note: Device will send 10 samples of acceleration data for each axis. This feature is only available for devices with 868MHz and 900MHz radios.
|
|
2790
|
+
</p>
|
|
2791
|
+
<div>
|
|
2792
|
+
<label for="node-input-raw_acc_data_119_active">Active:</label>
|
|
2793
|
+
<input type="checkbox" id="node-input-raw_acc_data_119_active" class="ncd-config-toggle" data-target-id="node-input-raw_acc_data_119" value="1">
|
|
2794
|
+
</div>
|
|
2795
|
+
<div>
|
|
2796
|
+
<label for="node-input-raw_acc_data_119"><i class="icon-tag"></i>Value:</label>
|
|
2797
|
+
<select id="node-input-raw_acc_data_119">
|
|
2798
|
+
<option value="0">Disabled</option>
|
|
2799
|
+
<option value="1">Enabled</option>
|
|
2800
|
+
</select>
|
|
2636
2801
|
</div>
|
|
2637
2802
|
</div>
|
|
2638
2803
|
</div>
|
|
2639
2804
|
<div class="ncd-dependent" data-sensor-123>
|
|
2640
2805
|
<div class="form-row ncd-active-check">
|
|
2641
2806
|
<strong>Clear Counters</strong>
|
|
2642
|
-
<p
|
|
2807
|
+
<p class="caption">
|
|
2808
|
+
Resets the Digital Inputs 1, 2, and 3 counters and their corresponding uptime values to zero.
|
|
2809
|
+
</p>
|
|
2643
2810
|
<div>
|
|
2644
2811
|
<label for="node-input-clear_timers_123_active">Active:</label>
|
|
2645
2812
|
<input type="checkbox" id="node-input-clear_timers_123_active" class="ncd-config-toggle" data-target-id="node-input-clear_timers_123" value="1">
|
|
@@ -2669,7 +2836,7 @@
|
|
|
2669
2836
|
</div>
|
|
2670
2837
|
</div>
|
|
2671
2838
|
</div>
|
|
2672
|
-
<div class="ncd-dependent" data-sensor-108>
|
|
2839
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-119>
|
|
2673
2840
|
<div class="form-row ncd-active-check">
|
|
2674
2841
|
<strong>Set Input Debounce Time</strong>
|
|
2675
2842
|
<p class="caption">
|
|
@@ -2851,7 +3018,7 @@
|
|
|
2851
3018
|
</div>
|
|
2852
3019
|
</div>
|
|
2853
3020
|
</div>
|
|
2854
|
-
<div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-123>
|
|
3021
|
+
<div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-119 data-sensor-123>
|
|
2855
3022
|
<div class="form-row ncd-active-check">
|
|
2856
3023
|
<strong>Counter Threshold</strong>
|
|
2857
3024
|
<p class="caption">
|
|
@@ -2925,20 +3092,6 @@
|
|
|
2925
3092
|
</select>
|
|
2926
3093
|
</div>
|
|
2927
3094
|
</div>
|
|
2928
|
-
<div class="form-row ncd-active-check">
|
|
2929
|
-
<strong>Enable Accelerometer</strong>
|
|
2930
|
-
<div>
|
|
2931
|
-
<label for="node-input-deactivate_activate_accelero_108_active">Active:</label>
|
|
2932
|
-
<input type="checkbox" id="node-input-deactivate_activate_accelero_108_active" class="ncd-config-toggle" data-target-id="node-input-deactivate_activate_accelero_108" value="1">
|
|
2933
|
-
</div>
|
|
2934
|
-
<div>
|
|
2935
|
-
<label for="node-input-deactivate_activate_accelero_108"><i class="icon-tag"></i>Value:</label>
|
|
2936
|
-
<select id="node-input-deactivate_activate_accelero_108">
|
|
2937
|
-
<option value="0" selected>Disabled</option>
|
|
2938
|
-
<option value="1">Enabled</option>
|
|
2939
|
-
</select>
|
|
2940
|
-
</div>
|
|
2941
|
-
</div>
|
|
2942
3095
|
</div>
|
|
2943
3096
|
<div class="ncd-dependent" data-sensor-123>
|
|
2944
3097
|
<div class="form-row ncd-active-check">
|
|
@@ -2970,7 +3123,29 @@
|
|
|
2970
3123
|
</div>
|
|
2971
3124
|
</div>
|
|
2972
3125
|
</div>
|
|
2973
|
-
<div class="ncd-dependent" data-sensor-
|
|
3126
|
+
<div class="ncd-dependent" data-sensor-119>
|
|
3127
|
+
<div class="form-row ncd-active-check">
|
|
3128
|
+
<strong>Enable Push Notification</strong>
|
|
3129
|
+
<p class="caption">
|
|
3130
|
+
Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
|
|
3131
|
+
**Report type will be 'Interrupt'.<br>
|
|
3132
|
+
</p>
|
|
3133
|
+
<div>
|
|
3134
|
+
<label for="node-input-push_notification_119_active">Active:</label>
|
|
3135
|
+
<input type="checkbox" id="node-input-push_notification_119_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_119" value="1">
|
|
3136
|
+
</div>
|
|
3137
|
+
<div>
|
|
3138
|
+
<label for="node-input-push_notification_119"><i class="icon-tag"></i>Value:</label>
|
|
3139
|
+
<select id="node-input-push_notification_119">
|
|
3140
|
+
<option value="0" selected>Disabled</option>
|
|
3141
|
+
<option value="24">Enable All</option>
|
|
3142
|
+
<option value="8">Enable on Accelerometer</option>
|
|
3143
|
+
<option value="16">Enable on Magnetometer</option>
|
|
3144
|
+
</select>
|
|
3145
|
+
</div>
|
|
3146
|
+
</div>
|
|
3147
|
+
</div>
|
|
3148
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-123 data-sensor-119>
|
|
2974
3149
|
<div class="form-row ncd-active-check">
|
|
2975
3150
|
<strong>Data Transmission Interval</strong>
|
|
2976
3151
|
<p class="caption">
|
|
@@ -2988,9 +3163,9 @@
|
|
|
2988
3163
|
<option value="10">10 seconds</option>
|
|
2989
3164
|
<option value="11">15 seconds</option>
|
|
2990
3165
|
<option value="12">30 seconds</option>
|
|
2991
|
-
<option value="0"
|
|
3166
|
+
<option value="0">1 minute</option>
|
|
2992
3167
|
<option value="1">5 minutes</option>
|
|
2993
|
-
<option value="2">15 minutes</option>
|
|
3168
|
+
<option value="2" selected>15 minutes</option>
|
|
2994
3169
|
<option value="3">30 minutes</option>
|
|
2995
3170
|
<option value="4">1 hour</option>
|
|
2996
3171
|
<option value="5">2 hours</option>
|
|
@@ -3000,6 +3175,26 @@
|
|
|
3000
3175
|
</select>
|
|
3001
3176
|
</div>
|
|
3002
3177
|
</div>
|
|
3178
|
+
<div class="form-row ncd-active-check">
|
|
3179
|
+
<strong> Set Reset Mode</strong>
|
|
3180
|
+
<p class="caption">
|
|
3181
|
+
This setting specifies which automatic reset option the sensor will utilize.<br>
|
|
3182
|
+
Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands.<br><br>
|
|
3183
|
+
Default value: Disabled
|
|
3184
|
+
</p>
|
|
3185
|
+
<div>
|
|
3186
|
+
<label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
|
|
3187
|
+
<input type="checkbox" id="node-input-reset_mode_to_disabled_108_active" class="ncd-config-toggle" data-target-id="node-input-reset_mode_to_disabled_108" value="1">
|
|
3188
|
+
</div>
|
|
3189
|
+
<div>
|
|
3190
|
+
<label for="node-input-reset_mode_to_disabled_108"><i class="icon-tag"></i>Value:</label>
|
|
3191
|
+
<select id="node-input-reset_mode_to_disabled_108">
|
|
3192
|
+
<option value="0" selected>Do not reset counters</option>
|
|
3193
|
+
<option value="1">Based on Shift Ends</option>
|
|
3194
|
+
<option value="2">Based on the Timeout Provided</option>
|
|
3195
|
+
</select>
|
|
3196
|
+
</div>
|
|
3197
|
+
</div>
|
|
3003
3198
|
<div class="form-row ncd-active-check">
|
|
3004
3199
|
<strong>Reset Timeout</strong>
|
|
3005
3200
|
<p class="caption">
|
|
@@ -3096,26 +3291,6 @@
|
|
|
3096
3291
|
<input type="text" id="node-input-shift_four_minutes_108" class="shift_four_108" placeholder="0" value="00">
|
|
3097
3292
|
</div>
|
|
3098
3293
|
</div>
|
|
3099
|
-
<div class="form-row ncd-active-check">
|
|
3100
|
-
<strong> Set Reset Mode</strong>
|
|
3101
|
-
<p>
|
|
3102
|
-
This setting specifies which automatic reset option the sensor will utilize.<br>
|
|
3103
|
-
Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands.<br><br>
|
|
3104
|
-
Default value: Disabled
|
|
3105
|
-
</p>
|
|
3106
|
-
<div>
|
|
3107
|
-
<label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
|
|
3108
|
-
<input type="checkbox" id="node-input-reset_mode_to_disabled_108_active" class="ncd-config-toggle" data-target-id="node-input-reset_mode_to_disabled_108" value="1">
|
|
3109
|
-
</div>
|
|
3110
|
-
<div>
|
|
3111
|
-
<label for="node-input-reset_mode_to_disabled_108"><i class="icon-tag"></i>Value:</label>
|
|
3112
|
-
<select id="node-input-reset_mode_to_disabled_108">
|
|
3113
|
-
<option value="0" selected>Do not reset counters</option>
|
|
3114
|
-
<option value="1">Based on Shift Ends</option>
|
|
3115
|
-
<option value="2">Based on the Timeout Provided</option>
|
|
3116
|
-
</select>
|
|
3117
|
-
</div>
|
|
3118
|
-
</div>
|
|
3119
3294
|
<div class="form-row ncd-active-check">
|
|
3120
3295
|
<strong>Enable Quality of Service</strong>
|
|
3121
3296
|
<p class="caption">
|
|
@@ -3137,7 +3312,9 @@
|
|
|
3137
3312
|
</div>
|
|
3138
3313
|
<div class="form-row ncd-active-check">
|
|
3139
3314
|
<strong>Set RTC</strong>
|
|
3140
|
-
<p
|
|
3315
|
+
<p class="caption">
|
|
3316
|
+
Sets the sensor's internal Real-Time Clock (RTC) to the current time.
|
|
3317
|
+
</p>
|
|
3141
3318
|
<div>
|
|
3142
3319
|
<label for="node-input-rtc_108"><i class="icon-tag"></i>Active:</label>
|
|
3143
3320
|
<input type="checkbox" id="node-input-rtc_108" value="1">
|
|
@@ -3145,8 +3322,10 @@
|
|
|
3145
3322
|
</div>
|
|
3146
3323
|
<div class="form-row ncd-active-check">
|
|
3147
3324
|
<strong>Set FLY Interval</strong>
|
|
3148
|
-
<p
|
|
3149
|
-
|
|
3325
|
+
<p class="caption">
|
|
3326
|
+
This setting dictates the interval at which the sensor will transmit the FLY message.<br>
|
|
3327
|
+
**The FLY Message is used to trigger automatic sensor configuration and firmware updates.
|
|
3328
|
+
</p>
|
|
3150
3329
|
<div>
|
|
3151
3330
|
<label for="node-input-fly_interval_108_active">Active:</label>
|
|
3152
3331
|
<input type="checkbox" id="node-input-fly_interval_108_active" class="ncd-config-toggle" data-target-id="node-input-fly_interval_108" value="1">
|
|
@@ -3165,10 +3344,11 @@
|
|
|
3165
3344
|
</div>
|
|
3166
3345
|
</div>
|
|
3167
3346
|
</div>
|
|
3168
|
-
<div class="ncd-dependent" data-sensor-108>
|
|
3347
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-119>
|
|
3169
3348
|
<div class="form-row ncd-active-check">
|
|
3170
3349
|
<strong>Set Accelerometer Sample Rate</strong>
|
|
3171
3350
|
<p class="caption">
|
|
3351
|
+
This setting defines the number of measurements the sensor takes per second, measured in Hertz (Hz).
|
|
3172
3352
|
**Only applies to sensor with firmware version 8 and above.
|
|
3173
3353
|
</p>
|
|
3174
3354
|
<div>
|
|
@@ -3178,7 +3358,7 @@
|
|
|
3178
3358
|
<div>
|
|
3179
3359
|
<label for="node-input-sample_rate_108"><i class="icon-tag"></i>Value:</label>
|
|
3180
3360
|
<select id="node-input-sample_rate_108">
|
|
3181
|
-
<option value="0">10 Hz</option>
|
|
3361
|
+
<option value="0" selected>10 Hz</option>
|
|
3182
3362
|
<option value="1">20 Hz</option>
|
|
3183
3363
|
<option value="2">50 Hz</option>
|
|
3184
3364
|
<option value="3">100 Hz</option>
|
|
@@ -3188,11 +3368,14 @@
|
|
|
3188
3368
|
</div>
|
|
3189
3369
|
</div>
|
|
3190
3370
|
</div>
|
|
3191
|
-
<div class="ncd-dependent" data-sensor-108 data-sensor-123>
|
|
3371
|
+
<div class="ncd-dependent" data-sensor-108 data-sensor-123 data-sensor-119>
|
|
3192
3372
|
<div class="form-row ncd-active-check">
|
|
3193
3373
|
<strong>Set Interrupt Timeout</strong>
|
|
3194
|
-
<p
|
|
3195
|
-
|
|
3374
|
+
<p class="caption">
|
|
3375
|
+
Set the sensor to detect an initial IO (input/output) change and not transmit subsequent IO changes for a specified duration; set the duration value to control how long changes are ignored in milliseconds, set it to 0 to disable ignoring.<br><br>
|
|
3376
|
+
**Only applies to sensor with firmware version 11 and above.<br><br>
|
|
3377
|
+
Valid range: 0 - 65000 milliseconds.
|
|
3378
|
+
</p>
|
|
3196
3379
|
<div>
|
|
3197
3380
|
<label for="node-input-interrupt_timeout_108_active">Active:</label>
|
|
3198
3381
|
<input type="checkbox" id="node-input-interrupt_timeout_108_active" class="ncd-config-toggle" data-target-id="node-input-interrupt_timeout_108" value="1">
|
|
@@ -3206,10 +3389,60 @@
|
|
|
3206
3389
|
</p>
|
|
3207
3390
|
</div>
|
|
3208
3391
|
</div>
|
|
3392
|
+
<div class="ncd-dependent" data-sensor-108>
|
|
3393
|
+
<div class="form-row ncd-active-check">
|
|
3394
|
+
<strong>Set Screen On Time</strong>
|
|
3395
|
+
<p>Set the duration, in seconds, that the screen will remain active after a sensor transmission. Once this time elapses, the screen will automatically turn off.<br><br>
|
|
3396
|
+
**Only applies to screen version
|
|
3397
|
+
</p>
|
|
3398
|
+
<div>
|
|
3399
|
+
<label for="node-input-screen_on_time_108_active">Active:</label>
|
|
3400
|
+
<input type="checkbox" id="node-input-screen_on_time_108_active" class="ncd-config-toggle" data-target-id="node-input-screen_on_time_108" value="1">
|
|
3401
|
+
</div>
|
|
3402
|
+
<div>
|
|
3403
|
+
<label for="node-input-screen_on_time_108"><i class="icon-tag"></i>Value:</label>
|
|
3404
|
+
<input type="text" id="node-input-screen_on_time_108" placeholder="0" value="0">
|
|
3405
|
+
</div>
|
|
3406
|
+
<p class="caption">
|
|
3407
|
+
Default value: 5 seconds.
|
|
3408
|
+
</p>
|
|
3409
|
+
</div>
|
|
3410
|
+
<div class="form-row ncd-active-check">
|
|
3411
|
+
<strong>Set Screen Control</strong>
|
|
3412
|
+
<p>
|
|
3413
|
+
Selects the type of input or data that will be displayed on the screen.<br><br>
|
|
3414
|
+
**Only applies to screen version
|
|
3415
|
+
</p>
|
|
3416
|
+
<div>
|
|
3417
|
+
<label for="node-input-screen_control_108_active">Active:</label>
|
|
3418
|
+
<input type="checkbox" id="node-input-screen_control_108_active" class="ncd-config-toggle" data-target-id="node-input-screen_control_108" value="1">
|
|
3419
|
+
</div>
|
|
3420
|
+
<div>
|
|
3421
|
+
<label for="node-input-screen_control_108"><i class="icon-tag"></i>Value:</label>
|
|
3422
|
+
<select id="node-input-screen_control_108">
|
|
3423
|
+
<option value="0">IO1</option>
|
|
3424
|
+
<option value="1">IO2</option>
|
|
3425
|
+
<option value="2">IO3</option>
|
|
3426
|
+
<option value="3">Accelerometer</option>
|
|
3427
|
+
<option value="4">Magnetometer</option>
|
|
3428
|
+
</select>
|
|
3429
|
+
</div>
|
|
3430
|
+
<p class="caption">
|
|
3431
|
+
Default value: IO1.
|
|
3432
|
+
</p>
|
|
3433
|
+
</div>
|
|
3434
|
+
</div>
|
|
3209
3435
|
<div class="ncd-dependent" data-sensor-35 data-sensor-36>
|
|
3210
3436
|
<hr>
|
|
3211
3437
|
<div class="form-row ncd-active-check">
|
|
3212
3438
|
<strong>Counter Threshold</strong>
|
|
3439
|
+
<p class="caption">
|
|
3440
|
+
The sensor will transmit data when any connected counter reaches a multiple of this threshold value.<br>
|
|
3441
|
+
**Report type will be 'Threshold'.
|
|
3442
|
+
<br>
|
|
3443
|
+
<br>
|
|
3444
|
+
Note: The range for this value is from 0 to 65534 and must be multiple of 100.
|
|
3445
|
+
</p>
|
|
3213
3446
|
<div>
|
|
3214
3447
|
<label for="node-input-counter_threshold_35_active">Active:</label>
|
|
3215
3448
|
<input type="checkbox" id="node-input-counter_threshold_35_active" class="ncd-config-toggle" data-target-id="node-input-counter_threshold_35" value="1">
|
|
@@ -3220,7 +3453,7 @@
|
|
|
3220
3453
|
</div>
|
|
3221
3454
|
</div>
|
|
3222
3455
|
</div>
|
|
3223
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3456
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3224
3457
|
<div class="form-row ncd-active-check">
|
|
3225
3458
|
<strong>Set Filtering</strong>
|
|
3226
3459
|
<p>Enable/Disable built-in filters</p>
|
|
@@ -3231,11 +3464,13 @@
|
|
|
3231
3464
|
<div>
|
|
3232
3465
|
<label for="node-input-enable_filtering_110"><i class="icon-tag"></i>Value:</label>
|
|
3233
3466
|
<select id="node-input-enable_filtering_110">
|
|
3234
|
-
<option selected="selected" value="
|
|
3235
|
-
<option value="
|
|
3467
|
+
<option selected="selected" value="1">Enabled</option>
|
|
3468
|
+
<option value="0">Disabled</option>
|
|
3236
3469
|
</select>
|
|
3237
3470
|
</div>
|
|
3238
3471
|
</div>
|
|
3472
|
+
</div>
|
|
3473
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3239
3474
|
<div class="form-row ncd-active-check">
|
|
3240
3475
|
<strong>Probe 1: Output Data Rate</strong>
|
|
3241
3476
|
<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>
|
|
@@ -3265,6 +3500,31 @@
|
|
|
3265
3500
|
</div>
|
|
3266
3501
|
</div>
|
|
3267
3502
|
</div>
|
|
3503
|
+
<div class="ncd-dependent" data-sensor-543>
|
|
3504
|
+
<div class="form-row ncd-active-check">
|
|
3505
|
+
<strong>Probe 1: Output Data Rate</strong>
|
|
3506
|
+
<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>
|
|
3507
|
+
In accordance with the Nyquist equation:<br>
|
|
3508
|
+
<br>
|
|
3509
|
+
f_max = ODR/2.56 Hz<br><br>
|
|
3510
|
+
Note: Increasing the ODR to 25600Hz introduces significant noise in the vibration data as it allows more frequencies in the resulting data.
|
|
3511
|
+
</p>
|
|
3512
|
+
<div>
|
|
3513
|
+
<label for="node-input-odr_p1_543_active"><i class="icon-tag"></i>Active:</label>
|
|
3514
|
+
<input type="checkbox" id="node-input-odr_p1_543_active" class="ncd-config-toggle" data-target-id="node-input-odr_p1_543" value="1">
|
|
3515
|
+
</div>
|
|
3516
|
+
<div>
|
|
3517
|
+
<label for="node-input-odr_p1_543"><i class="icon-tag"></i>Value:</label>
|
|
3518
|
+
<select id="node-input-odr_p1_543">
|
|
3519
|
+
<option value="3">31.25Hz</option>
|
|
3520
|
+
<option value="4">62.5Hz</option>
|
|
3521
|
+
<option value="5">125Hz</option>
|
|
3522
|
+
<option value="6">250Hz</option>
|
|
3523
|
+
<option value="7">500Hz</option>
|
|
3524
|
+
</select>
|
|
3525
|
+
</div>
|
|
3526
|
+
</div>
|
|
3527
|
+
</div>
|
|
3268
3528
|
<div class="ncd-dependent" data-sensor-111>
|
|
3269
3529
|
<div class="form-row ncd-active-check">
|
|
3270
3530
|
<strong>Probe 2: Output Data Rate</strong>
|
|
@@ -3294,7 +3554,7 @@
|
|
|
3294
3554
|
</div>
|
|
3295
3555
|
</div>
|
|
3296
3556
|
</div>
|
|
3297
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3557
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3298
3558
|
<div class="form-row ncd-active-check">
|
|
3299
3559
|
<strong>Probe 1: Sampling Duration</strong>
|
|
3300
3560
|
<p>
|
|
@@ -3332,7 +3592,7 @@
|
|
|
3332
3592
|
</div>
|
|
3333
3593
|
</div>
|
|
3334
3594
|
</div>
|
|
3335
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3595
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3336
3596
|
<div class="form-row ncd-active-check">
|
|
3337
3597
|
<strong>Probe 1: Set Low Pass Filter</strong>
|
|
3338
3598
|
<p>
|
|
@@ -3390,7 +3650,7 @@
|
|
|
3390
3650
|
</div>
|
|
3391
3651
|
</div>
|
|
3392
3652
|
</div>
|
|
3393
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3653
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3394
3654
|
<div class="form-row ncd-active-check">
|
|
3395
3655
|
<strong>Probe 1: Set High Pass Filter</strong>
|
|
3396
3656
|
<p>
|
|
@@ -3448,7 +3708,7 @@
|
|
|
3448
3708
|
</div>
|
|
3449
3709
|
</div>
|
|
3450
3710
|
</div>
|
|
3451
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3711
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3452
3712
|
<div class="form-row ncd-active-check">
|
|
3453
3713
|
<strong>Sampling Interval</strong>
|
|
3454
3714
|
<p>Set how often will the sensor transmit measurement data.<br><br>
|
|
@@ -3474,7 +3734,7 @@
|
|
|
3474
3734
|
</div>
|
|
3475
3735
|
</div>
|
|
3476
3736
|
</div>
|
|
3477
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3737
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3478
3738
|
<div class="form-row ncd-active-check">
|
|
3479
3739
|
<strong>Set Auto Raw Interval</strong>
|
|
3480
3740
|
<p>
|
|
@@ -3549,7 +3809,7 @@
|
|
|
3549
3809
|
</div>
|
|
3550
3810
|
</div>
|
|
3551
3811
|
</div>
|
|
3552
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3812
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3553
3813
|
<div class="form-row ncd-active-check">
|
|
3554
3814
|
<strong>Set Smart Mode Skip Interval</strong>
|
|
3555
3815
|
<p>Sensor will skip sending data this many times if vibration is below the smart threshold.<br><br>
|
|
@@ -3564,13 +3824,17 @@
|
|
|
3564
3824
|
<input type="text" id="node-input-smart_interval_110" value="1">
|
|
3565
3825
|
</div>
|
|
3566
3826
|
</div>
|
|
3827
|
+
</div>
|
|
3828
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3567
3829
|
<div class="form-row ncd-active-check">
|
|
3568
3830
|
<div>
|
|
3569
3831
|
<strong>Probe 1: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
3570
|
-
<p>Set a
|
|
3832
|
+
<p>Set a motion detection threshold for the sensor to trigger a data transmission. This is an interrupt-based configuration, making it ideal for devices with minimal workload or uptime.
|
|
3833
|
+
The transmitted message will have a msg_type property of 'motion'.</p>
|
|
3571
3834
|
<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>
|
|
3572
3835
|
<p>Valid Input Range: 0 - 40<br>
|
|
3573
3836
|
A value of 0 will disable this feature.</p>
|
|
3837
|
+
<p>Note: In Smart mode, a 'motion' transmission is conditioned by the Smart Mode Threshold and Smart Skip Interval.</p>
|
|
3574
3838
|
</div>
|
|
3575
3839
|
<div>
|
|
3576
3840
|
<label for="node-input-motion_detect_threshold_p1_110_active"><i class="icon-tag"></i>Active:</label>
|
|
@@ -3586,11 +3850,12 @@
|
|
|
3586
3850
|
<div class="form-row ncd-active-check">
|
|
3587
3851
|
<div>
|
|
3588
3852
|
<strong>Probe 2: Set Acceleration Wake/Interrupt Threshold</strong>
|
|
3589
|
-
<p>Set a
|
|
3853
|
+
<p>Set a motion detection threshold for the sensor to trigger a data transmission. This is an interrupt-based configuration, making it ideal for devices with minimal workload or uptime.
|
|
3854
|
+
The transmitted message will have a msg_type property of 'motion'</p>
|
|
3590
3855
|
<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>
|
|
3591
3856
|
<p>Valid Input Range: 0 - 40<br>
|
|
3592
|
-
A value of 0 will disable this feature
|
|
3593
|
-
|
|
3857
|
+
A value of 0 will disable this feature.</p>
|
|
3858
|
+
<p>Note: In Smart mode, a 'motion' transmission is also conditioned by the Smart Mode Threshold and Smart Skip Interval.</p>
|
|
3594
3859
|
</div>
|
|
3595
3860
|
<div>
|
|
3596
3861
|
<label for="node-input-motion_detect_threshold_p2_110_active"><i class="icon-tag"></i>Active:</label>
|
|
@@ -3608,6 +3873,8 @@
|
|
|
3608
3873
|
<p>
|
|
3609
3874
|
Set how large of a range the device can measure acceleration in.<br><br>
|
|
3610
3875
|
Example: +/- 8g would mean that it would measure at most up to 8g and down to -8g.
|
|
3876
|
+
<br><br>
|
|
3877
|
+
**Gen4 Valid Range: ±2g to ±16g
|
|
3611
3878
|
</p>
|
|
3612
3879
|
<div>
|
|
3613
3880
|
<label for="node-input-full_scale_range_101_active">Active:</label>
|
|
@@ -3626,7 +3893,30 @@
|
|
|
3626
3893
|
</div>
|
|
3627
3894
|
</div>
|
|
3628
3895
|
</div>
|
|
3629
|
-
<div class="ncd-dependent" data-sensor-
|
|
3896
|
+
<div class="ncd-dependent" data-sensor-543>
|
|
3897
|
+
<div class="form-row ncd-active-check">
|
|
3898
|
+
<strong>Full Scale Range</strong>
|
|
3899
|
+
<p>
|
|
3900
|
+
Set how large of a range the device can measure acceleration in.<br><br>
|
|
3901
|
+
Example: +/- 8g would mean that it would measure at most up to 8g and down to -8g.
|
|
3902
|
+
<br><br>
|
|
3903
|
+
**Gen4 Valid Range: ±2g to ±16g
|
|
3904
|
+
</p>
|
|
3905
|
+
<div>
|
|
3906
|
+
<label for="node-input-full_scale_range_543_active">Active:</label>
|
|
3907
|
+
<input type="checkbox" id="node-input-full_scale_range_543_active" class="ncd-config-toggle" data-target-id="node-input-full_scale_range_543" value="1">
|
|
3908
|
+
</div>
|
|
3909
|
+
<div>
|
|
3910
|
+
<label for="node-input-full_scale_range_543"><i class="icon-tag"></i>Value:</label>
|
|
3911
|
+
<select id="node-input-full_scale_range_543">
|
|
3912
|
+
<option value="0">+/- 2g</option>
|
|
3913
|
+
<option value="1">+/- 4g</option>
|
|
3914
|
+
<option value="2">+/- 8g</option>
|
|
3915
|
+
</select>
|
|
3916
|
+
</div>
|
|
3917
|
+
</div>
|
|
3918
|
+
</div>
|
|
3919
|
+
<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 data-sensor-543>
|
|
3630
3920
|
<div class="form-row ncd-active-check">
|
|
3631
3921
|
<strong>Set Dead Band in mg</strong>
|
|
3632
3922
|
<p>
|
|
@@ -3644,7 +3934,7 @@
|
|
|
3644
3934
|
</div>
|
|
3645
3935
|
</div>
|
|
3646
3936
|
</div>
|
|
3647
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3937
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3648
3938
|
<div class="form-row ncd-active-check">
|
|
3649
3939
|
<strong>Set FLY Interval</strong>
|
|
3650
3940
|
<p>
|
|
@@ -3667,6 +3957,8 @@
|
|
|
3667
3957
|
</select>
|
|
3668
3958
|
</div>
|
|
3669
3959
|
</div>
|
|
3960
|
+
</div>
|
|
3961
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3670
3962
|
<div class="form-row ncd-active-check">
|
|
3671
3963
|
<strong>RPM Calculate Status</strong>
|
|
3672
3964
|
<p>
|
|
@@ -3686,7 +3978,7 @@
|
|
|
3686
3978
|
</div>
|
|
3687
3979
|
</div>
|
|
3688
3980
|
</div>
|
|
3689
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
3981
|
+
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-101 data-sensor-102 data-sensor-103 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538 data-sensor-543>
|
|
3690
3982
|
<div class="form-row ncd-active-check">
|
|
3691
3983
|
<strong>Set RTC</strong>
|
|
3692
3984
|
<p>
|
|
@@ -3698,7 +3990,7 @@
|
|
|
3698
3990
|
</div>
|
|
3699
3991
|
</div>
|
|
3700
3992
|
</div>
|
|
3701
|
-
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3993
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
|
|
3702
3994
|
<div class="form-row ncd-active-check">
|
|
3703
3995
|
<strong>Set Max Raw Sample</strong>
|
|
3704
3996
|
<p>
|
|
@@ -3730,6 +4022,8 @@
|
|
|
3730
4022
|
<input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
|
|
3731
4023
|
</div>
|
|
3732
4024
|
</div>
|
|
4025
|
+
</div>
|
|
4026
|
+
<div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
|
|
3733
4027
|
<div class="form-row ncd-active-check">
|
|
3734
4028
|
<strong>Set Motion to Sampling Delay</strong>
|
|
3735
4029
|
<p>
|
|
@@ -3769,7 +4063,7 @@
|
|
|
3769
4063
|
</p>
|
|
3770
4064
|
</div>
|
|
3771
4065
|
</div>
|
|
3772
|
-
<div class="ncd-dependent" data-sensor-80 data-sensor-81 data-sensor-82 data-sensor-84 data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-180 data-sensor-181 data-sensor-519 data-sensor-537 data-sensor-538>
|
|
4066
|
+
<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 data-sensor-543>
|
|
3773
4067
|
<div class="form-row ncd-active-check">
|
|
3774
4068
|
<strong>Payload Length</strong>
|
|
3775
4069
|
<p>
|
|
@@ -5441,6 +5735,547 @@
|
|
|
5441
5735
|
</div>
|
|
5442
5736
|
</div>
|
|
5443
5737
|
</div>
|
|
5738
|
+
<div class="ncd-dependent" data-sensor-124>
|
|
5739
|
+
<div class="form-row ncd-active-check">
|
|
5740
|
+
<strong>Set Volume Flow Unit</strong>
|
|
5741
|
+
<div>
|
|
5742
|
+
<label for="node-input-volume_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5743
|
+
<input type="checkbox" id="node-input-volume_flow_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-volume_flow_unit_124" value="1">
|
|
5744
|
+
</div>
|
|
5745
|
+
<div>
|
|
5746
|
+
<label for="node-input-volume_flow_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
5747
|
+
<select id="node-input-volume_flow_unit_124">
|
|
5748
|
+
<option value="0" selected>cm³/s</option>
|
|
5749
|
+
<option value="1" selected>cm³/min</option>
|
|
5750
|
+
<option value="2" selected>cm³/h</option>
|
|
5751
|
+
<option value="3" selected>cm³/d</option>
|
|
5752
|
+
<option value="4" selected>dm³/s</option>
|
|
5753
|
+
<option value="5" selected>dm³/min</option>
|
|
5754
|
+
<option value="6" selected>dm³/h</option>
|
|
5755
|
+
<option value="7" selected>dm³/d</option>
|
|
5756
|
+
<option value="8" selected>m³/s</option>
|
|
5757
|
+
<option value="9" selected>m³/min</option>
|
|
5758
|
+
<option value="10" selected>m³/h</option>
|
|
5759
|
+
<option value="11" selected>m³/d</option>
|
|
5760
|
+
<option value="12" selected>ml/s</option>
|
|
5761
|
+
<option value="13" selected>ml/min</option>
|
|
5762
|
+
<option value="14" selected>ml/h</option>
|
|
5763
|
+
<option value="15" selected>ml/d</option>
|
|
5764
|
+
<option value="16" selected>l/s</option>
|
|
5765
|
+
<option value="17" selected>l/min</option>
|
|
5766
|
+
<option value="18" selected>l/h</option>
|
|
5767
|
+
<option value="19" selected>l/d</option>
|
|
5768
|
+
<option value="20" selected>hl/s</option>
|
|
5769
|
+
<option value="21" selected>hl/min</option>
|
|
5770
|
+
<option value="22" selected>hl/h</option>
|
|
5771
|
+
<option value="23" selected>hl/d</option>
|
|
5772
|
+
<option value="24" selected>Ml/s</option>
|
|
5773
|
+
<option value="25" selected>Ml/min</option>
|
|
5774
|
+
<option value="26" selected>Ml/h</option>
|
|
5775
|
+
<option value="27" selected>Ml/d</option>
|
|
5776
|
+
<option value="32" selected>af/s</option>
|
|
5777
|
+
<option value="33" selected>af/min</option>
|
|
5778
|
+
<option value="34" selected>af/h</option>
|
|
5779
|
+
<option value="35" selected>af/d</option>
|
|
5780
|
+
<option value="36" selected>ft³/s</option>
|
|
5781
|
+
<option value="37" selected>ft³/min</option>
|
|
5782
|
+
<option value="38" selected>ft³/h</option>
|
|
5783
|
+
<option value="39" selected>ft³/d</option>
|
|
5784
|
+
<option value="40" selected>fl oz/s (us)</option>
|
|
5785
|
+
<option value="41" selected>fl oz/min (us)</option>
|
|
5786
|
+
<option value="42" selected>fl oz/h (us)</option>
|
|
5787
|
+
<option value="43" selected>fl oz/d (us)</option>
|
|
5788
|
+
<option value="44" selected>gal/s (us)</option>
|
|
5789
|
+
<option value="45" selected>gal/min (us)</option>
|
|
5790
|
+
<option value="46" selected>gal/h (us)</option>
|
|
5791
|
+
<option value="47" selected>gal/d (us)</option>
|
|
5792
|
+
<option value="48" selected>Mgal/s (us)</option>
|
|
5793
|
+
<option value="49" selected>Mgal/min (us)</option>
|
|
5794
|
+
<option value="50" selected>Mgal/h (us)</option>
|
|
5795
|
+
<option value="51" selected>Mgal/d (us)</option>
|
|
5796
|
+
<option value="52" selected>bbl/s (us;liq.)</option>
|
|
5797
|
+
<option value="53" selected>bbl/min (us;liq.)</option>
|
|
5798
|
+
<option value="54" selected>bbl/h (us;liq.)</option>
|
|
5799
|
+
<option value="55" selected>bbl/d (us;liq.)</option>
|
|
5800
|
+
<option value="56" selected>bbl/s (us;beer)</option>
|
|
5801
|
+
<option value="57" selected>bbl/min (us;beer)</option>
|
|
5802
|
+
<option value="58" selected>bbl/h (us;beer)</option>
|
|
5803
|
+
<option value="59" selected>bbl/d (us;beer)</option>
|
|
5804
|
+
<option value="60" selected>bbl/s (us;oil)</option>
|
|
5805
|
+
<option value="61" selected>bbl/min (us;oil)</option>
|
|
5806
|
+
<option value="62" selected>bbl/h (us;oil)</option>
|
|
5807
|
+
<option value="63" selected>bbl/d (us;oil)</option>
|
|
5808
|
+
<option value="64" selected>bbl/s (us;tank)</option>
|
|
5809
|
+
<option value="65" selected>bbl/min (us;tank)</option>
|
|
5810
|
+
<option value="66" selected>bbl/h (us;tank)</option>
|
|
5811
|
+
<option value="67" selected>bbl/d (us;tank)</option>
|
|
5812
|
+
<option value="68" selected>gal/s (imp)</option>
|
|
5813
|
+
<option value="69" selected>gal/min (imp)</option>
|
|
5814
|
+
<option value="70" selected>gal/h (imp)</option>
|
|
5815
|
+
<option value="71" selected>gal/d (imp)</option>
|
|
5816
|
+
<option value="72" selected>Mgal/s (imp)</option>
|
|
5817
|
+
<option value="73" selected>Mgal/min (imp)</option>
|
|
5818
|
+
<option value="74" selected>Mgal/h (imp)</option>
|
|
5819
|
+
<option value="75" selected>Mgal/d (imp)</option>
|
|
5820
|
+
<option value="76" selected>bbl/s (imp;beer)</option>
|
|
5821
|
+
<option value="77" selected>bbl/min (imp;beer)</option>
|
|
5822
|
+
<option value="78" selected>bbl/h (imp;beer)</option>
|
|
5823
|
+
<option value="79" selected>bbl/d (imp;beer)</option>
|
|
5824
|
+
<option value="80" selected>bbl/s (imp;oil)</option>
|
|
5825
|
+
<option value="81" selected>bbl/min (imp;oil)</option>
|
|
5826
|
+
<option value="82" selected>bbl/h (imp;oil)</option>
|
|
5827
|
+
<option value="83" selected>bbl/d (imp;oil)</option>
|
|
5828
|
+
<option value="88" selected>kgal/s (us)</option>
|
|
5829
|
+
<option value="89" selected>kgal/min (us)</option>
|
|
5830
|
+
<option value="90" selected>kgal/h (us)</option>
|
|
5831
|
+
<option value="91" selected>kgal/d (us)</option>
|
|
5832
|
+
<option value="92" selected>MMft³/s</option>
|
|
5833
|
+
<option value="93" selected>MMft³/min</option>
|
|
5834
|
+
<option value="94" selected>MMft³/h</option>
|
|
5835
|
+
<option value="96" selected>Mft³/d</option>
|
|
5836
|
+
</select>
|
|
5837
|
+
</div>
|
|
5838
|
+
</div>
|
|
5839
|
+
<div class="form-row ncd-active-check">
|
|
5840
|
+
<strong>Set Totalizer 1 Flow Unit</strong>
|
|
5841
|
+
<p>Set the units for totalizers</p>
|
|
5842
|
+
<div>
|
|
5843
|
+
<label for="node-input-total_1_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5844
|
+
<input type="checkbox" id="node-input-total_1_flow_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-total_1_flow_unit_124" value="1">
|
|
5845
|
+
</div>
|
|
5846
|
+
<div>
|
|
5847
|
+
<label for="node-input-total_1_flow_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
5848
|
+
<select id="node-input-total_1_flow_unit_124">
|
|
5849
|
+
<option value="0" selected>cm³</option>
|
|
5850
|
+
<option value="1" selected>dm³</option>
|
|
5851
|
+
<option value="2" selected>m³</option>
|
|
5852
|
+
<option value="3" selected>ml</option>
|
|
5853
|
+
<option value="4" selected>l</option>
|
|
5854
|
+
<option value="5" selected>hl</option>
|
|
5855
|
+
<option value="6" selected>Ml Mega</option>
|
|
5856
|
+
<option value="8" selected>af</option>
|
|
5857
|
+
<option value="9" selected>ft³</option>
|
|
5858
|
+
<option value="10" selected>fl oz (us)</option>
|
|
5859
|
+
<option value="11" selected>gal (us)</option>
|
|
5860
|
+
<option value="12" selected>Mgal (us)</option>
|
|
5861
|
+
<option value="13" selected>bbl (us;liq.)</option>
|
|
5862
|
+
<option value="14" selected>bbl (us;beer)</option>
|
|
5863
|
+
<option value="15" selected>bbl (us;oil)</option>
|
|
5864
|
+
<option value="16" selected>bbl (us;tank)</option>
|
|
5865
|
+
<option value="17" selected>gal (imp)</option>
|
|
5866
|
+
<option value="18" selected>Mgal (imp)</option>
|
|
5867
|
+
<option value="19" selected>bbl (imp;beer)</option>
|
|
5868
|
+
<option value="20" selected>bbl (imp;oil)</option>
|
|
5869
|
+
<option value="22" selected>kgal (us)</option>
|
|
5870
|
+
<option value="23" selected>Mft³</option>
|
|
5871
|
+
</select>
|
|
5872
|
+
</div>
|
|
5873
|
+
</div>
|
|
5874
|
+
<div class="form-row ncd-active-check">
|
|
5875
|
+
<strong>Set Totalizer 2 Flow Unit</strong>
|
|
5876
|
+
<p>Set the units for totalizers</p>
|
|
5877
|
+
<div>
|
|
5878
|
+
<label for="node-input-total_2_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5879
|
+
<input type="checkbox" id="node-input-total_2_flow_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-total_2_flow_unit_124" value="1">
|
|
5880
|
+
</div>
|
|
5881
|
+
<div>
|
|
5882
|
+
<label for="node-input-total_2_flow_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
5883
|
+
<select id="node-input-total_2_flow_unit_124">
|
|
5884
|
+
<option value="0" selected>cm³</option>
|
|
5885
|
+
<option value="1" selected>dm³</option>
|
|
5886
|
+
<option value="2" selected>m³</option>
|
|
5887
|
+
<option value="3" selected>ml</option>
|
|
5888
|
+
<option value="4" selected>l</option>
|
|
5889
|
+
<option value="5" selected>hl</option>
|
|
5890
|
+
<option value="6" selected>Ml Mega</option>
|
|
5891
|
+
<option value="8" selected>af</option>
|
|
5892
|
+
<option value="9" selected>ft³</option>
|
|
5893
|
+
<option value="10" selected>fl oz (us)</option>
|
|
5894
|
+
<option value="11" selected>gal (us)</option>
|
|
5895
|
+
<option value="12" selected>Mgal (us)</option>
|
|
5896
|
+
<option value="13" selected>bbl (us;liq.)</option>
|
|
5897
|
+
<option value="14" selected>bbl (us;beer)</option>
|
|
5898
|
+
<option value="15" selected>bbl (us;oil)</option>
|
|
5899
|
+
<option value="16" selected>bbl (us;tank)</option>
|
|
5900
|
+
<option value="17" selected>gal (imp)</option>
|
|
5901
|
+
<option value="18" selected>Mgal (imp)</option>
|
|
5902
|
+
<option value="19" selected>bbl (imp;beer)</option>
|
|
5903
|
+
<option value="20" selected>bbl (imp;oil)</option>
|
|
5904
|
+
<option value="22" selected>kgal (us)</option>
|
|
5905
|
+
<option value="23" selected>Mft³</option>
|
|
5906
|
+
</select>
|
|
5907
|
+
</div>
|
|
5908
|
+
</div>
|
|
5909
|
+
<div class="form-row ncd-active-check">
|
|
5910
|
+
<strong>Set Totalizer 3 Flow Unit</strong>
|
|
5911
|
+
<p>Set the units for totalizers</p>
|
|
5912
|
+
<div>
|
|
5913
|
+
<label for="node-input-total_3_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5914
|
+
<input type="checkbox" id="node-input-total_3_flow_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-total_3_flow_unit_124" value="1">
|
|
5915
|
+
</div>
|
|
5916
|
+
<div>
|
|
5917
|
+
<label for="node-input-total_3_flow_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
5918
|
+
<select id="node-input-total_3_flow_unit_124">
|
|
5919
|
+
<option value="0" selected>cm³</option>
|
|
5920
|
+
<option value="1" selected>dm³</option>
|
|
5921
|
+
<option value="2" selected>m³</option>
|
|
5922
|
+
<option value="3" selected>ml</option>
|
|
5923
|
+
<option value="4" selected>l</option>
|
|
5924
|
+
<option value="5" selected>hl</option>
|
|
5925
|
+
<option value="6" selected>Ml Mega</option>
|
|
5926
|
+
<option value="8" selected>af</option>
|
|
5927
|
+
<option value="9" selected>ft³</option>
|
|
5928
|
+
<option value="10" selected>fl oz (us)</option>
|
|
5929
|
+
<option value="11" selected>gal (us)</option>
|
|
5930
|
+
<option value="12" selected>Mgal (us)</option>
|
|
5931
|
+
<option value="13" selected>bbl (us;liq.)</option>
|
|
5932
|
+
<option value="14" selected>bbl (us;beer)</option>
|
|
5933
|
+
<option value="15" selected>bbl (us;oil)</option>
|
|
5934
|
+
<option value="16" selected>bbl (us;tank)</option>
|
|
5935
|
+
<option value="17" selected>gal (imp)</option>
|
|
5936
|
+
<option value="18" selected>Mgal (imp)</option>
|
|
5937
|
+
<option value="19" selected>bbl (imp;beer)</option>
|
|
5938
|
+
<option value="20" selected>bbl (imp;oil)</option>
|
|
5939
|
+
<option value="22" selected>kgal (us)</option>
|
|
5940
|
+
<option value="23" selected>Mft³</option>
|
|
5941
|
+
</select>
|
|
5942
|
+
</div>
|
|
5943
|
+
</div>
|
|
5944
|
+
<div class="form-row ncd-active-check">
|
|
5945
|
+
<strong>Set Pressure Unit</strong>
|
|
5946
|
+
<p>Set the Unit for Pressure</p>
|
|
5947
|
+
<div>
|
|
5948
|
+
<label for="node-input-pressure_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5949
|
+
<input type="checkbox" id="node-input-pressure_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-pressure_unit_124" value="1">
|
|
5950
|
+
</div>
|
|
5951
|
+
<div>
|
|
5952
|
+
<label for="node-input-pressure_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
5953
|
+
<select id="node-input-pressure_unit_124">
|
|
5954
|
+
<option value="0" selected>bar</option>
|
|
5955
|
+
<option value="1" selected>psi a</option>
|
|
5956
|
+
<option value="2" selected>bar g</option>
|
|
5957
|
+
<option value="3" selected>psi g</option>
|
|
5958
|
+
<option value="4" selected>Pa a</option>
|
|
5959
|
+
<option value="5" selected>kPa a</option>
|
|
5960
|
+
<option value="6" selected>MPa a</option>
|
|
5961
|
+
<option value="7" selected>Pa g</option>
|
|
5962
|
+
<option value="8" selected>kPa g</option>
|
|
5963
|
+
<option value="9" selected>MPa g</option>
|
|
5964
|
+
</select>
|
|
5965
|
+
</div>
|
|
5966
|
+
</div>
|
|
5967
|
+
<div class="form-row ncd-active-check">
|
|
5968
|
+
<strong>Set Totalizer 1 Operation Mode</strong>
|
|
5969
|
+
<p>Set operation mode of totalizer module of sensor (1). Totalizers measure total flow in any direction.</p>
|
|
5970
|
+
<div>
|
|
5971
|
+
<label for="node-input-total_1_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5972
|
+
<input type="checkbox" id="node-input-total_1_op_mode_124_active" class="ncd-config-toggle" data-target-id="node-input-total_1_op_mode_124" value="1">
|
|
5973
|
+
</div>
|
|
5974
|
+
<div>
|
|
5975
|
+
<label for="node-input-total_1_op_mode_124"><i class="icon-tag"></i>Value:</label>
|
|
5976
|
+
<select id="node-input-total_1_op_mode_124">
|
|
5977
|
+
<option value="0" selected>Net flow total</option>
|
|
5978
|
+
<option value="1" selected>Forward flow total</option>
|
|
5979
|
+
<option value="2" selected>Reverse flow total</option>
|
|
5980
|
+
</select>
|
|
5981
|
+
</div>
|
|
5982
|
+
</div>
|
|
5983
|
+
<div class="form-row ncd-active-check">
|
|
5984
|
+
<strong>Set Totalizer 2 Operation Mode</strong>
|
|
5985
|
+
<p>Set operation mode of totalizer module of sensor (2). Totalizers measure total flow in any direction.</p>
|
|
5986
|
+
<div>
|
|
5987
|
+
<label for="node-input-total_2_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
|
|
5988
|
+
<input type="checkbox" id="node-input-total_2_op_mode_124_active" class="ncd-config-toggle" data-target-id="node-input-total_2_op_mode_124" value="1">
|
|
5989
|
+
</div>
|
|
5990
|
+
<div>
|
|
5991
|
+
<label for="node-input-total_2_op_mode_124"><i class="icon-tag"></i>Value:</label>
|
|
5992
|
+
<select id="node-input-total_2_op_mode_124">
|
|
5993
|
+
<option value="0" selected>Net flow total</option>
|
|
5994
|
+
<option value="1" selected>Forward flow total</option>
|
|
5995
|
+
<option value="2" selected>Reverse flow total</option>
|
|
5996
|
+
</select>
|
|
5997
|
+
</div>
|
|
5998
|
+
</div>
|
|
5999
|
+
<div class="form-row ncd-active-check">
|
|
6000
|
+
<strong>Set Totalizer 3 Operation Mode</strong>
|
|
6001
|
+
<p>Set operation mode of totalizer module of sensor (3). Totalizers measure total flow in any direction.</p>
|
|
6002
|
+
<div>
|
|
6003
|
+
<label for="node-input-total_3_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
|
|
6004
|
+
<input type="checkbox" id="node-input-total_3_op_mode_124_active" class="ncd-config-toggle" data-target-id="node-input-total_3_op_mode_124" value="1">
|
|
6005
|
+
</div>
|
|
6006
|
+
<div>
|
|
6007
|
+
<label for="node-input-total_3_op_mode_124"><i class="icon-tag"></i>Value:</label>
|
|
6008
|
+
<select id="node-input-total_3_op_mode_124">
|
|
6009
|
+
<option value="0" selected>Net flow total</option>
|
|
6010
|
+
<option value="1" selected>Forward flow total</option>
|
|
6011
|
+
<option value="2" selected>Reverse flow total</option>
|
|
6012
|
+
</select>
|
|
6013
|
+
</div>
|
|
6014
|
+
</div>
|
|
6015
|
+
<div class="form-row ncd-active-check">
|
|
6016
|
+
<strong>Set Conductivity Unit</strong>
|
|
6017
|
+
<p>Set the Unit for Conductivity</p>
|
|
6018
|
+
<div>
|
|
6019
|
+
<label for="node-input-conductivity_unit_124_active"><i class="icon-tag"></i>Active:</label>
|
|
6020
|
+
<input type="checkbox" id="node-input-conductivity_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-conductivity_unit_124" value="1">
|
|
6021
|
+
</div>
|
|
6022
|
+
<div>
|
|
6023
|
+
<label for="node-input-conductivity_unit_124"><i class="icon-tag"></i>Value:</label>
|
|
6024
|
+
<select id="node-input-conductivity_unit_124">
|
|
6025
|
+
<option value="1" selected>MS/m</option>
|
|
6026
|
+
<option value="2" selected>kS/m</option>
|
|
6027
|
+
<option value="3" selected>S/m</option>
|
|
6028
|
+
<option value="4" selected>S/cm</option>
|
|
6029
|
+
<option value="5" selected>mS/m</option>
|
|
6030
|
+
<option value="6" selected>mS/cm</option>
|
|
6031
|
+
<option value="7" selected>μS/m</option>
|
|
6032
|
+
<option value="8" selected>μS/cm</option>
|
|
6033
|
+
<option value="9" selected>μS/mm</option>
|
|
6034
|
+
<option value="10" selected>nS/cm</option>
|
|
6035
|
+
</select>
|
|
6036
|
+
</div>
|
|
6037
|
+
</div>
|
|
6038
|
+
<div class="form-row ncd-active-check">
|
|
6039
|
+
<strong>Reset All Totalizers</strong>
|
|
6040
|
+
<p>Reset All totalizers to zero</p>
|
|
6041
|
+
<div>
|
|
6042
|
+
<label for="node-input-reset_all_totalizers_124"><i class="icon-tag"></i>Active:</label>
|
|
6043
|
+
<input type="checkbox" id="node-input-reset_all_totalizers_124" value="1">
|
|
6044
|
+
</div>
|
|
6045
|
+
</div>
|
|
6046
|
+
</div>
|
|
6047
|
+
<div class="ncd-dependent" data-sensor-536>
|
|
6048
|
+
<div class="form-row ncd-active-check">
|
|
6049
|
+
<strong>Set Oxygen Boot Time</strong>
|
|
6050
|
+
<p>This value represents the number of seconds to wait after applying power to the Oxygen sensor before taking a reading.<br>
|
|
6051
|
+
Valid range: 1 - 100 Seconds.
|
|
6052
|
+
</p>
|
|
6053
|
+
<div>
|
|
6054
|
+
<label for="node-input-oxygen_boot_time_536_active">Active:</label>
|
|
6055
|
+
<input type="checkbox" id="node-input-oxygen_boot_time_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_boot_time_536" value="1">
|
|
6056
|
+
</div>
|
|
6057
|
+
<div>
|
|
6058
|
+
<label for="node-input-oxygen_boot_time_536"><i class="icon-tag"></i>Value:</label>
|
|
6059
|
+
<input type="text" id="node-input-oxygen_boot_time_536">
|
|
6060
|
+
</div>
|
|
6061
|
+
<p class="caption">
|
|
6062
|
+
Default value: 3 seconds.
|
|
6063
|
+
</p>
|
|
6064
|
+
</div>
|
|
6065
|
+
<div class="form-row ncd-active-check">
|
|
6066
|
+
<strong>Set Flow Boot Time</strong>
|
|
6067
|
+
<p>This value represents the number of seconds to wait after applying power to the Flow sensor before taking a reading.<br>
|
|
6068
|
+
Valid range: 1 - 100 Seconds.
|
|
6069
|
+
</p>
|
|
6070
|
+
<div>
|
|
6071
|
+
<label for="node-input-flow_boot_time_536_active">Active:</label>
|
|
6072
|
+
<input type="checkbox" id="node-input-flow_boot_time_536_active" class="ncd-config-toggle" data-target-id="node-input-flow_boot_time_536" value="1">
|
|
6073
|
+
</div>
|
|
6074
|
+
<div>
|
|
6075
|
+
<label for="node-input-flow_boot_time_536"><i class="icon-tag"></i>Value:</label>
|
|
6076
|
+
<input type="text" id="node-input-flow_boot_time_536">
|
|
6077
|
+
</div>
|
|
6078
|
+
<p class="caption">
|
|
6079
|
+
Default value: 3 seconds.
|
|
6080
|
+
</p>
|
|
6081
|
+
</div>
|
|
6082
|
+
<div class="form-row ncd-active-check">
|
|
6083
|
+
<strong>Set Oxygen Sensors Addresses</strong>
|
|
6084
|
+
<p>Set the Modbus Slave device address connected to this device</p>
|
|
6085
|
+
<div>
|
|
6086
|
+
<label for="node-input-oxygen_dev_addr_536_active">Active:</label>
|
|
6087
|
+
<input type="checkbox" id="node-input-oxygen_dev_addr_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_dev_addr_536" value="1">
|
|
6088
|
+
</div>
|
|
6089
|
+
<div>
|
|
6090
|
+
<label for="node-input-oxygen_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
|
|
6091
|
+
<input type="text" id="node-input-oxygen_addr_1_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6092
|
+
</div>
|
|
6093
|
+
<div>
|
|
6094
|
+
<label for="node-input-oxygen_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
|
|
6095
|
+
<input type="text" id="node-input-oxygen_addr_2_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6096
|
+
</div>
|
|
6097
|
+
<div>
|
|
6098
|
+
<label for="node-input-oxygen_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
|
|
6099
|
+
<input type="text" id="node-input-oxygen_addr_3_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6100
|
+
</div>
|
|
6101
|
+
<div>
|
|
6102
|
+
<label for="node-input-oxygen_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
|
|
6103
|
+
<input type="text" id="node-input-oxygen_addr_4_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6104
|
+
</div>
|
|
6105
|
+
</div>
|
|
6106
|
+
<div class="form-row ncd-active-check">
|
|
6107
|
+
<strong>Set Flow Sensors Addresses</strong>
|
|
6108
|
+
<p>Set the Modbus Slave device address connected to this device</p>
|
|
6109
|
+
<div>
|
|
6110
|
+
<label for="node-input-flow_dev_addr_536_active">Active:</label>
|
|
6111
|
+
<input type="checkbox" id="node-input-flow_dev_addr_536_active" class="ncd-config-toggle" data-target-id="node-input-flow_dev_addr_536" value="1">
|
|
6112
|
+
</div>
|
|
6113
|
+
<div>
|
|
6114
|
+
<label for="node-input-flow_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
|
|
6115
|
+
<input type="text" id="node-input-flow_addr_1_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6116
|
+
</div>
|
|
6117
|
+
<div>
|
|
6118
|
+
<label for="node-input-flow_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
|
|
6119
|
+
<input type="text" id="node-input-flow_addr_2_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6120
|
+
</div>
|
|
6121
|
+
<div>
|
|
6122
|
+
<label for="node-input-flow_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
|
|
6123
|
+
<input type="text" id="node-input-flow_addr_3_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6124
|
+
</div>
|
|
6125
|
+
<div>
|
|
6126
|
+
<label for="node-input-flow_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
|
|
6127
|
+
<input type="text" id="node-input-flow_addr_4_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6128
|
+
</div>
|
|
6129
|
+
</div>
|
|
6130
|
+
<div class="form-row ncd-active-check">
|
|
6131
|
+
<strong>Set Oxygen Check Rate</strong>
|
|
6132
|
+
<div>
|
|
6133
|
+
<label for="node-input-oxygen_rate_536_active">Active:</label>
|
|
6134
|
+
<input type="checkbox" id="node-input-oxygen_rate_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_rate_536" value="1">
|
|
6135
|
+
</div>
|
|
6136
|
+
<div>
|
|
6137
|
+
<label for="node-input-oxygen_rate_536"><i class="icon-tag"></i>Value:</label>
|
|
6138
|
+
<input type="text" id="node-input-oxygen_rate_536">
|
|
6139
|
+
</div>
|
|
6140
|
+
<p class="caption">
|
|
6141
|
+
Default value: 2 minutes.
|
|
6142
|
+
</p>
|
|
6143
|
+
</div>
|
|
6144
|
+
<div class="form-row ncd-active-check">
|
|
6145
|
+
<strong>Set Oxygen Check Timeout</strong>
|
|
6146
|
+
<div>
|
|
6147
|
+
<label for="node-input-oxygen_timeout_536_active">Active:</label>
|
|
6148
|
+
<input type="checkbox" id="node-input-oxygen_timeout_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_timeout_536" value="1">
|
|
6149
|
+
</div>
|
|
6150
|
+
<div>
|
|
6151
|
+
<label for="node-input-oxygen_timeout_536"><i class="icon-tag"></i>Value:</label>
|
|
6152
|
+
<input type="text" id="node-input-oxygen_timeout_536">
|
|
6153
|
+
</div>
|
|
6154
|
+
<p class="caption">
|
|
6155
|
+
Default value: 5 minutes.
|
|
6156
|
+
</p>
|
|
6157
|
+
</div>
|
|
6158
|
+
<div class="form-row ncd-active-check">
|
|
6159
|
+
<strong>Set Oxygen Max Threshold Sensor 1</strong>
|
|
6160
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6161
|
+
<div>
|
|
6162
|
+
<label for="node-input-oxygen_max_threshold_s1_536_active">Active:</label>
|
|
6163
|
+
<input type="checkbox" id="node-input-oxygen_max_threshold_s1_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_max_threshold_s1_536" value="1">
|
|
6164
|
+
</div>
|
|
6165
|
+
<div>
|
|
6166
|
+
<label for="node-input-oxygen_max_threshold_s1_536"><i class="icon-tag"></i>Value:</label>
|
|
6167
|
+
<input type="text" id="node-input-oxygen_max_threshold_s1_536">
|
|
6168
|
+
</div>
|
|
6169
|
+
<p class="caption">
|
|
6170
|
+
Default value: 12 mg/l.
|
|
6171
|
+
</p>
|
|
6172
|
+
</div>
|
|
6173
|
+
<div class="form-row ncd-active-check">
|
|
6174
|
+
<strong>Set Oxygen Max Threshold Sensor 2</strong>
|
|
6175
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6176
|
+
<div>
|
|
6177
|
+
<label for="node-input-oxygen_max_threshold_s2_536_active">Active:</label>
|
|
6178
|
+
<input type="checkbox" id="node-input-oxygen_max_threshold_s2_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_max_threshold_s2_536" value="1">
|
|
6179
|
+
</div>
|
|
6180
|
+
<div>
|
|
6181
|
+
<label for="node-input-oxygen_max_threshold_s2_536"><i class="icon-tag"></i>Value:</label>
|
|
6182
|
+
<input type="text" id="node-input-oxygen_max_threshold_s2_536">
|
|
6183
|
+
</div>
|
|
6184
|
+
<p class="caption">
|
|
6185
|
+
Default value: 12 mg/l.
|
|
6186
|
+
</p>
|
|
6187
|
+
</div>
|
|
6188
|
+
<div class="form-row ncd-active-check">
|
|
6189
|
+
<strong>Set Oxygen Max Threshold Sensor 3</strong>
|
|
6190
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6191
|
+
<div>
|
|
6192
|
+
<label for="node-input-oxygen_max_threshold_s3_536_active">Active:</label>
|
|
6193
|
+
<input type="checkbox" id="node-input-oxygen_max_threshold_s3_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_max_threshold_s3_536" value="1">
|
|
6194
|
+
</div>
|
|
6195
|
+
<div>
|
|
6196
|
+
<label for="node-input-oxygen_max_threshold_s3_536"><i class="icon-tag"></i>Value:</label>
|
|
6197
|
+
<input type="text" id="node-input-oxygen_max_threshold_s3_536">
|
|
6198
|
+
</div>
|
|
6199
|
+
<p class="caption">
|
|
6200
|
+
Default value: 12 mg/l.
|
|
6201
|
+
</p>
|
|
6202
|
+
</div>
|
|
6203
|
+
<div class="form-row ncd-active-check">
|
|
6204
|
+
<strong>Set Oxygen Max Threshold Sensor 4</strong>
|
|
6205
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6206
|
+
<div>
|
|
6207
|
+
<label for="node-input-oxygen_max_threshold_s4_536_active">Active:</label>
|
|
6208
|
+
<input type="checkbox" id="node-input-oxygen_max_threshold_s4_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_max_threshold_s4_536" value="1">
|
|
6209
|
+
</div>
|
|
6210
|
+
<div>
|
|
6211
|
+
<label for="node-input-oxygen_max_threshold_s4_536"><i class="icon-tag"></i>Value:</label>
|
|
6212
|
+
<input type="text" id="node-input-oxygen_max_threshold_s4_536">
|
|
6213
|
+
</div>
|
|
6214
|
+
<p class="caption">
|
|
6215
|
+
Default value: 12 mg/l.
|
|
6216
|
+
</p>
|
|
6217
|
+
</div>
|
|
6218
|
+
<div class="form-row ncd-active-check">
|
|
6219
|
+
<strong>Set Oxygen Min Threshold Sensor 1</strong>
|
|
6220
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6221
|
+
<div>
|
|
6222
|
+
<label for="node-input-oxygen_min_threshold_s1_536_active">Active:</label>
|
|
6223
|
+
<input type="checkbox" id="node-input-oxygen_min_threshold_s1_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_min_threshold_s1_536" value="1">
|
|
6224
|
+
</div>
|
|
6225
|
+
<div>
|
|
6226
|
+
<label for="node-input-oxygen_min_threshold_s1_536"><i class="icon-tag"></i>Value:</label>
|
|
6227
|
+
<input type="text" id="node-input-oxygen_min_threshold_s1_536">
|
|
6228
|
+
</div>
|
|
6229
|
+
<p class="caption">
|
|
6230
|
+
Default value: 12 mg/l.
|
|
6231
|
+
</p>
|
|
6232
|
+
</div>
|
|
6233
|
+
<div class="form-row ncd-active-check">
|
|
6234
|
+
<strong>Set Oxygen Min Threshold Sensor 2</strong>
|
|
6235
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6236
|
+
<div>
|
|
6237
|
+
<label for="node-input-oxygen_min_threshold_s2_536_active">Active:</label>
|
|
6238
|
+
<input type="checkbox" id="node-input-oxygen_min_threshold_s2_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_min_threshold_s2_536" value="1">
|
|
6239
|
+
</div>
|
|
6240
|
+
<div>
|
|
6241
|
+
<label for="node-input-oxygen_min_threshold_s2_536"><i class="icon-tag"></i>Value:</label>
|
|
6242
|
+
<input type="text" id="node-input-oxygen_min_threshold_s2_536">
|
|
6243
|
+
</div>
|
|
6244
|
+
<p class="caption">
|
|
6245
|
+
Default value: 12 mg/l.
|
|
6246
|
+
</p>
|
|
6247
|
+
</div>
|
|
6248
|
+
<div class="form-row ncd-active-check">
|
|
6249
|
+
<strong>Set Oxygen Min Threshold Sensor 3</strong>
|
|
6250
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6251
|
+
<div>
|
|
6252
|
+
<label for="node-input-oxygen_min_threshold_s3_536_active">Active:</label>
|
|
6253
|
+
<input type="checkbox" id="node-input-oxygen_min_threshold_s3_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_min_threshold_s3_536" value="1">
|
|
6254
|
+
</div>
|
|
6255
|
+
<div>
|
|
6256
|
+
<label for="node-input-oxygen_min_threshold_s3_536"><i class="icon-tag"></i>Value:</label>
|
|
6257
|
+
<input type="text" id="node-input-oxygen_min_threshold_s3_536">
|
|
6258
|
+
</div>
|
|
6259
|
+
<p class="caption">
|
|
6260
|
+
Default value: 12 mg/l.
|
|
6261
|
+
</p>
|
|
6262
|
+
</div>
|
|
6263
|
+
<div class="form-row ncd-active-check">
|
|
6264
|
+
<strong>Set Oxygen Min Threshold Sensor 4</strong>
|
|
6265
|
+
<p>Valid range: 0 - 20 mg/l</p>
|
|
6266
|
+
<div>
|
|
6267
|
+
<label for="node-input-oxygen_min_threshold_s4_536_active">Active:</label>
|
|
6268
|
+
<input type="checkbox" id="node-input-oxygen_min_threshold_s4_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_min_threshold_s4_536" value="1">
|
|
6269
|
+
</div>
|
|
6270
|
+
<div>
|
|
6271
|
+
<label for="node-input-oxygen_min_threshold_s4_536"><i class="icon-tag"></i>Value:</label>
|
|
6272
|
+
<input type="text" id="node-input-oxygen_min_threshold_s4_536">
|
|
6273
|
+
</div>
|
|
6274
|
+
<p class="caption">
|
|
6275
|
+
Default value: 12 mg/l.
|
|
6276
|
+
</p>
|
|
6277
|
+
</div>
|
|
6278
|
+
</div>
|
|
5444
6279
|
</div>
|
|
5445
6280
|
</div>
|
|
5446
6281
|
</script>
|