@ncd-io/node-red-enterprise-sensors 1.4.4 → 1.4.6

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/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: 0},
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: 0},
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,98 @@
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(1, 100)},
847
+ oxygen_timeout_536_active:{value: ""},
848
+ oxygen_timeout_536:{value:5, validate: NCD_validators.number_range(1, 10)},
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},
877
+ sampling_duration_p1_543_active: {value: ""},
878
+ sampling_duration_p1_543: {value: 18, validate: NCD_validators.number_range(1, 50)},
879
+
880
+ sensor_length_29_active: {value: ""},
881
+ sensor_length_29: {value:500, validate: NCD_validators.number_range(1, 10000)},
882
+
883
+ tare_value_217_active: {value: ""},
884
+ tare_value_217: {value: 0, validate: NCD_validators.number_range(0, 4294967295)},
885
+
886
+ rtd_wire_type_ch2_54_active: {value: ""},
887
+ rtd_wire_type_ch2_54: {value:1},
888
+ rtd_range_ch2_54_active: {value: ""},
889
+ rtd_range_ch2_54: {value:1},
890
+ rtd_wire_type_ch3_55_active: {value: ""},
891
+ rtd_wire_type_ch3_55: {value:1},
892
+ rtd_range_ch3_55_active: {value: ""},
893
+ rtd_range_ch3_55: {value:1}
797
894
  },
798
895
  inputs: 0,
799
896
  outputs: 1,
@@ -853,7 +950,8 @@
853
950
  "51": "51 - 6 Channel Current Sensor",
854
951
  "52": "52 - 2 Channel 4-20mA Receiver",
855
952
  "53": "53 - Air Quality CO2 and PM Sensor",
856
- "54": "54 - 3 Channel RTD",
953
+ "54": "54 - 2-Channel RTD Temperature Sensor",
954
+ "55": "55 - 3-Channel RTD Temperature Sensor",
857
955
  "56": "56 - 2 Channel 0-10VDC Receiver",
858
956
  "58": "58 - Tank Level v3",
859
957
  "60": "60 - Air Velocity, Pressure, & Temperature Sensor",
@@ -902,15 +1000,17 @@
902
1000
  "114": "114 - Standalone Smart Vibration Sensor v4",
903
1001
  "117": "117 - Custom Vibration Sensor PPV",
904
1002
  "118": "118 - Dual Pressure and Temperature Sensor",
1003
+ "119": "119 - Machine Runtime Hour Meter",
905
1004
  "120": "120 - Wireless H2S Sensor",
906
1005
  "121": "121 - Wireless Wood Moisture Sensor",
907
1006
  "122": "122 - Wireless 4-20mA Current Splitter",
908
1007
  "123": "123 - 3 Channel Production Counter",
1008
+ "124": "124 - Wireless EH Flow Sensor",
909
1009
  "180": "180 - C1D2 One Channel Vibration Plus",
910
1010
  "181": "181 - C1D2 Two Channel Vibration Plus",
911
1011
  "200": "200 - 4-20mA Pass Through",
912
1012
  "202": "202 - Weather Station",
913
- "211": "211 - D0 and Flow Sensor",
1013
+ "211": "211 - DO and Flow Sensor",
914
1014
  "217": "217 - Wireless Weight Scale",
915
1015
  "270": "270 - Custom Salinity DO sensor",
916
1016
  "502": "502 - C_50-27",
@@ -926,11 +1026,14 @@
926
1026
  "524": "524 - SDI Multi Soil Probe",
927
1027
  "531": "531 - Custom Noise Sensor",
928
1028
  "535": "535 - Custom CO2 Sensor",
1029
+ "536": "536 - Wireless Oxygen Flow Meter",
929
1030
  "537": "537 - Custom Standalone Smart Vibration Sensor",
930
1031
  "538": "538 - Custom One Channel Vibration Plus",
931
1032
  "539": "539 - RS485 Modbus Wireless Converter",
932
1033
  "540": "540 - Wireless Ultrasonic Flow Meter FD-Q32C",
933
1034
  "541": "541 - Custom Inline Flow Sensor",
1035
+ "542": "542 - Custom LWGY Flow Sensor",
1036
+ "543": "543 - Custom Seismic Vibration Sensor",
934
1037
  "1010": "1010 - RS232 Wireless Converter 1010",
935
1038
  "1011": "1011 - RS485 Wireless Converter 1011",
936
1039
  "10000": "10000 - 4-Channel Relay",
@@ -1159,7 +1262,8 @@
1159
1262
  <option value="51">51 - 6 Channel Current Sensor</option>
1160
1263
  <option value="52">52 - 2 Channel 4-20mA Receiver</option>
1161
1264
  <option value="53">53 - Air Quality CO2 and PM Sensor</option>
1162
- <option value="54">54 - 3 Channel RTD</option>
1265
+ <option value="54">54 - 2-Channel RTD Temperature Sensor</option>
1266
+ <option value="55">55 - 3-Channel RTD Temperature Sensor</option>
1163
1267
  <option value="56">56 - 2 Channel 0-10VDC Receiver</option>
1164
1268
  <option value="58">58 - Tank Level v3</option>
1165
1269
  <option value="60">60 - Air Velocity and Precision Pressure & Temperature Sensor</option>
@@ -1210,15 +1314,17 @@
1210
1314
  <option value="114">114 - Standalone Smart Vibration Sensor v4</option>
1211
1315
  <option value="117">117 - Custom Vibration Sensor PPV</option>
1212
1316
  <option value="118">118 - Dual Pressure and Temperature Sensor</option>
1317
+ <option value="119">119 - Machine Runtime Hour Meter</option>
1213
1318
  <option value="120">120 - Wireless H2S Sensor</option>
1214
1319
  <option value="121">121 - Wireless Wood Moisture Sensor</option>
1215
1320
  <option value="122">122 - Wireless 4-20mA Current Splitter</option>
1216
1321
  <option value="123">123 - 3 Channel Production Counter</option>
1322
+ <option value="124">124 - Wireless EH Flow Sensor</option>
1217
1323
  <option value="180">180 - C1D2 One Channel Vibration Plus</option>
1218
1324
  <option value="181">181 - C1D2 Two Channel Vibration Plus</option>
1219
1325
  <option value="200">200 - 4-20mA Pass Through</option>
1220
1326
  <option value="202">202 - Weather Station</option>
1221
- <option value="211">211 - D0 and Flow Sensor</option>
1327
+ <option value="211">211 - DO and Flow Sensor</option>
1222
1328
  <option value="217">217 - Wireless Weight Scale</option>
1223
1329
  <option value="270">270 - Custom Salinity DO sensor</option>
1224
1330
  <option value="502">502 - C_50-27</option>
@@ -1234,11 +1340,14 @@
1234
1340
  <option value="524">524 - SDI Multi Soil Probe</option>
1235
1341
  <option value="531">531 - Custom Noise Sensor</option>
1236
1342
  <option value="535">535 - Custom CO2 Sensor</option>
1343
+ <option value="536">536 - Wireless Oxygen Flow Meter</option>
1237
1344
  <option value="537">537 - Custom Standalone Smart Vibration Sensor</option>
1238
1345
  <option value="538">538 - Custom One Channel Vibration Plus</option>
1239
1346
  <option value="539">539 - RS485 Modbus Wireless Converter</option>
1240
1347
  <option value="540">540 - Wireless Ultrasonic Flow Meter FD-Q32C</option>
1241
1348
  <option value="541">541 - Custom Inline Flow Sensor</option>
1349
+ <option value="542">542 - Custom LWGY Flow Sensor</option>
1350
+ <option value="543">543 - Custom Seismic Vibration Sensor</option>
1242
1351
  <option value="1010">1010 - RS232 Wireless Converter 1010</option>
1243
1352
  <option value="1011">1011 - RS485 Wireless Converter 1011</option>
1244
1353
  <option value="10000">10000 - 4-Channel Relay</option>
@@ -1254,7 +1363,7 @@
1254
1363
  <label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
1255
1364
  <input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
1256
1365
  </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>
1366
+ <div class="form-row ncd-dependent" data-sensor-4 data-sensor-12 data-sensor-21 data-sensor-29 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-54 data-sensor-55 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
1367
  <hr>
1259
1368
  <label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
1260
1369
  <input type="checkbox" id="node-input-on_the_fly_enable" value="1">
@@ -1775,7 +1884,7 @@
1775
1884
  </div>
1776
1885
  </div>
1777
1886
  </div>
1778
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
1887
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
1779
1888
  <hr>
1780
1889
  <div class="form-row ncd-active-check">
1781
1890
  <strong>Mode</strong>
@@ -1887,7 +1996,7 @@
1887
1996
  </div>
1888
1997
  </div>
1889
1998
  </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>
1999
+ <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
2000
  <div class="form-row ncd-active-check">
1892
2001
  <strong>Set On Request Timeout</strong>
1893
2002
  <p>Set how long device will stay awake and wait for Time Domain (Raw) request from command.<br><br>
@@ -2579,7 +2688,41 @@
2579
2688
  </div>
2580
2689
  </div>
2581
2690
  </div>
2582
- <div class="ncd-dependent" data-sensor-108>
2691
+ <div class="ncd-dependent" data-sensor-108 data-sensor-119>
2692
+ <div class="form-row ncd-active-check">
2693
+ <strong>Enable Accelerometer</strong>
2694
+ <p class="caption">
2695
+ This setting toggles the accelerometer sensor on or off. Disabling it is recommended for applications that does not require accelerometer.
2696
+ </p>
2697
+ <div>
2698
+ <label for="node-input-deactivate_activate_accelero_108_active">Active:</label>
2699
+ <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">
2700
+ </div>
2701
+ <div>
2702
+ <label for="node-input-deactivate_activate_accelero_108"><i class="icon-tag"></i>Value:</label>
2703
+ <select id="node-input-deactivate_activate_accelero_108">
2704
+ <option value="0">Disabled</option>
2705
+ <option value="1" selected>Enabled</option>
2706
+ </select>
2707
+ </div>
2708
+ </div>
2709
+ <div class="form-row ncd-active-check">
2710
+ <strong>Enable Accelerometer</strong>
2711
+ <p class="caption">
2712
+ This setting toggles the accelerometer sensor on or off. Disabling it is recommended for applications that does not require accelerometer.
2713
+ </p>
2714
+ <div>
2715
+ <label for="node-input-deactivate_activate_accelero_108_active">Active:</label>
2716
+ <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">
2717
+ </div>
2718
+ <div>
2719
+ <label for="node-input-deactivate_activate_accelero_108"><i class="icon-tag"></i>Value:</label>
2720
+ <select id="node-input-deactivate_activate_accelero_108">
2721
+ <option value="0">Disabled</option>
2722
+ <option value="1" selected>Enabled</option>
2723
+ </select>
2724
+ </div>
2725
+ </div>
2583
2726
  <div class="form-row ncd-active-check">
2584
2727
  <strong>Enable Accelerometer Error Reporting</strong>
2585
2728
  <p class="caption">
@@ -2597,6 +2740,36 @@
2597
2740
  </select>
2598
2741
  </div>
2599
2742
  </div>
2743
+ <div class="form-row ncd-active-check">
2744
+ <strong>Set Accelerometer Threshold</strong>
2745
+ <p class="caption">
2746
+ 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.
2747
+ </p>
2748
+ <div>
2749
+ <label for="node-input-accelerometer_threshold_108_active">Active:</label>
2750
+ <input type="checkbox" id="node-input-accelerometer_threshold_108_active" class="ncd-config-toggle" data-target-id="node-input-accelerometer_threshold_108" value="1">
2751
+ </div>
2752
+ <div>
2753
+ <label for="node-input-accelerometer_threshold_108"><i class="icon-tag"></i>Value:</label>
2754
+ <input type="text" id="node-input-accelerometer_threshold_108" placeholder="10" value="10">
2755
+ </div>
2756
+ </div>
2757
+ </div>
2758
+ <div class="ncd-dependent" data-sensor-108 data-sensor-119>
2759
+ <div class="form-row ncd-active-check">
2760
+ <strong>Set Accelerometer Threshold</strong>
2761
+ <p class="caption">
2762
+ 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.
2763
+ </p>
2764
+ <div>
2765
+ <label for="node-input-accelerometer_threshold_108_active">Active:</label>
2766
+ <input type="checkbox" id="node-input-accelerometer_threshold_108_active" class="ncd-config-toggle" data-target-id="node-input-accelerometer_threshold_108" value="1">
2767
+ </div>
2768
+ <div>
2769
+ <label for="node-input-accelerometer_threshold_108"><i class="icon-tag"></i>Value:</label>
2770
+ <input type="text" id="node-input-accelerometer_threshold_108" placeholder="10" value="10">
2771
+ </div>
2772
+ </div>
2600
2773
  </div>
2601
2774
  <div class="ncd-dependent" data-sensor-33>
2602
2775
  <div class="form-row ncd-active-check">
@@ -2607,7 +2780,9 @@
2607
2780
  <div class="ncd-dependent" data-sensor-108>
2608
2781
  <div class="form-row ncd-active-check">
2609
2782
  <strong>Clear Counters</strong>
2610
- <p>Resets the selected Input counters and their corresponding uptime values to zero.</p>
2783
+ <p class="caption">
2784
+ Resets the selected Input counters and their corresponding uptime values to zero.
2785
+ </p>
2611
2786
  <div>
2612
2787
  <label for="node-input-clear_timers_108_active">Active:</label>
2613
2788
  <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 +2796,69 @@
2621
2796
  </select>
2622
2797
  </div>
2623
2798
  </div>
2799
+ </div>
2800
+ <div class="ncd-dependent" data-sensor-119>
2624
2801
  <div class="form-row ncd-active-check">
2625
- <strong>Set Accelerometer Threshold</strong>
2802
+ <strong>Clear Counters</strong>
2626
2803
  <p class="caption">
2627
- 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.
2804
+ Resets the selected Input counters and their corresponding uptime values to zero.
2628
2805
  </p>
2629
2806
  <div>
2630
- <label for="node-input-accelerometer_threshold_108_active">Active:</label>
2631
- <input type="checkbox" id="node-input-accelerometer_threshold_108_active" class="ncd-config-toggle" data-target-id="node-input-accelerometer_threshold_108" value="1">
2807
+ <label for="node-input-clear_timers_119_active">Active:</label>
2808
+ <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
2809
  </div>
2633
2810
  <div>
2634
- <label for="node-input-accelerometer_threshold_108"><i class="icon-tag"></i>Value:</label>
2635
- <input type="text" id="node-input-accelerometer_threshold_108" placeholder="10" value="10">
2811
+ <label for="node-input-clear_timers_119"><i class="icon-tag"></i>Value:</label>
2812
+ <select id="node-input-clear_timers_119">
2813
+ <option value="2">Magnetometer</option>
2814
+ <option value="1">Accelerometer</option>
2815
+ </select>
2816
+ </div>
2817
+ </div>
2818
+ <div class="form-row ncd-active-check">
2819
+ <strong>Configure Enabled Axes</strong>
2820
+ <p class="caption">
2821
+ Specify which axes (X, Y, Z) the sensor will monitor for vibration. The default setting monitors all three axes.
2822
+ </p>
2823
+ <div>
2824
+ <label for="node-input-enable_axis_119_active">Active:</label>
2825
+ <input type="checkbox" id="node-input-enable_axis_119_active" class="ncd-config-toggle" data-target-id="node-input-enable_axis_119" value="1">
2826
+ </div>
2827
+ <div>
2828
+ <label for="node-input-enable_axis_119"><i class="icon-tag"></i>Value:</label>
2829
+ <select id="node-input-enable_axis_119">
2830
+ <option value="1">X Axis</option>
2831
+ <option value="2">Y Axis</option>
2832
+ <option value="4">Z Axis</option>
2833
+ <option value="7">All axes</option>
2834
+ <option value="0">Disabled All</option>
2835
+ </select>
2836
+ </div>
2837
+ </div>
2838
+ <div class="form-row ncd-active-check">
2839
+ <strong>Set Raw Accelerometer Data</strong>
2840
+ <p class="caption">
2841
+ Note: Device will send 10 samples of acceleration data for each axis. This feature is only available for devices with 868MHz and 900MHz radios.
2842
+ </p>
2843
+ <div>
2844
+ <label for="node-input-raw_acc_data_119_active">Active:</label>
2845
+ <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">
2846
+ </div>
2847
+ <div>
2848
+ <label for="node-input-raw_acc_data_119"><i class="icon-tag"></i>Value:</label>
2849
+ <select id="node-input-raw_acc_data_119">
2850
+ <option value="0">Disabled</option>
2851
+ <option value="1">Enabled</option>
2852
+ </select>
2636
2853
  </div>
2637
2854
  </div>
2638
2855
  </div>
2639
2856
  <div class="ncd-dependent" data-sensor-123>
2640
2857
  <div class="form-row ncd-active-check">
2641
2858
  <strong>Clear Counters</strong>
2642
- <p>Resets the Digital Inputs 1, 2, and 3 counters and their corresponding uptime values to zero.</p>
2859
+ <p class="caption">
2860
+ Resets the Digital Inputs 1, 2, and 3 counters and their corresponding uptime values to zero.
2861
+ </p>
2643
2862
  <div>
2644
2863
  <label for="node-input-clear_timers_123_active">Active:</label>
2645
2864
  <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 +2888,7 @@
2669
2888
  </div>
2670
2889
  </div>
2671
2890
  </div>
2672
- <div class="ncd-dependent" data-sensor-108>
2891
+ <div class="ncd-dependent" data-sensor-108 data-sensor-119>
2673
2892
  <div class="form-row ncd-active-check">
2674
2893
  <strong>Set Input Debounce Time</strong>
2675
2894
  <p class="caption">
@@ -2851,7 +3070,7 @@
2851
3070
  </div>
2852
3071
  </div>
2853
3072
  </div>
2854
- <div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-123>
3073
+ <div class="ncd-dependent" data-sensor-33 data-sensor-108 data-sensor-119 data-sensor-123>
2855
3074
  <div class="form-row ncd-active-check">
2856
3075
  <strong>Counter Threshold</strong>
2857
3076
  <p class="caption">
@@ -2925,20 +3144,6 @@
2925
3144
  </select>
2926
3145
  </div>
2927
3146
  </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
3147
  </div>
2943
3148
  <div class="ncd-dependent" data-sensor-123>
2944
3149
  <div class="form-row ncd-active-check">
@@ -2970,7 +3175,29 @@
2970
3175
  </div>
2971
3176
  </div>
2972
3177
  </div>
2973
- <div class="ncd-dependent" data-sensor-108 data-sensor-123>
3178
+ <div class="ncd-dependent" data-sensor-119>
3179
+ <div class="form-row ncd-active-check">
3180
+ <strong>Enable Push Notification</strong>
3181
+ <p class="caption">
3182
+ Enables the sensor to immediately transmit data upon detecting a signal change on the specified input(s).<br>
3183
+ **Report type will be 'Interrupt'.<br>
3184
+ </p>
3185
+ <div>
3186
+ <label for="node-input-push_notification_119_active">Active:</label>
3187
+ <input type="checkbox" id="node-input-push_notification_119_active" class="ncd-config-toggle" data-target-id="node-input-push_notification_119" value="1">
3188
+ </div>
3189
+ <div>
3190
+ <label for="node-input-push_notification_119"><i class="icon-tag"></i>Value:</label>
3191
+ <select id="node-input-push_notification_119">
3192
+ <option value="0" selected>Disabled</option>
3193
+ <option value="3">Enable All</option>
3194
+ <option value="1">Enable on Accelerometer</option>
3195
+ <option value="2">Enable on Magnetometer</option>
3196
+ </select>
3197
+ </div>
3198
+ </div>
3199
+ </div>
3200
+ <div class="ncd-dependent" data-sensor-108 data-sensor-123 data-sensor-119>
2974
3201
  <div class="form-row ncd-active-check">
2975
3202
  <strong>Data Transmission Interval</strong>
2976
3203
  <p class="caption">
@@ -2988,9 +3215,9 @@
2988
3215
  <option value="10">10 seconds</option>
2989
3216
  <option value="11">15 seconds</option>
2990
3217
  <option value="12">30 seconds</option>
2991
- <option value="0" selected>1 minute</option>
3218
+ <option value="0">1 minute</option>
2992
3219
  <option value="1">5 minutes</option>
2993
- <option value="2">15 minutes</option>
3220
+ <option value="2" selected>15 minutes</option>
2994
3221
  <option value="3">30 minutes</option>
2995
3222
  <option value="4">1 hour</option>
2996
3223
  <option value="5">2 hours</option>
@@ -3000,6 +3227,26 @@
3000
3227
  </select>
3001
3228
  </div>
3002
3229
  </div>
3230
+ <div class="form-row ncd-active-check">
3231
+ <strong> Set Reset Mode</strong>
3232
+ <p class="caption">
3233
+ This setting specifies which automatic reset option the sensor will utilize.<br>
3234
+ Note: Works in conjunction with the "Reset Timeout" and "Set Shift Time" commands.<br><br>
3235
+ Default value: Disabled
3236
+ </p>
3237
+ <div>
3238
+ <label for="node-input-reset_mode_to_disabled_108_active">Active:</label>
3239
+ <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">
3240
+ </div>
3241
+ <div>
3242
+ <label for="node-input-reset_mode_to_disabled_108"><i class="icon-tag"></i>Value:</label>
3243
+ <select id="node-input-reset_mode_to_disabled_108">
3244
+ <option value="0" selected>Do not reset counters</option>
3245
+ <option value="1">Based on Shift Ends</option>
3246
+ <option value="2">Based on the Timeout Provided</option>
3247
+ </select>
3248
+ </div>
3249
+ </div>
3003
3250
  <div class="form-row ncd-active-check">
3004
3251
  <strong>Reset Timeout</strong>
3005
3252
  <p class="caption">
@@ -3096,26 +3343,6 @@
3096
3343
  <input type="text" id="node-input-shift_four_minutes_108" class="shift_four_108" placeholder="0" value="00">
3097
3344
  </div>
3098
3345
  </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
3346
  <div class="form-row ncd-active-check">
3120
3347
  <strong>Enable Quality of Service</strong>
3121
3348
  <p class="caption">
@@ -3137,7 +3364,9 @@
3137
3364
  </div>
3138
3365
  <div class="form-row ncd-active-check">
3139
3366
  <strong>Set RTC</strong>
3140
- <p>Sets the sensor's internal Real-Time Clock (RTC) to the current time.</p>
3367
+ <p class="caption">
3368
+ Sets the sensor's internal Real-Time Clock (RTC) to the current time.
3369
+ </p>
3141
3370
  <div>
3142
3371
  <label for="node-input-rtc_108"><i class="icon-tag"></i>Active:</label>
3143
3372
  <input type="checkbox" id="node-input-rtc_108" value="1">
@@ -3145,8 +3374,10 @@
3145
3374
  </div>
3146
3375
  <div class="form-row ncd-active-check">
3147
3376
  <strong>Set FLY Interval</strong>
3148
- <p>This setting dictates the interval at which the sensor will transmit the FLY message.<br>
3149
- **The FLY Message is used to trigger automatic sensor configuration and firmware updates.</p>
3377
+ <p class="caption">
3378
+ This setting dictates the interval at which the sensor will transmit the FLY message.<br>
3379
+ **The FLY Message is used to trigger automatic sensor configuration and firmware updates.
3380
+ </p>
3150
3381
  <div>
3151
3382
  <label for="node-input-fly_interval_108_active">Active:</label>
3152
3383
  <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 +3396,11 @@
3165
3396
  </div>
3166
3397
  </div>
3167
3398
  </div>
3168
- <div class="ncd-dependent" data-sensor-108>
3399
+ <div class="ncd-dependent" data-sensor-108 data-sensor-119>
3169
3400
  <div class="form-row ncd-active-check">
3170
3401
  <strong>Set Accelerometer Sample Rate</strong>
3171
3402
  <p class="caption">
3403
+ This setting defines the number of measurements the sensor takes per second, measured in Hertz (Hz).
3172
3404
  **Only applies to sensor with firmware version 8 and above.
3173
3405
  </p>
3174
3406
  <div>
@@ -3178,7 +3410,7 @@
3178
3410
  <div>
3179
3411
  <label for="node-input-sample_rate_108"><i class="icon-tag"></i>Value:</label>
3180
3412
  <select id="node-input-sample_rate_108">
3181
- <option value="0">10 Hz</option>
3413
+ <option value="0" selected>10 Hz</option>
3182
3414
  <option value="1">20 Hz</option>
3183
3415
  <option value="2">50 Hz</option>
3184
3416
  <option value="3">100 Hz</option>
@@ -3188,11 +3420,14 @@
3188
3420
  </div>
3189
3421
  </div>
3190
3422
  </div>
3191
- <div class="ncd-dependent" data-sensor-108 data-sensor-123>
3423
+ <div class="ncd-dependent" data-sensor-108 data-sensor-123 data-sensor-119>
3192
3424
  <div class="form-row ncd-active-check">
3193
3425
  <strong>Set Interrupt Timeout</strong>
3194
- <p>Set the sensor to detect an initial IO (input/output) change and ignore subsequent IO changes for a specified duration; set the duration value to control how long changes are ignored in milliseconds, set it to 0 to disable ignoring.<br><br>
3195
- **Only applies to sensor with firmware version 11 and above.</p>
3426
+ <p class="caption">
3427
+ 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>
3428
+ **Only applies to sensor with firmware version 11 and above.<br><br>
3429
+ Valid range: 0 - 65000 milliseconds.
3430
+ </p>
3196
3431
  <div>
3197
3432
  <label for="node-input-interrupt_timeout_108_active">Active:</label>
3198
3433
  <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 +3441,60 @@
3206
3441
  </p>
3207
3442
  </div>
3208
3443
  </div>
3444
+ <div class="ncd-dependent" data-sensor-108>
3445
+ <div class="form-row ncd-active-check">
3446
+ <strong>Set Screen On Time</strong>
3447
+ <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>
3448
+ **Only applies to screen version
3449
+ </p>
3450
+ <div>
3451
+ <label for="node-input-screen_on_time_108_active">Active:</label>
3452
+ <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">
3453
+ </div>
3454
+ <div>
3455
+ <label for="node-input-screen_on_time_108"><i class="icon-tag"></i>Value:</label>
3456
+ <input type="text" id="node-input-screen_on_time_108" placeholder="0" value="0">
3457
+ </div>
3458
+ <p class="caption">
3459
+ Default value: 5 seconds.
3460
+ </p>
3461
+ </div>
3462
+ <div class="form-row ncd-active-check">
3463
+ <strong>Set Screen Control</strong>
3464
+ <p>
3465
+ Selects the type of input or data that will be displayed on the screen.<br><br>
3466
+ **Only applies to screen version
3467
+ </p>
3468
+ <div>
3469
+ <label for="node-input-screen_control_108_active">Active:</label>
3470
+ <input type="checkbox" id="node-input-screen_control_108_active" class="ncd-config-toggle" data-target-id="node-input-screen_control_108" value="1">
3471
+ </div>
3472
+ <div>
3473
+ <label for="node-input-screen_control_108"><i class="icon-tag"></i>Value:</label>
3474
+ <select id="node-input-screen_control_108">
3475
+ <option value="0">IO1</option>
3476
+ <option value="1">IO2</option>
3477
+ <option value="2">IO3</option>
3478
+ <option value="3">Accelerometer</option>
3479
+ <option value="4">Magnetometer</option>
3480
+ </select>
3481
+ </div>
3482
+ <p class="caption">
3483
+ Default value: IO1.
3484
+ </p>
3485
+ </div>
3486
+ </div>
3209
3487
  <div class="ncd-dependent" data-sensor-35 data-sensor-36>
3210
3488
  <hr>
3211
3489
  <div class="form-row ncd-active-check">
3212
3490
  <strong>Counter Threshold</strong>
3491
+ <p class="caption">
3492
+ The sensor will transmit data when any connected counter reaches a multiple of this threshold value.<br>
3493
+ **Report type will be 'Threshold'.
3494
+ <br>
3495
+ <br>
3496
+ Note: The range for this value is from 0 to 65534 and must be multiple of 100.
3497
+ </p>
3213
3498
  <div>
3214
3499
  <label for="node-input-counter_threshold_35_active">Active:</label>
3215
3500
  <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 +3505,7 @@
3220
3505
  </div>
3221
3506
  </div>
3222
3507
  </div>
3223
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3508
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3224
3509
  <div class="form-row ncd-active-check">
3225
3510
  <strong>Set Filtering</strong>
3226
3511
  <p>Enable/Disable built-in filters</p>
@@ -3231,11 +3516,13 @@
3231
3516
  <div>
3232
3517
  <label for="node-input-enable_filtering_110"><i class="icon-tag"></i>Value:</label>
3233
3518
  <select id="node-input-enable_filtering_110">
3234
- <option selected="selected" value="0">Enabled</option>
3235
- <option value="1">Disabled</option>
3519
+ <option selected="selected" value="1">Enabled</option>
3520
+ <option value="0">Disabled</option>
3236
3521
  </select>
3237
3522
  </div>
3238
3523
  </div>
3524
+ </div>
3525
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3239
3526
  <div class="form-row ncd-active-check">
3240
3527
  <strong>Probe 1: Output Data Rate</strong>
3241
3528
  <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 +3552,31 @@
3265
3552
  </div>
3266
3553
  </div>
3267
3554
  </div>
3555
+ <div class="ncd-dependent" data-sensor-543>
3556
+ <div class="form-row ncd-active-check">
3557
+ <strong>Probe 1: Output Data Rate</strong>
3558
+ <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>
3559
+ In accordance with the Nyquist equation:<br>
3560
+ <br>
3561
+ f_max = ODR/2.56 Hz<br><br>
3562
+ Note: Increasing the ODR to 25600Hz introduces significant noise in the vibration data as it allows more frequencies in the resulting data.
3563
+ </p>
3564
+ <div>
3565
+ <label for="node-input-odr_p1_543_active"><i class="icon-tag"></i>Active:</label>
3566
+ <input type="checkbox" id="node-input-odr_p1_543_active" class="ncd-config-toggle" data-target-id="node-input-odr_p1_543" value="1">
3567
+ </div>
3568
+ <div>
3569
+ <label for="node-input-odr_p1_543"><i class="icon-tag"></i>Value:</label>
3570
+ <select id="node-input-odr_p1_543">
3571
+ <option value="3">31.25Hz</option>
3572
+ <option value="4">62.5Hz</option>
3573
+ <option value="5">125Hz</option>
3574
+ <option value="6">250Hz</option>
3575
+ <option value="7">500Hz</option>
3576
+ </select>
3577
+ </div>
3578
+ </div>
3579
+ </div>
3268
3580
  <div class="ncd-dependent" data-sensor-111>
3269
3581
  <div class="form-row ncd-active-check">
3270
3582
  <strong>Probe 2: Output Data Rate</strong>
@@ -3294,7 +3606,7 @@
3294
3606
  </div>
3295
3607
  </div>
3296
3608
  </div>
3297
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3609
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3298
3610
  <div class="form-row ncd-active-check">
3299
3611
  <strong>Probe 1: Sampling Duration</strong>
3300
3612
  <p>
@@ -3313,6 +3625,24 @@
3313
3625
  </div>
3314
3626
  </div>
3315
3627
  </div>
3628
+ <div class="ncd-dependent" data-sensor-543>
3629
+ <div class="form-row ncd-active-check">
3630
+ <strong>Probe 1: Sampling Duration</strong>
3631
+ <p>
3632
+ Set the amount of time in seconds which the samples are taken.<br><br>
3633
+ Note: The sampling duration depends on the ODR.<br><br>
3634
+ Valid range: 1 - 50 Secodns.
3635
+ </p>
3636
+ <div>
3637
+ <label for="node-input-sampling_duration_p1_543_active">Active:</label>
3638
+ <input type="checkbox" id="node-input-sampling_duration_p1_543_active" class="ncd-config-toggle" data-target-id="node-input-sampling_duration_p1_543" value="1">
3639
+ </div>
3640
+ <div>
3641
+ <label for="node-input-sampling_duration_p1_543"><i class="icon-tag"></i>Value:</label>
3642
+ <input type="text" id="node-input-sampling_duration_p1_543">
3643
+ </div>
3644
+ </div>
3645
+ </div>
3316
3646
  <div class="ncd-dependent" data-sensor-111>
3317
3647
  <div class="form-row ncd-active-check">
3318
3648
  <strong>Probe 2: Sampling Duration</strong>
@@ -3332,7 +3662,7 @@
3332
3662
  </div>
3333
3663
  </div>
3334
3664
  </div>
3335
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3665
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3336
3666
  <div class="form-row ncd-active-check">
3337
3667
  <strong>Probe 1: Set Low Pass Filter</strong>
3338
3668
  <p>
@@ -3390,7 +3720,7 @@
3390
3720
  </div>
3391
3721
  </div>
3392
3722
  </div>
3393
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3723
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3394
3724
  <div class="form-row ncd-active-check">
3395
3725
  <strong>Probe 1: Set High Pass Filter</strong>
3396
3726
  <p>
@@ -3448,7 +3778,7 @@
3448
3778
  </div>
3449
3779
  </div>
3450
3780
  </div>
3451
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3781
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3452
3782
  <div class="form-row ncd-active-check">
3453
3783
  <strong>Sampling Interval</strong>
3454
3784
  <p>Set how often will the sensor transmit measurement data.<br><br>
@@ -3474,7 +3804,7 @@
3474
3804
  </div>
3475
3805
  </div>
3476
3806
  </div>
3477
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3807
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3478
3808
  <div class="form-row ncd-active-check">
3479
3809
  <strong>Set Auto Raw Interval</strong>
3480
3810
  <p>
@@ -3549,7 +3879,7 @@
3549
3879
  </div>
3550
3880
  </div>
3551
3881
  </div>
3552
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3882
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3553
3883
  <div class="form-row ncd-active-check">
3554
3884
  <strong>Set Smart Mode Skip Interval</strong>
3555
3885
  <p>Sensor will skip sending data this many times if vibration is below the smart threshold.<br><br>
@@ -3564,13 +3894,17 @@
3564
3894
  <input type="text" id="node-input-smart_interval_110" value="1">
3565
3895
  </div>
3566
3896
  </div>
3897
+ </div>
3898
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3567
3899
  <div class="form-row ncd-active-check">
3568
3900
  <div>
3569
3901
  <strong>Probe 1: Set Acceleration Wake/Interrupt Threshold</strong>
3570
- <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>
3902
+ <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.
3903
+ The transmitted message will have a msg_type property of 'motion'.</p>
3571
3904
  <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
3905
  <p>Valid Input Range: 0 - 40<br>
3573
3906
  A value of 0 will disable this feature.</p>
3907
+ <p>Note: In Smart mode, a 'motion' transmission is conditioned by the Smart Mode Threshold and Smart Skip Interval.</p>
3574
3908
  </div>
3575
3909
  <div>
3576
3910
  <label for="node-input-motion_detect_threshold_p1_110_active"><i class="icon-tag"></i>Active:</label>
@@ -3586,11 +3920,12 @@
3586
3920
  <div class="form-row ncd-active-check">
3587
3921
  <div>
3588
3922
  <strong>Probe 2: Set Acceleration Wake/Interrupt Threshold</strong>
3589
- <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>
3923
+ <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.
3924
+ The transmitted message will have a msg_type property of 'motion'</p>
3590
3925
  <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
3926
  <p>Valid Input Range: 0 - 40<br>
3592
- A value of 0 will disable this feature.<br>
3593
- </p>
3927
+ A value of 0 will disable this feature.</p>
3928
+ <p>Note: In Smart mode, a 'motion' transmission is also conditioned by the Smart Mode Threshold and Smart Skip Interval.</p>
3594
3929
  </div>
3595
3930
  <div>
3596
3931
  <label for="node-input-motion_detect_threshold_p2_110_active"><i class="icon-tag"></i>Active:</label>
@@ -3608,6 +3943,8 @@
3608
3943
  <p>
3609
3944
  Set how large of a range the device can measure acceleration in.<br><br>
3610
3945
  Example: +/- 8g would mean that it would measure at most up to 8g and down to -8g.
3946
+ <br><br>
3947
+ **Gen4 Valid Range: ±2g to ±16g
3611
3948
  </p>
3612
3949
  <div>
3613
3950
  <label for="node-input-full_scale_range_101_active">Active:</label>
@@ -3626,7 +3963,30 @@
3626
3963
  </div>
3627
3964
  </div>
3628
3965
  </div>
3629
- <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>
3966
+ <div class="ncd-dependent" data-sensor-543>
3967
+ <div class="form-row ncd-active-check">
3968
+ <strong>Full Scale Range</strong>
3969
+ <p>
3970
+ Set how large of a range the device can measure acceleration in.<br><br>
3971
+ Example: +/- 8g would mean that it would measure at most up to 8g and down to -8g.
3972
+ <br><br>
3973
+ **Gen4 Valid Range: ±2g to ±16g
3974
+ </p>
3975
+ <div>
3976
+ <label for="node-input-full_scale_range_543_active">Active:</label>
3977
+ <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">
3978
+ </div>
3979
+ <div>
3980
+ <label for="node-input-full_scale_range_543"><i class="icon-tag"></i>Value:</label>
3981
+ <select id="node-input-full_scale_range_543">
3982
+ <option value="0">+/- 2g</option>
3983
+ <option value="1">+/- 4g</option>
3984
+ <option value="2">+/- 8g</option>
3985
+ </select>
3986
+ </div>
3987
+ </div>
3988
+ </div>
3989
+ <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
3990
  <div class="form-row ncd-active-check">
3631
3991
  <strong>Set Dead Band in mg</strong>
3632
3992
  <p>
@@ -3644,7 +4004,7 @@
3644
4004
  </div>
3645
4005
  </div>
3646
4006
  </div>
3647
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
4007
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3648
4008
  <div class="form-row ncd-active-check">
3649
4009
  <strong>Set FLY Interval</strong>
3650
4010
  <p>
@@ -3667,6 +4027,8 @@
3667
4027
  </select>
3668
4028
  </div>
3669
4029
  </div>
4030
+ </div>
4031
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3670
4032
  <div class="form-row ncd-active-check">
3671
4033
  <strong>RPM Calculate Status</strong>
3672
4034
  <p>
@@ -3686,7 +4048,7 @@
3686
4048
  </div>
3687
4049
  </div>
3688
4050
  </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>
4051
+ <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
4052
  <div class="form-row ncd-active-check">
3691
4053
  <strong>Set RTC</strong>
3692
4054
  <p>
@@ -3698,7 +4060,7 @@
3698
4060
  </div>
3699
4061
  </div>
3700
4062
  </div>
3701
- <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
4063
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114 data-sensor-543>
3702
4064
  <div class="form-row ncd-active-check">
3703
4065
  <strong>Set Max Raw Sample</strong>
3704
4066
  <p>
@@ -3730,6 +4092,8 @@
3730
4092
  <input type="checkbox" id="node-input-clear_probe_uptimers_110" value="1">
3731
4093
  </div>
3732
4094
  </div>
4095
+ </div>
4096
+ <div class="ncd-dependent" data-sensor-110 data-sensor-111 data-sensor-112 data-sensor-114>
3733
4097
  <div class="form-row ncd-active-check">
3734
4098
  <strong>Set Motion to Sampling Delay</strong>
3735
4099
  <p>
@@ -3769,7 +4133,7 @@
3769
4133
  </p>
3770
4134
  </div>
3771
4135
  </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>
4136
+ <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
4137
  <div class="form-row ncd-active-check">
3774
4138
  <strong>Payload Length</strong>
3775
4139
  <p>
@@ -4649,7 +5013,7 @@
4649
5013
  </div>
4650
5014
  -->
4651
5015
  </div>
4652
- <div class="ncd-dependent" data-sensor-39>
5016
+ <div class="ncd-dependent" data-sensor-39 data-sensor-54 data-sensor-55>
4653
5017
  <div class="form-row ncd-active-check">
4654
5018
  <strong>Set RTD Wire Type</strong>
4655
5019
  <p>The wire type of RTD Sensor Probe to be connected.</p>
@@ -5062,6 +5426,19 @@
5062
5426
  <input type="text" id="node-input-weight_calib_217" placeholder="0" value="0">
5063
5427
  </div>
5064
5428
  </div>
5429
+ <div class="form-row ncd-active-check">
5430
+ <div>
5431
+ <strong>Set Tare Value</strong>
5432
+ </div>
5433
+ <div>
5434
+ <label for="node-input-tare_value_217_active"><i class="icon-tag"></i>Active:</label>
5435
+ <input type="checkbox" id="node-input-tare_value_217_active" class="ncd-config-toggle" data-target-id="node-input-tare_value_217" value="1">
5436
+ </div>
5437
+ <div>
5438
+ <label for="node-input-tare_value_217"><i class="icon-tag"></i> Value</label>
5439
+ <input type="text" id="node-input-tare_value_217" placeholder="0" value="0">
5440
+ </div>
5441
+ </div>
5065
5442
  </div>
5066
5443
  <div class="ncd-dependent" data-sensor-26>
5067
5444
  <div class="form-row ncd-active-check">
@@ -5441,6 +5818,631 @@
5441
5818
  </div>
5442
5819
  </div>
5443
5820
  </div>
5821
+ <div class="ncd-dependent" data-sensor-124>
5822
+ <div class="form-row ncd-active-check">
5823
+ <strong>Set Volume Flow Unit</strong>
5824
+ <div>
5825
+ <label for="node-input-volume_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
5826
+ <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">
5827
+ </div>
5828
+ <div>
5829
+ <label for="node-input-volume_flow_unit_124"><i class="icon-tag"></i>Value:</label>
5830
+ <select id="node-input-volume_flow_unit_124">
5831
+ <option value="0" selected>cm³/s</option>
5832
+ <option value="1" selected>cm³/min</option>
5833
+ <option value="2" selected>cm³/h</option>
5834
+ <option value="3" selected>cm³/d</option>
5835
+ <option value="4" selected>dm³/s</option>
5836
+ <option value="5" selected>dm³/min</option>
5837
+ <option value="6" selected>dm³/h</option>
5838
+ <option value="7" selected>dm³/d</option>
5839
+ <option value="8" selected>m³/s</option>
5840
+ <option value="9" selected>m³/min</option>
5841
+ <option value="10" selected>m³/h</option>
5842
+ <option value="11" selected>m³/d</option>
5843
+ <option value="12" selected>ml/s</option>
5844
+ <option value="13" selected>ml/min</option>
5845
+ <option value="14" selected>ml/h</option>
5846
+ <option value="15" selected>ml/d</option>
5847
+ <option value="16" selected>l/s</option>
5848
+ <option value="17" selected>l/min</option>
5849
+ <option value="18" selected>l/h</option>
5850
+ <option value="19" selected>l/d</option>
5851
+ <option value="20" selected>hl/s</option>
5852
+ <option value="21" selected>hl/min</option>
5853
+ <option value="22" selected>hl/h</option>
5854
+ <option value="23" selected>hl/d</option>
5855
+ <option value="24" selected>Ml/s</option>
5856
+ <option value="25" selected>Ml/min</option>
5857
+ <option value="26" selected>Ml/h</option>
5858
+ <option value="27" selected>Ml/d</option>
5859
+ <option value="32" selected>af/s</option>
5860
+ <option value="33" selected>af/min</option>
5861
+ <option value="34" selected>af/h</option>
5862
+ <option value="35" selected>af/d</option>
5863
+ <option value="36" selected>ft³/s</option>
5864
+ <option value="37" selected>ft³/min</option>
5865
+ <option value="38" selected>ft³/h</option>
5866
+ <option value="39" selected>ft³/d</option>
5867
+ <option value="40" selected>fl oz/s (us)</option>
5868
+ <option value="41" selected>fl oz/min (us)</option>
5869
+ <option value="42" selected>fl oz/h (us)</option>
5870
+ <option value="43" selected>fl oz/d (us)</option>
5871
+ <option value="44" selected>gal/s (us)</option>
5872
+ <option value="45" selected>gal/min (us)</option>
5873
+ <option value="46" selected>gal/h (us)</option>
5874
+ <option value="47" selected>gal/d (us)</option>
5875
+ <option value="48" selected>Mgal/s (us)</option>
5876
+ <option value="49" selected>Mgal/min (us)</option>
5877
+ <option value="50" selected>Mgal/h (us)</option>
5878
+ <option value="51" selected>Mgal/d (us)</option>
5879
+ <option value="52" selected>bbl/s (us;liq.)</option>
5880
+ <option value="53" selected>bbl/min (us;liq.)</option>
5881
+ <option value="54" selected>bbl/h (us;liq.)</option>
5882
+ <option value="55" selected>bbl/d (us;liq.)</option>
5883
+ <option value="56" selected>bbl/s (us;beer)</option>
5884
+ <option value="57" selected>bbl/min (us;beer)</option>
5885
+ <option value="58" selected>bbl/h (us;beer)</option>
5886
+ <option value="59" selected>bbl/d (us;beer)</option>
5887
+ <option value="60" selected>bbl/s (us;oil)</option>
5888
+ <option value="61" selected>bbl/min (us;oil)</option>
5889
+ <option value="62" selected>bbl/h (us;oil)</option>
5890
+ <option value="63" selected>bbl/d (us;oil)</option>
5891
+ <option value="64" selected>bbl/s (us;tank)</option>
5892
+ <option value="65" selected>bbl/min (us;tank)</option>
5893
+ <option value="66" selected>bbl/h (us;tank)</option>
5894
+ <option value="67" selected>bbl/d (us;tank)</option>
5895
+ <option value="68" selected>gal/s (imp)</option>
5896
+ <option value="69" selected>gal/min (imp)</option>
5897
+ <option value="70" selected>gal/h (imp)</option>
5898
+ <option value="71" selected>gal/d (imp)</option>
5899
+ <option value="72" selected>Mgal/s (imp)</option>
5900
+ <option value="73" selected>Mgal/min (imp)</option>
5901
+ <option value="74" selected>Mgal/h (imp)</option>
5902
+ <option value="75" selected>Mgal/d (imp)</option>
5903
+ <option value="76" selected>bbl/s (imp;beer)</option>
5904
+ <option value="77" selected>bbl/min (imp;beer)</option>
5905
+ <option value="78" selected>bbl/h (imp;beer)</option>
5906
+ <option value="79" selected>bbl/d (imp;beer)</option>
5907
+ <option value="80" selected>bbl/s (imp;oil)</option>
5908
+ <option value="81" selected>bbl/min (imp;oil)</option>
5909
+ <option value="82" selected>bbl/h (imp;oil)</option>
5910
+ <option value="83" selected>bbl/d (imp;oil)</option>
5911
+ <option value="88" selected>kgal/s (us)</option>
5912
+ <option value="89" selected>kgal/min (us)</option>
5913
+ <option value="90" selected>kgal/h (us)</option>
5914
+ <option value="91" selected>kgal/d (us)</option>
5915
+ <option value="92" selected>MMft³/s</option>
5916
+ <option value="93" selected>MMft³/min</option>
5917
+ <option value="94" selected>MMft³/h</option>
5918
+ <option value="96" selected>Mft³/d</option>
5919
+ </select>
5920
+ </div>
5921
+ </div>
5922
+ <div class="form-row ncd-active-check">
5923
+ <strong>Set Totalizer 1 Flow Unit</strong>
5924
+ <p>Set the units for totalizers</p>
5925
+ <div>
5926
+ <label for="node-input-total_1_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
5927
+ <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">
5928
+ </div>
5929
+ <div>
5930
+ <label for="node-input-total_1_flow_unit_124"><i class="icon-tag"></i>Value:</label>
5931
+ <select id="node-input-total_1_flow_unit_124">
5932
+ <option value="0" selected>cm³</option>
5933
+ <option value="1" selected>dm³</option>
5934
+ <option value="2" selected>m³</option>
5935
+ <option value="3" selected>ml</option>
5936
+ <option value="4" selected>l</option>
5937
+ <option value="5" selected>hl</option>
5938
+ <option value="6" selected>Ml Mega</option>
5939
+ <option value="8" selected>af</option>
5940
+ <option value="9" selected>ft³</option>
5941
+ <option value="10" selected>fl oz (us)</option>
5942
+ <option value="11" selected>gal (us)</option>
5943
+ <option value="12" selected>Mgal (us)</option>
5944
+ <option value="13" selected>bbl (us;liq.)</option>
5945
+ <option value="14" selected>bbl (us;beer)</option>
5946
+ <option value="15" selected>bbl (us;oil)</option>
5947
+ <option value="16" selected>bbl (us;tank)</option>
5948
+ <option value="17" selected>gal (imp)</option>
5949
+ <option value="18" selected>Mgal (imp)</option>
5950
+ <option value="19" selected>bbl (imp;beer)</option>
5951
+ <option value="20" selected>bbl (imp;oil)</option>
5952
+ <option value="22" selected>kgal (us)</option>
5953
+ <option value="23" selected>Mft³</option>
5954
+ </select>
5955
+ </div>
5956
+ </div>
5957
+ <div class="form-row ncd-active-check">
5958
+ <strong>Set Totalizer 2 Flow Unit</strong>
5959
+ <p>Set the units for totalizers</p>
5960
+ <div>
5961
+ <label for="node-input-total_2_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
5962
+ <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">
5963
+ </div>
5964
+ <div>
5965
+ <label for="node-input-total_2_flow_unit_124"><i class="icon-tag"></i>Value:</label>
5966
+ <select id="node-input-total_2_flow_unit_124">
5967
+ <option value="0" selected>cm³</option>
5968
+ <option value="1" selected>dm³</option>
5969
+ <option value="2" selected>m³</option>
5970
+ <option value="3" selected>ml</option>
5971
+ <option value="4" selected>l</option>
5972
+ <option value="5" selected>hl</option>
5973
+ <option value="6" selected>Ml Mega</option>
5974
+ <option value="8" selected>af</option>
5975
+ <option value="9" selected>ft³</option>
5976
+ <option value="10" selected>fl oz (us)</option>
5977
+ <option value="11" selected>gal (us)</option>
5978
+ <option value="12" selected>Mgal (us)</option>
5979
+ <option value="13" selected>bbl (us;liq.)</option>
5980
+ <option value="14" selected>bbl (us;beer)</option>
5981
+ <option value="15" selected>bbl (us;oil)</option>
5982
+ <option value="16" selected>bbl (us;tank)</option>
5983
+ <option value="17" selected>gal (imp)</option>
5984
+ <option value="18" selected>Mgal (imp)</option>
5985
+ <option value="19" selected>bbl (imp;beer)</option>
5986
+ <option value="20" selected>bbl (imp;oil)</option>
5987
+ <option value="22" selected>kgal (us)</option>
5988
+ <option value="23" selected>Mft³</option>
5989
+ </select>
5990
+ </div>
5991
+ </div>
5992
+ <div class="form-row ncd-active-check">
5993
+ <strong>Set Totalizer 3 Flow Unit</strong>
5994
+ <p>Set the units for totalizers</p>
5995
+ <div>
5996
+ <label for="node-input-total_3_flow_unit_124_active"><i class="icon-tag"></i>Active:</label>
5997
+ <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">
5998
+ </div>
5999
+ <div>
6000
+ <label for="node-input-total_3_flow_unit_124"><i class="icon-tag"></i>Value:</label>
6001
+ <select id="node-input-total_3_flow_unit_124">
6002
+ <option value="0" selected>cm³</option>
6003
+ <option value="1" selected>dm³</option>
6004
+ <option value="2" selected>m³</option>
6005
+ <option value="3" selected>ml</option>
6006
+ <option value="4" selected>l</option>
6007
+ <option value="5" selected>hl</option>
6008
+ <option value="6" selected>Ml Mega</option>
6009
+ <option value="8" selected>af</option>
6010
+ <option value="9" selected>ft³</option>
6011
+ <option value="10" selected>fl oz (us)</option>
6012
+ <option value="11" selected>gal (us)</option>
6013
+ <option value="12" selected>Mgal (us)</option>
6014
+ <option value="13" selected>bbl (us;liq.)</option>
6015
+ <option value="14" selected>bbl (us;beer)</option>
6016
+ <option value="15" selected>bbl (us;oil)</option>
6017
+ <option value="16" selected>bbl (us;tank)</option>
6018
+ <option value="17" selected>gal (imp)</option>
6019
+ <option value="18" selected>Mgal (imp)</option>
6020
+ <option value="19" selected>bbl (imp;beer)</option>
6021
+ <option value="20" selected>bbl (imp;oil)</option>
6022
+ <option value="22" selected>kgal (us)</option>
6023
+ <option value="23" selected>Mft³</option>
6024
+ </select>
6025
+ </div>
6026
+ </div>
6027
+ <div class="form-row ncd-active-check">
6028
+ <strong>Set Pressure Unit</strong>
6029
+ <p>Set the Unit for Pressure</p>
6030
+ <div>
6031
+ <label for="node-input-pressure_unit_124_active"><i class="icon-tag"></i>Active:</label>
6032
+ <input type="checkbox" id="node-input-pressure_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-pressure_unit_124" value="1">
6033
+ </div>
6034
+ <div>
6035
+ <label for="node-input-pressure_unit_124"><i class="icon-tag"></i>Value:</label>
6036
+ <select id="node-input-pressure_unit_124">
6037
+ <option value="0" selected>bar</option>
6038
+ <option value="1" selected>psi a</option>
6039
+ <option value="2" selected>bar g</option>
6040
+ <option value="3" selected>psi g</option>
6041
+ <option value="4" selected>Pa a</option>
6042
+ <option value="5" selected>kPa a</option>
6043
+ <option value="6" selected>MPa a</option>
6044
+ <option value="7" selected>Pa g</option>
6045
+ <option value="8" selected>kPa g</option>
6046
+ <option value="9" selected>MPa g</option>
6047
+ </select>
6048
+ </div>
6049
+ </div>
6050
+ <div class="form-row ncd-active-check">
6051
+ <strong>Set Totalizer 1 Operation Mode</strong>
6052
+ <p>Set operation mode of totalizer module of sensor (1). Totalizers measure total flow in any direction.</p>
6053
+ <div>
6054
+ <label for="node-input-total_1_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
6055
+ <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">
6056
+ </div>
6057
+ <div>
6058
+ <label for="node-input-total_1_op_mode_124"><i class="icon-tag"></i>Value:</label>
6059
+ <select id="node-input-total_1_op_mode_124">
6060
+ <option value="0" selected>Net flow total</option>
6061
+ <option value="1" selected>Forward flow total</option>
6062
+ <option value="2" selected>Reverse flow total</option>
6063
+ </select>
6064
+ </div>
6065
+ </div>
6066
+ <div class="form-row ncd-active-check">
6067
+ <strong>Set Totalizer 2 Operation Mode</strong>
6068
+ <p>Set operation mode of totalizer module of sensor (2). Totalizers measure total flow in any direction.</p>
6069
+ <div>
6070
+ <label for="node-input-total_2_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
6071
+ <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">
6072
+ </div>
6073
+ <div>
6074
+ <label for="node-input-total_2_op_mode_124"><i class="icon-tag"></i>Value:</label>
6075
+ <select id="node-input-total_2_op_mode_124">
6076
+ <option value="0" selected>Net flow total</option>
6077
+ <option value="1" selected>Forward flow total</option>
6078
+ <option value="2" selected>Reverse flow total</option>
6079
+ </select>
6080
+ </div>
6081
+ </div>
6082
+ <div class="form-row ncd-active-check">
6083
+ <strong>Set Totalizer 3 Operation Mode</strong>
6084
+ <p>Set operation mode of totalizer module of sensor (3). Totalizers measure total flow in any direction.</p>
6085
+ <div>
6086
+ <label for="node-input-total_3_op_mode_124_active"><i class="icon-tag"></i>Active:</label>
6087
+ <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">
6088
+ </div>
6089
+ <div>
6090
+ <label for="node-input-total_3_op_mode_124"><i class="icon-tag"></i>Value:</label>
6091
+ <select id="node-input-total_3_op_mode_124">
6092
+ <option value="0" selected>Net flow total</option>
6093
+ <option value="1" selected>Forward flow total</option>
6094
+ <option value="2" selected>Reverse flow total</option>
6095
+ </select>
6096
+ </div>
6097
+ </div>
6098
+ <div class="form-row ncd-active-check">
6099
+ <strong>Set Conductivity Unit</strong>
6100
+ <p>Set the Unit for Conductivity</p>
6101
+ <div>
6102
+ <label for="node-input-conductivity_unit_124_active"><i class="icon-tag"></i>Active:</label>
6103
+ <input type="checkbox" id="node-input-conductivity_unit_124_active" class="ncd-config-toggle" data-target-id="node-input-conductivity_unit_124" value="1">
6104
+ </div>
6105
+ <div>
6106
+ <label for="node-input-conductivity_unit_124"><i class="icon-tag"></i>Value:</label>
6107
+ <select id="node-input-conductivity_unit_124">
6108
+ <option value="1" selected>MS/m</option>
6109
+ <option value="2" selected>kS/m</option>
6110
+ <option value="3" selected>S/m</option>
6111
+ <option value="4" selected>S/cm</option>
6112
+ <option value="5" selected>mS/m</option>
6113
+ <option value="6" selected>mS/cm</option>
6114
+ <option value="7" selected>μS/m</option>
6115
+ <option value="8" selected>μS/cm</option>
6116
+ <option value="9" selected>μS/mm</option>
6117
+ <option value="10" selected>nS/cm</option>
6118
+ </select>
6119
+ </div>
6120
+ </div>
6121
+ <div class="form-row ncd-active-check">
6122
+ <strong>Reset All Totalizers</strong>
6123
+ <p>Reset All totalizers to zero</p>
6124
+ <div>
6125
+ <label for="node-input-reset_all_totalizers_124"><i class="icon-tag"></i>Active:</label>
6126
+ <input type="checkbox" id="node-input-reset_all_totalizers_124" value="1">
6127
+ </div>
6128
+ </div>
6129
+ </div>
6130
+ <div class="ncd-dependent" data-sensor-536>
6131
+ <div class="form-row ncd-active-check">
6132
+ <strong>Set Oxygen Boot Time</strong>
6133
+ <p>This value represents the number of seconds to wait after applying power to the Oxygen sensor before taking a reading.<br>
6134
+ Valid range: 1 - 100 Seconds.
6135
+ </p>
6136
+ <div>
6137
+ <label for="node-input-oxygen_boot_time_536_active">Active:</label>
6138
+ <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">
6139
+ </div>
6140
+ <div>
6141
+ <label for="node-input-oxygen_boot_time_536"><i class="icon-tag"></i>Value:</label>
6142
+ <input type="text" id="node-input-oxygen_boot_time_536">
6143
+ </div>
6144
+ <p class="caption">
6145
+ Default value: 3 seconds.
6146
+ </p>
6147
+ </div>
6148
+ <div class="form-row ncd-active-check">
6149
+ <strong>Set Flow Boot Time</strong>
6150
+ <p>This value represents the number of seconds to wait after applying power to the Flow sensor before taking a reading.<br>
6151
+ Valid range: 1 - 100 Seconds.
6152
+ </p>
6153
+ <div>
6154
+ <label for="node-input-flow_boot_time_536_active">Active:</label>
6155
+ <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">
6156
+ </div>
6157
+ <div>
6158
+ <label for="node-input-flow_boot_time_536"><i class="icon-tag"></i>Value:</label>
6159
+ <input type="text" id="node-input-flow_boot_time_536">
6160
+ </div>
6161
+ <p class="caption">
6162
+ Default value: 3 seconds.
6163
+ </p>
6164
+ </div>
6165
+ <div class="form-row ncd-active-check">
6166
+ <strong>Set Oxygen Sensors Addresses</strong>
6167
+ <p>Set the Modbus Slave device address connected to this device</p>
6168
+ <div>
6169
+ <label for="node-input-oxygen_dev_addr_536_active">Active:</label>
6170
+ <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">
6171
+ </div>
6172
+ <div>
6173
+ <label for="node-input-oxygen_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
6174
+ <input type="text" id="node-input-oxygen_addr_1_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
6175
+ </div>
6176
+ <div>
6177
+ <label for="node-input-oxygen_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
6178
+ <input type="text" id="node-input-oxygen_addr_2_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
6179
+ </div>
6180
+ <div>
6181
+ <label for="node-input-oxygen_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
6182
+ <input type="text" id="node-input-oxygen_addr_3_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
6183
+ </div>
6184
+ <div>
6185
+ <label for="node-input-oxygen_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
6186
+ <input type="text" id="node-input-oxygen_addr_4_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
6187
+ </div>
6188
+ </div>
6189
+ <div class="form-row ncd-active-check">
6190
+ <strong>Set Flow Sensors Addresses</strong>
6191
+ <p>Set the Modbus Slave device address connected to this device</p>
6192
+ <div>
6193
+ <label for="node-input-flow_dev_addr_536_active">Active:</label>
6194
+ <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">
6195
+ </div>
6196
+ <div>
6197
+ <label for="node-input-flow_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
6198
+ <input type="text" id="node-input-flow_addr_1_536" class="flow_dev_addr_536" placeholder="0" value="00">
6199
+ </div>
6200
+ <div>
6201
+ <label for="node-input-flow_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
6202
+ <input type="text" id="node-input-flow_addr_2_536" class="flow_dev_addr_536" placeholder="0" value="00">
6203
+ </div>
6204
+ <div>
6205
+ <label for="node-input-flow_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
6206
+ <input type="text" id="node-input-flow_addr_3_536" class="flow_dev_addr_536" placeholder="0" value="00">
6207
+ </div>
6208
+ <div>
6209
+ <label for="node-input-flow_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
6210
+ <input type="text" id="node-input-flow_addr_4_536" class="flow_dev_addr_536" placeholder="0" value="00">
6211
+ </div>
6212
+ </div>
6213
+ <div class="form-row ncd-active-check">
6214
+ <strong>Set Oxygen Check Rate</strong>
6215
+ <div>
6216
+ <label for="node-input-oxygen_rate_536_active">Active:</label>
6217
+ <input type="checkbox" id="node-input-oxygen_rate_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_rate_536" value="1">
6218
+ </div>
6219
+ <div>
6220
+ <label for="node-input-oxygen_rate_536"><i class="icon-tag"></i>Value:</label>
6221
+ <input type="text" id="node-input-oxygen_rate_536">
6222
+ </div>
6223
+ <p class="caption">
6224
+ Default value: 2 minutes.
6225
+ </p>
6226
+ </div>
6227
+ <div class="form-row ncd-active-check">
6228
+ <strong>Set Oxygen Check Timeout</strong>
6229
+ <div>
6230
+ <label for="node-input-oxygen_timeout_536_active">Active:</label>
6231
+ <input type="checkbox" id="node-input-oxygen_timeout_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_timeout_536" value="1">
6232
+ </div>
6233
+ <div>
6234
+ <label for="node-input-oxygen_timeout_536"><i class="icon-tag"></i>Value:</label>
6235
+ <input type="text" id="node-input-oxygen_timeout_536">
6236
+ </div>
6237
+ <p class="caption">
6238
+ Default value: 5 minutes.
6239
+ </p>
6240
+ </div>
6241
+ <div class="form-row ncd-active-check">
6242
+ <strong>Set Oxygen Max Threshold Sensor 1</strong>
6243
+ <p>Valid range: 0 - 20 mg/l</p>
6244
+ <div>
6245
+ <label for="node-input-oxygen_max_threshold_s1_536_active">Active:</label>
6246
+ <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">
6247
+ </div>
6248
+ <div>
6249
+ <label for="node-input-oxygen_max_threshold_s1_536"><i class="icon-tag"></i>Value:</label>
6250
+ <input type="text" id="node-input-oxygen_max_threshold_s1_536">
6251
+ </div>
6252
+ <p class="caption">
6253
+ Default value: 12 mg/l.
6254
+ </p>
6255
+ </div>
6256
+ <div class="form-row ncd-active-check">
6257
+ <strong>Set Oxygen Max Threshold Sensor 2</strong>
6258
+ <p>Valid range: 0 - 20 mg/l</p>
6259
+ <div>
6260
+ <label for="node-input-oxygen_max_threshold_s2_536_active">Active:</label>
6261
+ <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">
6262
+ </div>
6263
+ <div>
6264
+ <label for="node-input-oxygen_max_threshold_s2_536"><i class="icon-tag"></i>Value:</label>
6265
+ <input type="text" id="node-input-oxygen_max_threshold_s2_536">
6266
+ </div>
6267
+ <p class="caption">
6268
+ Default value: 12 mg/l.
6269
+ </p>
6270
+ </div>
6271
+ <div class="form-row ncd-active-check">
6272
+ <strong>Set Oxygen Max Threshold Sensor 3</strong>
6273
+ <p>Valid range: 0 - 20 mg/l</p>
6274
+ <div>
6275
+ <label for="node-input-oxygen_max_threshold_s3_536_active">Active:</label>
6276
+ <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">
6277
+ </div>
6278
+ <div>
6279
+ <label for="node-input-oxygen_max_threshold_s3_536"><i class="icon-tag"></i>Value:</label>
6280
+ <input type="text" id="node-input-oxygen_max_threshold_s3_536">
6281
+ </div>
6282
+ <p class="caption">
6283
+ Default value: 12 mg/l.
6284
+ </p>
6285
+ </div>
6286
+ <div class="form-row ncd-active-check">
6287
+ <strong>Set Oxygen Max Threshold Sensor 4</strong>
6288
+ <p>Valid range: 0 - 20 mg/l</p>
6289
+ <div>
6290
+ <label for="node-input-oxygen_max_threshold_s4_536_active">Active:</label>
6291
+ <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">
6292
+ </div>
6293
+ <div>
6294
+ <label for="node-input-oxygen_max_threshold_s4_536"><i class="icon-tag"></i>Value:</label>
6295
+ <input type="text" id="node-input-oxygen_max_threshold_s4_536">
6296
+ </div>
6297
+ <p class="caption">
6298
+ Default value: 12 mg/l.
6299
+ </p>
6300
+ </div>
6301
+ <div class="form-row ncd-active-check">
6302
+ <strong>Set Oxygen Min Threshold Sensor 1</strong>
6303
+ <p>Valid range: 0 - 20 mg/l</p>
6304
+ <div>
6305
+ <label for="node-input-oxygen_min_threshold_s1_536_active">Active:</label>
6306
+ <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">
6307
+ </div>
6308
+ <div>
6309
+ <label for="node-input-oxygen_min_threshold_s1_536"><i class="icon-tag"></i>Value:</label>
6310
+ <input type="text" id="node-input-oxygen_min_threshold_s1_536">
6311
+ </div>
6312
+ <p class="caption">
6313
+ Default value: 12 mg/l.
6314
+ </p>
6315
+ </div>
6316
+ <div class="form-row ncd-active-check">
6317
+ <strong>Set Oxygen Min Threshold Sensor 2</strong>
6318
+ <p>Valid range: 0 - 20 mg/l</p>
6319
+ <div>
6320
+ <label for="node-input-oxygen_min_threshold_s2_536_active">Active:</label>
6321
+ <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">
6322
+ </div>
6323
+ <div>
6324
+ <label for="node-input-oxygen_min_threshold_s2_536"><i class="icon-tag"></i>Value:</label>
6325
+ <input type="text" id="node-input-oxygen_min_threshold_s2_536">
6326
+ </div>
6327
+ <p class="caption">
6328
+ Default value: 12 mg/l.
6329
+ </p>
6330
+ </div>
6331
+ <div class="form-row ncd-active-check">
6332
+ <strong>Set Oxygen Min Threshold Sensor 3</strong>
6333
+ <p>Valid range: 0 - 20 mg/l</p>
6334
+ <div>
6335
+ <label for="node-input-oxygen_min_threshold_s3_536_active">Active:</label>
6336
+ <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">
6337
+ </div>
6338
+ <div>
6339
+ <label for="node-input-oxygen_min_threshold_s3_536"><i class="icon-tag"></i>Value:</label>
6340
+ <input type="text" id="node-input-oxygen_min_threshold_s3_536">
6341
+ </div>
6342
+ <p class="caption">
6343
+ Default value: 12 mg/l.
6344
+ </p>
6345
+ </div>
6346
+ <div class="form-row ncd-active-check">
6347
+ <strong>Set Oxygen Min Threshold Sensor 4</strong>
6348
+ <p>Valid range: 0 - 20 mg/l</p>
6349
+ <div>
6350
+ <label for="node-input-oxygen_min_threshold_s4_536_active">Active:</label>
6351
+ <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">
6352
+ </div>
6353
+ <div>
6354
+ <label for="node-input-oxygen_min_threshold_s4_536"><i class="icon-tag"></i>Value:</label>
6355
+ <input type="text" id="node-input-oxygen_min_threshold_s4_536">
6356
+ </div>
6357
+ <p class="caption">
6358
+ Default value: 12 mg/l.
6359
+ </p>
6360
+ </div>
6361
+ </div>
6362
+ <div class="ncd-dependent" data-sensor-29>
6363
+ <div class="form-row ncd-active-check">
6364
+ <strong>Set Sensor Length</strong>
6365
+ <p>Set the Length of the Linear Displacement Sensor in Millimeters.<br>
6366
+ Valid range: 1 - 10,000 mm</p>
6367
+ <div>
6368
+ <label for="node-input-sensor_length_29_active">Active:</label>
6369
+ <input type="checkbox" id="node-input-sensor_length_29_active" class="ncd-config-toggle" data-target-id="node-input-sensor_length_29" value="1">
6370
+ </div>
6371
+ <div>
6372
+ <label for="node-input-sensor_length_29"><i class="icon-tag"></i>Value:</label>
6373
+ <input type="text" id="node-input-sensor_length_29">
6374
+ </div>
6375
+ <p class="caption">
6376
+ Default value: 500 mm.
6377
+ </p>
6378
+ </div>
6379
+ </div>
6380
+ <div class="ncd-dependent" data-sensor-54 data-sensor-55>
6381
+ <div class="form-row ncd-active-check">
6382
+ <strong>Set RTD Wire Type - Channel 2</strong>
6383
+ <p>The wire type of RTD Sensor Probe to be connected in Channel 2.</p>
6384
+ <div>
6385
+ <label for="node-input-rtd_wire_type_ch2_54_active">Active:</label>
6386
+ <input type="checkbox" id="node-input-rtd_wire_type_ch2_54_active" class="ncd-config-toggle" data-target-id="node-input-rtd_wire_type_ch2_54" value="1">
6387
+ </div>
6388
+ <div>
6389
+ <label for="node-input-rtd_wire_type_ch2_54"><i class="icon-tag"></i>Value:</label>
6390
+ <select id="node-input-rtd_wire_type_ch2_54">
6391
+ <option selected="selected" value="0">2 Wires</option>
6392
+ <option value="1">3 Wires</option>
6393
+ <option value="2">4 Wires</option>
6394
+ </select>
6395
+ </div>
6396
+ </div>
6397
+ <div class="form-row ncd-active-check">
6398
+ <strong>Set RTD Range - Channel 2</strong>
6399
+ <p>Type of PT Sensor Probe to be connected in Channel 2.</p>
6400
+ <div>
6401
+ <label for="node-input-rtd_range_ch2_54_active">Active:</label>
6402
+ <input type="checkbox" id="node-input-rtd_range_ch2_54_active" class="ncd-config-toggle" data-target-id="node-input-rtd_range_ch2_54" value="1">
6403
+ </div>
6404
+ <div>
6405
+ <label for="node-input-rtd_range_ch2_54"><i class="icon-tag"></i>Value:</label>
6406
+ <select id="node-input-rtd_range_ch2_54">
6407
+ <option selected="selected" value="0">PT 100</option>
6408
+ <option value="1">PT 1000</option>
6409
+ </select>
6410
+ </div>
6411
+ </div>
6412
+ </div>
6413
+ <div class="ncd-dependent" data-sensor-55>
6414
+ <div class="form-row ncd-active-check">
6415
+ <strong>Set RTD Wire Type - Channel 3</strong>
6416
+ <p>The wire type of RTD Sensor Probe to be connected in Channel 3.</p>
6417
+ <div>
6418
+ <label for="node-input-rtd_wire_type_ch3_55_active">Active:</label>
6419
+ <input type="checkbox" id="node-input-rtd_wire_type_ch3_55_active" class="ncd-config-toggle" data-target-id="node-input-rtd_wire_type_ch3_55" value="1">
6420
+ </div>
6421
+ <div>
6422
+ <label for="node-input-rtd_wire_type_ch3_55"><i class="icon-tag"></i>Value:</label>
6423
+ <select id="node-input-rtd_wire_type_ch3_55">
6424
+ <option selected="selected" value="0">2 Wires</option>
6425
+ <option value="1">3 Wires</option>
6426
+ <option value="2">4 Wires</option>
6427
+ </select>
6428
+ </div>
6429
+ </div>
6430
+ <div class="form-row ncd-active-check">
6431
+ <strong>Set RTD Range - Channel 3</strong>
6432
+ <p>Type of PT Sensor Probe to be connected in Channel 3.</p>
6433
+ <div>
6434
+ <label for="node-input-rtd_range_ch3_55_active">Active:</label>
6435
+ <input type="checkbox" id="node-input-rtd_range_ch3_55_active" class="ncd-config-toggle" data-target-id="node-input-rtd_range_ch3_55" value="1">
6436
+ </div>
6437
+ <div>
6438
+ <label for="node-input-rtd_range_ch3_55"><i class="icon-tag"></i>Value:</label>
6439
+ <select id="node-input-rtd_range_ch3_55">
6440
+ <option selected="selected" value="0">PT 100</option>
6441
+ <option value="1">PT 1000</option>
6442
+ </select>
6443
+ </div>
6444
+ </div>
6445
+ </div>
5444
6446
  </div>
5445
6447
  </div>
5446
6448
  </script>