@ncd-io/node-red-enterprise-sensors 2.0.3 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/WirelessGateway.js +408 -1348
- package/lib/sensors/105.js +454 -0
- package/lib/sensors/106.js +472 -0
- package/lib/sensors/110.js +55 -40
- package/lib/sensors/111.js +4 -2
- package/lib/sensors/112.js +1479 -0
- package/lib/sensors/115.js +292 -0
- package/lib/sensors/21.js +471 -0
- package/lib/sensors/47.js +295 -0
- package/lib/sensors/536.js +708 -0
- package/lib/sensors/539.js +64 -32
- package/package.json +1 -1
- package/wireless.html +499 -143
- package/wireless.js +86 -22
package/wireless.html
CHANGED
|
@@ -195,6 +195,19 @@
|
|
|
195
195
|
return int >= l && int <= h;
|
|
196
196
|
}
|
|
197
197
|
}
|
|
198
|
+
if(property_name === 'current_calibration_82'){
|
|
199
|
+
return function(v){
|
|
200
|
+
var int = parseInt(v, base);
|
|
201
|
+
if(this.current_calibration_82 == 0){
|
|
202
|
+
console.log('ERROR: Invalid property detect. Setting current_calibration_82 to default value');
|
|
203
|
+
$("#node-input-current_calibration_82").val(1);
|
|
204
|
+
return true;
|
|
205
|
+
} else if(v == undefined){
|
|
206
|
+
return true;
|
|
207
|
+
}
|
|
208
|
+
return int >= l && int <= h;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
198
211
|
if(base == 'decimal'){
|
|
199
212
|
return function(v){
|
|
200
213
|
var n = parseFloat(v);
|
|
@@ -421,10 +434,10 @@
|
|
|
421
434
|
high_pass_filter_81_p2_active: {value:""},
|
|
422
435
|
high_pass_filter_81_p2: {value:0},
|
|
423
436
|
|
|
424
|
-
roll_angle_threshold_47:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
425
|
-
roll_angle_threshold_47_active:{value:""},
|
|
426
|
-
pitch_angle_threshold_47:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
427
|
-
pitch_angle_threshold_47_active:{value:""},
|
|
437
|
+
// roll_angle_threshold_47:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
438
|
+
// roll_angle_threshold_47_active:{value:""},
|
|
439
|
+
// pitch_angle_threshold_47:{value:0, validate: NCD_validators.number_range(0, 255)},
|
|
440
|
+
// pitch_angle_threshold_47_active:{value:""},
|
|
428
441
|
|
|
429
442
|
accelerometer_state_108:{value:0},
|
|
430
443
|
accelerometer_state_108_active:{value:""},
|
|
@@ -756,6 +769,8 @@
|
|
|
756
769
|
pressure_sensor_range_AMS5812_21: {value: 0},
|
|
757
770
|
pressure_sensor_range_AMS5915_21_active: {value: ""},
|
|
758
771
|
pressure_sensor_range_AMS5915_21: {value: 0},
|
|
772
|
+
pressure_sensor_range_AMS5935_21_active: {value: ""},
|
|
773
|
+
pressure_sensor_range_AMS5935_21: {value: 0},
|
|
759
774
|
|
|
760
775
|
motion_to_sampling_delay_110_active: {value: ""},
|
|
761
776
|
motion_to_sampling_delay_110: {value: 100, validate: NCD_validators.number_range(0, 255)},
|
|
@@ -883,21 +898,21 @@
|
|
|
883
898
|
oxygen_timeout_536_active:{value: ""},
|
|
884
899
|
oxygen_timeout_536:{value:5, validate: NCD_validators.number_range(1, 10)},
|
|
885
900
|
oxygen_max_threshold_s1_536_active:{value: ""},
|
|
886
|
-
oxygen_max_threshold_s1_536:{value:
|
|
901
|
+
oxygen_max_threshold_s1_536:{value:1200, validate: NCD_validators.number_range(0, 2000)},
|
|
887
902
|
oxygen_max_threshold_s2_536_active:{value: ""},
|
|
888
|
-
oxygen_max_threshold_s2_536:{value:
|
|
903
|
+
oxygen_max_threshold_s2_536:{value:1200, validate: NCD_validators.number_range(0, 2000)},
|
|
889
904
|
oxygen_max_threshold_s3_536_active:{value: ""},
|
|
890
|
-
oxygen_max_threshold_s3_536:{value:
|
|
905
|
+
oxygen_max_threshold_s3_536:{value:1200, validate: NCD_validators.number_range(0, 2000)},
|
|
891
906
|
oxygen_max_threshold_s4_536_active:{value: ""},
|
|
892
|
-
oxygen_max_threshold_s4_536:{value:
|
|
907
|
+
oxygen_max_threshold_s4_536:{value:1200, validate: NCD_validators.number_range(0, 2000)},
|
|
893
908
|
oxygen_min_threshold_s1_536_active:{value: ""},
|
|
894
|
-
oxygen_min_threshold_s1_536:{value:
|
|
909
|
+
oxygen_min_threshold_s1_536:{value:1000, validate: NCD_validators.number_range(0, 2000)},
|
|
895
910
|
oxygen_min_threshold_s2_536_active:{value: ""},
|
|
896
|
-
oxygen_min_threshold_s2_536:{value:
|
|
911
|
+
oxygen_min_threshold_s2_536:{value:1000, validate: NCD_validators.number_range(0, 2000)},
|
|
897
912
|
oxygen_min_threshold_s3_536_active:{value: ""},
|
|
898
|
-
oxygen_min_threshold_s3_536:{value:
|
|
913
|
+
oxygen_min_threshold_s3_536:{value:1000, validate: NCD_validators.number_range(0, 2000)},
|
|
899
914
|
oxygen_min_threshold_s4_536_active:{value: ""},
|
|
900
|
-
oxygen_min_threshold_s4_536:{value:
|
|
915
|
+
oxygen_min_threshold_s4_536:{value:1000, validate: NCD_validators.number_range(0, 2000)},
|
|
901
916
|
clear_timers_119_active:{value:""},
|
|
902
917
|
clear_timers_119:{value:8},
|
|
903
918
|
push_notification_119_active:{value: ""},
|
|
@@ -1010,7 +1025,41 @@
|
|
|
1010
1025
|
boot_time_4_active:{value:""},
|
|
1011
1026
|
boot_time_4:{value: 0, validate: NCD_validators.number_range(0, 65535)},
|
|
1012
1027
|
operation_mode_4_active:{value:""},
|
|
1013
|
-
operation_mode_4:{value:0}
|
|
1028
|
+
operation_mode_4:{value:0},
|
|
1029
|
+
|
|
1030
|
+
lube_on_time_1_105_active:{value:""},
|
|
1031
|
+
lube_on_time_1_105:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
1032
|
+
lube_on_time_2_105_active:{value:""},
|
|
1033
|
+
lube_on_time_2_105:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
1034
|
+
faulty_level_105_active:{value:""},
|
|
1035
|
+
faulty_level_105:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
1036
|
+
friction_level_105_active:{value:""},
|
|
1037
|
+
friction_level_105:{value: 0, validate: NCD_validators.number_range(0, 255)},
|
|
1038
|
+
|
|
1039
|
+
vibration_mode_115_active:{value:""},
|
|
1040
|
+
vibration_mode_115:{value:0},
|
|
1041
|
+
offset_mode_115_active:{value:""},
|
|
1042
|
+
offset_mode_115:{value:0},
|
|
1043
|
+
|
|
1044
|
+
flow_sensor_baud_rate_536_active:{value:""},
|
|
1045
|
+
flow_sensor_baud_rate_536:{value: 9600},
|
|
1046
|
+
oxygen_sensor_baud_rate_536_active:{value:""},
|
|
1047
|
+
oxygen_sensor_baud_rate_536:{value: 9600},
|
|
1048
|
+
flow_sensor_parity_bits_536_active:{value:""},
|
|
1049
|
+
flow_sensor_parity_bits_536:{value:0},
|
|
1050
|
+
oxygen_sensor_parity_bits_536_active:{value:""},
|
|
1051
|
+
oxygen_sensor_parity_bits_536:{value:0},
|
|
1052
|
+
flow_sensor_stop_bits_536_active:{value:""},
|
|
1053
|
+
flow_sensor_stop_bits_536:{value:0},
|
|
1054
|
+
oxygen_sensor_stop_bits_536_active:{value:""},
|
|
1055
|
+
oxygen_sensor_stop_bits_536:{value:0},
|
|
1056
|
+
|
|
1057
|
+
tilt_mode_47_active:{value:""},
|
|
1058
|
+
tilt_mode_47:{value: 2, validate: NCD_validators.number_range(0, 2)},
|
|
1059
|
+
tilt_angle_47_active:{value:""},
|
|
1060
|
+
tilt_angle_47:{value: 10, validate: NCD_validators.number_range(5, 90)},
|
|
1061
|
+
tilt_timer_47_active:{value:""},
|
|
1062
|
+
tilt_timer_47:{value: 30, validate: NCD_validators.number_range(0, 255)}
|
|
1014
1063
|
},
|
|
1015
1064
|
inputs: 0,
|
|
1016
1065
|
outputs: 1,
|
|
@@ -1120,6 +1169,7 @@
|
|
|
1120
1169
|
"111": "111 - Two Channel Vibration Plus v4",
|
|
1121
1170
|
"112": "112 - Condition Based/Predictive Maintenance Sensor v4",
|
|
1122
1171
|
"114": "114 - Standalone Smart Vibration Sensor v4",
|
|
1172
|
+
"115": "115 - One Channel Ultrasound Sensor Gen 4",
|
|
1123
1173
|
"117": "117 - Custom Vibration Sensor PPV",
|
|
1124
1174
|
"118": "118 - Dual Pressure and Temperature Sensor",
|
|
1125
1175
|
"119": "119 - Machine Runtime Hour Meter",
|
|
@@ -1197,6 +1247,15 @@
|
|
|
1197
1247
|
$('#gas_type_list_545 > div:nth-child(-n+'+gas_type+')').show();
|
|
1198
1248
|
$('#gas_type_list_545 > div:nth-last-child(-n+'+(5-gas_type)+')').hide();
|
|
1199
1249
|
});
|
|
1250
|
+
$('#node-input-pressure_sensor_type_21').change(function(){
|
|
1251
|
+
let sensor_type = parseInt($(this).val(), 10);
|
|
1252
|
+
// Hide, disable, AND uncheck the hidden ones
|
|
1253
|
+
$('#sensor_type_list_21 > .form-row').hide()
|
|
1254
|
+
.find('.ncd-config-toggle').prop('checked', false);
|
|
1255
|
+
// Show and enable the active one
|
|
1256
|
+
$('#sensor_type_list_21 > .form-row').eq(sensor_type).show()
|
|
1257
|
+
.find('.ncd-config-toggle');
|
|
1258
|
+
}).change();
|
|
1200
1259
|
// $('#node-input-number_of_regs_to_rd_539_active').change(function(){
|
|
1201
1260
|
// if($(this).prop('checked')){
|
|
1202
1261
|
// if($(this).data('target-id')){
|
|
@@ -1446,6 +1505,7 @@
|
|
|
1446
1505
|
<option value="111">111 - Two Channel Vibration Plus v4</option>
|
|
1447
1506
|
<option value="112">112 - Condition Based/Predictive Maintenance Sensor v4</option>
|
|
1448
1507
|
<option value="114">114 - Standalone Smart Vibration Sensor v4</option>
|
|
1508
|
+
<option value="115">115 - One Channel Ultrasound Sensor Gen 4</option>
|
|
1449
1509
|
<option value="117">117 - Custom Vibration Sensor PPV</option>
|
|
1450
1510
|
<option value="118">118 - Dual Pressure and Temperature Sensor</option>
|
|
1451
1511
|
<option value="119">119 - Machine Runtime Hour Meter</option>
|
|
@@ -1502,7 +1562,7 @@
|
|
|
1502
1562
|
<label for="node-input-auto_config"><i class="icon-tag"></i> Auto Config</label>
|
|
1503
1563
|
<input class="section-control" type="checkbox" id="node-input-auto_config" value="1">
|
|
1504
1564
|
</div>
|
|
1505
|
-
<div class="form-row ncd-dependent" data-sensor-1 data-sensor-4 data-sensor-12 data-sensor-15 data-sensor-21 data-sensor-29 data-sensor-23 data-sensor-26 data-sensor-30 data-sensor-32 data-sensor-33 data-sensor-35 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-75 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-91 data-sensor-93 data-sensor-95 data-sensor-96 data-sensor-97 data-sensor-98 data-sensor-99 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-125 data-sensor-126 data-sensor-128 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-545 data-sensor-554 data-sensor-1010 data-sensor-1011>
|
|
1565
|
+
<div class="form-row ncd-dependent" data-sensor-1 data-sensor-4 data-sensor-12 data-sensor-15 data-sensor-21 data-sensor-29 data-sensor-23 data-sensor-26 data-sensor-30 data-sensor-32 data-sensor-33 data-sensor-35 data-sensor-39 data-sensor-44 data-sensor-45 data-sensor-47 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-75 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-91 data-sensor-93 data-sensor-95 data-sensor-96 data-sensor-97 data-sensor-98 data-sensor-99 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-115 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-125 data-sensor-126 data-sensor-128 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-545 data-sensor-554 data-sensor-1010 data-sensor-1011>
|
|
1506
1566
|
<hr>
|
|
1507
1567
|
<label for="node-input-on_the_fly_enable"><i class="icon-tag"></i> OTF Config*</label>
|
|
1508
1568
|
<input type="checkbox" id="node-input-on_the_fly_enable" value="1">
|
|
@@ -2616,6 +2676,9 @@
|
|
|
2616
2676
|
<label for="node-input-current_calibration_82"><i class="icon-tag"></i>Value:</label>
|
|
2617
2677
|
<input type="text" id="node-input-current_calibration_82">
|
|
2618
2678
|
</div>
|
|
2679
|
+
<p class="caption">
|
|
2680
|
+
Default value: 8700<br>
|
|
2681
|
+
</p>
|
|
2619
2682
|
</div>
|
|
2620
2683
|
</div>
|
|
2621
2684
|
|
|
@@ -2637,7 +2700,7 @@
|
|
|
2637
2700
|
</div>
|
|
2638
2701
|
</div>
|
|
2639
2702
|
|
|
2640
|
-
<div class="ncd-dependent" data-sensor-14 data-sensor-15 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-75 data-sensor-76 data-sensor-85 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-95 data-sensor-96 data-sensor-
|
|
2703
|
+
<div class="ncd-dependent" data-sensor-14 data-sensor-15 data-sensor-45 data-sensor-48 data-sensor-52 data-sensor-56 data-sensor-75 data-sensor-76 data-sensor-85 data-sensor-88 data-sensor-89 data-sensor-90 data-sensor-95 data-sensor-96 data-sensor-107 data-sensor-122 data-sensor-540 data-sensor-541>
|
|
2641
2704
|
<div class="form-row ncd-active-check">
|
|
2642
2705
|
<strong>Auto Check Interval</strong>
|
|
2643
2706
|
<p class="caption">
|
|
@@ -2757,6 +2820,83 @@
|
|
|
2757
2820
|
<option value="1">Enable</option>
|
|
2758
2821
|
</select>
|
|
2759
2822
|
</div>
|
|
2823
|
+
<p class="caption">
|
|
2824
|
+
Default value: Disabled.
|
|
2825
|
+
</p>
|
|
2826
|
+
</div>
|
|
2827
|
+
</div>
|
|
2828
|
+
<div class="ncd-dependent" data-sensor-105 data-sensor-106>
|
|
2829
|
+
<div class="form-row ncd-active-check">
|
|
2830
|
+
<strong>Set Lube On Time 1</strong>
|
|
2831
|
+
<p class="caption">
|
|
2832
|
+
This value sets the time (seconds) at which dispenser will keep lubing.
|
|
2833
|
+
</p>
|
|
2834
|
+
<div>
|
|
2835
|
+
<label for="node-input-lube_on_time_1_105_active">Active:</label>
|
|
2836
|
+
<input type="checkbox" id="node-input-lube_on_time_1_105_active" class="ncd-config-toggle" data-target-id="node-input-lube_on_time_1_105" value="1">
|
|
2837
|
+
</div>
|
|
2838
|
+
<div>
|
|
2839
|
+
<label for="node-input-lube_on_time_1_105"><i class="icon-tag"></i>Value:</label>
|
|
2840
|
+
<input type="text" id="node-input-lube_on_time_1_105" placeholder="0" value="0">
|
|
2841
|
+
</div>
|
|
2842
|
+
<p class="caption">
|
|
2843
|
+
Default value: 10 seconds.
|
|
2844
|
+
</p>
|
|
2845
|
+
</div>
|
|
2846
|
+
</div>
|
|
2847
|
+
<div class="ncd-dependent" data-sensor-106>
|
|
2848
|
+
<div class="form-row ncd-active-check">
|
|
2849
|
+
<strong>Set Lube On Time 2</strong>
|
|
2850
|
+
<p class="caption">
|
|
2851
|
+
This value sets the time (seconds) at which dispenser will keep lubing (probe 2).
|
|
2852
|
+
</p>
|
|
2853
|
+
<div>
|
|
2854
|
+
<label for="node-input-lube_on_time_2_105_active">Active:</label>
|
|
2855
|
+
<input type="checkbox" id="node-input-lube_on_time_2_105_active" class="ncd-config-toggle" data-target-id="node-input-lube_on_time_2_105" value="1">
|
|
2856
|
+
</div>
|
|
2857
|
+
<div>
|
|
2858
|
+
<label for="node-input-lube_on_time_2_105"><i class="icon-tag"></i>Value:</label>
|
|
2859
|
+
<input type="text" id="node-input-lube_on_time_2_105" placeholder="0" value="0">
|
|
2860
|
+
</div>
|
|
2861
|
+
<p class="caption">
|
|
2862
|
+
Default value: 10 seconds.
|
|
2863
|
+
</p>
|
|
2864
|
+
</div>
|
|
2865
|
+
</div>
|
|
2866
|
+
<div class="ncd-dependent" data-sensor-105 data-sensor-106>
|
|
2867
|
+
<div class="form-row ncd-active-check">
|
|
2868
|
+
<strong>Set Faulty Noise Level</strong>
|
|
2869
|
+
<p class="caption">
|
|
2870
|
+
The critical threshold (dB) where the machine is considered damaged. Lubrication will not help at this stage, so it is disabled.
|
|
2871
|
+
</p>
|
|
2872
|
+
<div>
|
|
2873
|
+
<label for="node-input-faulty_level_105_active">Active:</label>
|
|
2874
|
+
<input type="checkbox" id="node-input-faulty_level_105_active" class="ncd-config-toggle" data-target-id="node-input-faulty_level_105" value="1">
|
|
2875
|
+
</div>
|
|
2876
|
+
<div>
|
|
2877
|
+
<label for="node-input-faulty_level_105"><i class="icon-tag"></i>Value:</label>
|
|
2878
|
+
<input type="text" id="node-input-faulty_level_105" placeholder="0" value="0">
|
|
2879
|
+
</div>
|
|
2880
|
+
<p class="caption">
|
|
2881
|
+
Default value: 45dB.
|
|
2882
|
+
</p>
|
|
2883
|
+
</div>
|
|
2884
|
+
<div class="form-row ncd-active-check">
|
|
2885
|
+
<strong>Set Friction Noise Level</strong>
|
|
2886
|
+
<p class="caption">
|
|
2887
|
+
Sets the threshold (dB) where friction is detected. Lubrication is allowed at this stage.
|
|
2888
|
+
</p>
|
|
2889
|
+
<div>
|
|
2890
|
+
<label for="node-input-friction_level_105_active">Active:</label>
|
|
2891
|
+
<input type="checkbox" id="node-input-friction_level_105_active" class="ncd-config-toggle" data-target-id="node-input-friction_level_105" value="1">
|
|
2892
|
+
</div>
|
|
2893
|
+
<div>
|
|
2894
|
+
<label for="node-input-friction_level_105"><i class="icon-tag"></i>Value:</label>
|
|
2895
|
+
<input type="text" id="node-input-friction_level_105" placeholder="0" value="0">
|
|
2896
|
+
</div>
|
|
2897
|
+
<p class="caption">
|
|
2898
|
+
Default value: 35 dB.
|
|
2899
|
+
</p>
|
|
2760
2900
|
</div>
|
|
2761
2901
|
</div>
|
|
2762
2902
|
<div class="ncd-dependent" data-sensor-505 data-sensor-506>
|
|
@@ -2813,34 +2953,61 @@
|
|
|
2813
2953
|
|
|
2814
2954
|
<div class="ncd-dependent" data-sensor-47>
|
|
2815
2955
|
<div class="form-row ncd-active-check">
|
|
2816
|
-
<strong>
|
|
2956
|
+
<strong>Set Tilt Angle Threshold</strong>
|
|
2817
2957
|
<p class="caption">
|
|
2818
|
-
|
|
2819
|
-
A value of 20 will force the sensor to transmit a packet at a roll angle of 20 degrees, -20 degrees, 40 degrees, -40 degrees, etc.
|
|
2958
|
+
Sets the tilt angle thresholds for both roll and pitch axes.
|
|
2820
2959
|
</p>
|
|
2821
2960
|
<div>
|
|
2822
|
-
<label for="node-input-
|
|
2823
|
-
<input type="checkbox" id="node-input-
|
|
2961
|
+
<label for="node-input-tilt_angle_47_active">Active:</label>
|
|
2962
|
+
<input type="checkbox" id="node-input-tilt_angle_47_active" class="ncd-config-toggle" data-target-id="node-input-tilt_angle_47" value="1">
|
|
2824
2963
|
</div>
|
|
2825
2964
|
<div>
|
|
2826
|
-
<label for="node-input-
|
|
2827
|
-
<input type="text" id="node-input-
|
|
2965
|
+
<label for="node-input-tilt_angle_47"><i class="icon-tag"></i>Value:</label>
|
|
2966
|
+
<input type="text" id="node-input-tilt_angle_47" placeholder="10" value="10">
|
|
2828
2967
|
</div>
|
|
2968
|
+
<p class="caption">
|
|
2969
|
+
Default value: 10.
|
|
2970
|
+
</p>
|
|
2971
|
+
</div>
|
|
2972
|
+
<div class="form-row ncd-active-check">
|
|
2973
|
+
<strong>Set Tilt Threshold Mode</strong>
|
|
2974
|
+
<p class="caption">
|
|
2975
|
+
Configures how the sensor triggers data transmissions based on tilt changes:<br><br>
|
|
2976
|
+
<strong>Absolute:</strong> Sensor transmits a data packet when it detects a change exceeding single aboulte angle(pitch or roll), and user defined transmission intervals<br>
|
|
2977
|
+
<strong>Incremental:</strong> The sensor transmits a data packet when it detects a change exceeding the threshold, or whenever the angle reaches a multiple of that threshold value. For example, if the threshold is set to 20, the sensor will force a transmission at roll or pitch angles of 20°, -20°, 40°, -40°, etc.<br>
|
|
2978
|
+
Note: This mode requires the Auto Check Timer to be active. This will also send packets at user defined transmission intervals.<br>
|
|
2979
|
+
<strong>Normal:</strong> The sensor transmits a data packet only at user defined transmission intervals. This is lowest power mode<br>
|
|
2980
|
+
</p>
|
|
2981
|
+
<div>
|
|
2982
|
+
<label for="node-input-tilt_mode_47_active">Active:</label>
|
|
2983
|
+
<input type="checkbox" id="node-input-tilt_mode_47_active" class="ncd-config-toggle" data-target-id="node-input-tilt_mode_47" value="1">
|
|
2984
|
+
</div>
|
|
2985
|
+
<div>
|
|
2986
|
+
<label for="node-input-tilt_mode_47"><i class="icon-tag"></i>Value:</label>
|
|
2987
|
+
<input type="text" id="node-input-tilt_mode_47" placeholder="10" value="10">
|
|
2988
|
+
</div>
|
|
2989
|
+
<p class="caption">
|
|
2990
|
+
Default value: Normal.
|
|
2991
|
+
</p>
|
|
2829
2992
|
</div>
|
|
2830
2993
|
<div class="form-row ncd-active-check">
|
|
2831
|
-
<strong>
|
|
2994
|
+
<strong>Set Auto Check Timer</strong>
|
|
2832
2995
|
<p class="caption">
|
|
2833
|
-
|
|
2834
|
-
|
|
2996
|
+
Defines the polling interval (in seconds) for the sensor when operating in Incremental mode only.<br>
|
|
2997
|
+
The timer continuously checks the angle at the configured interval to determine if the device has reached a multiple of the user-defined threshold.
|
|
2998
|
+
If the current position falls within these multiples, the device transmits a data packet immediately, bypassing the standard periodic transmission interval.
|
|
2835
2999
|
</p>
|
|
2836
3000
|
<div>
|
|
2837
|
-
<label for="node-input-
|
|
2838
|
-
<input type="checkbox" id="node-input-
|
|
3001
|
+
<label for="node-input-tilt_timer_47_active">Active:</label>
|
|
3002
|
+
<input type="checkbox" id="node-input-tilt_timer_47_active" class="ncd-config-toggle" data-target-id="node-input-tilt_timer_47" value="1">
|
|
2839
3003
|
</div>
|
|
2840
3004
|
<div>
|
|
2841
|
-
<label for="node-input-
|
|
2842
|
-
<input type="text" id="node-input-
|
|
3005
|
+
<label for="node-input-tilt_timer_47"><i class="icon-tag"></i>Value:</label>
|
|
3006
|
+
<input type="text" id="node-input-tilt_timer_47" placeholder="10" value="10">
|
|
2843
3007
|
</div>
|
|
3008
|
+
<p class="caption">
|
|
3009
|
+
Default value: 30 seconds.
|
|
3010
|
+
</p>
|
|
2844
3011
|
</div>
|
|
2845
3012
|
</div>
|
|
2846
3013
|
<div class="ncd-dependent" data-sensor-108>
|
|
@@ -4406,7 +4573,7 @@
|
|
|
4406
4573
|
<div>
|
|
4407
4574
|
<label for="node-input-filter_thermocouple_112"><i class="icon-tag"></i>Value:</label>
|
|
4408
4575
|
<select id="node-input-filter_thermocouple_112">
|
|
4409
|
-
<option selected="selected" value="0">
|
|
4576
|
+
<option selected="selected" value="0">Disabled</option>
|
|
4410
4577
|
<option value="1">Level 1</option>
|
|
4411
4578
|
<option value="2">Level 2</option>
|
|
4412
4579
|
<option value="3">Level 3</option>
|
|
@@ -4806,7 +4973,7 @@
|
|
|
4806
4973
|
<input type="checkbox" id="node-input-reboot_1011" value="1">
|
|
4807
4974
|
</div>
|
|
4808
4975
|
</div>
|
|
4809
|
-
<div class="ncd-dependent" data-sensor-1011>
|
|
4976
|
+
<div class="ncd-dependent" data-sensor-1010 data-sensor-1011>
|
|
4810
4977
|
<div class="form-row ncd-active-check">
|
|
4811
4978
|
<strong>Set Mode</strong>
|
|
4812
4979
|
<div>
|
|
@@ -5459,7 +5626,7 @@
|
|
|
5459
5626
|
</div>
|
|
5460
5627
|
</div>
|
|
5461
5628
|
</div>
|
|
5462
|
-
<div class="ncd-dependent" data-sensor-21>
|
|
5629
|
+
<!-- <div class="ncd-dependent" data-sensor-21>
|
|
5463
5630
|
<div class="form-row ncd-active-check">
|
|
5464
5631
|
<strong>Set Pressure Sensor Type</strong>
|
|
5465
5632
|
<div>
|
|
@@ -5471,93 +5638,145 @@
|
|
|
5471
5638
|
<select id="node-input-pressure_sensor_type_21">
|
|
5472
5639
|
<option value="0">AMS5812</option>
|
|
5473
5640
|
<option value="1">AMS5915</option>
|
|
5641
|
+
<option value="2">AMS5935</option>
|
|
5474
5642
|
</select>
|
|
5475
5643
|
</div>
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
|
|
5487
|
-
|
|
5488
|
-
|
|
5489
|
-
|
|
5490
|
-
|
|
5491
|
-
|
|
5492
|
-
|
|
5493
|
-
|
|
5494
|
-
|
|
5495
|
-
|
|
5496
|
-
|
|
5497
|
-
|
|
5498
|
-
|
|
5499
|
-
|
|
5500
|
-
|
|
5501
|
-
|
|
5502
|
-
|
|
5503
|
-
|
|
5504
|
-
|
|
5505
|
-
|
|
5506
|
-
|
|
5507
|
-
|
|
5508
|
-
|
|
5509
|
-
|
|
5510
|
-
|
|
5511
|
-
|
|
5512
|
-
|
|
5513
|
-
|
|
5514
|
-
|
|
5515
|
-
|
|
5516
|
-
|
|
5517
|
-
|
|
5518
|
-
|
|
5519
|
-
|
|
5520
|
-
|
|
5521
|
-
|
|
5522
|
-
|
|
5523
|
-
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
|
|
5531
|
-
|
|
5532
|
-
|
|
5533
|
-
|
|
5534
|
-
|
|
5535
|
-
|
|
5536
|
-
|
|
5537
|
-
|
|
5538
|
-
|
|
5539
|
-
|
|
5540
|
-
|
|
5541
|
-
|
|
5542
|
-
|
|
5543
|
-
|
|
5544
|
-
|
|
5545
|
-
|
|
5546
|
-
|
|
5547
|
-
|
|
5548
|
-
|
|
5549
|
-
|
|
5550
|
-
|
|
5551
|
-
|
|
5552
|
-
|
|
5553
|
-
|
|
5554
|
-
|
|
5555
|
-
|
|
5556
|
-
|
|
5557
|
-
|
|
5644
|
+
<br>
|
|
5645
|
+
<div id="sensor_type_list_21">
|
|
5646
|
+
<div class="form-row ncd-active-check">
|
|
5647
|
+
<strong>Set Pressure Sensor Range</strong>
|
|
5648
|
+
<p class="caption">
|
|
5649
|
+
For AMS5812: <br>
|
|
5650
|
+
D: Differential/relative.<br>
|
|
5651
|
+
D-B: Bidirectional Differential.<br>
|
|
5652
|
+
A: Absolute.<br>
|
|
5653
|
+
B: Absolute (barometric).<br>
|
|
5654
|
+
</p>
|
|
5655
|
+
<div>
|
|
5656
|
+
<label for="node-input-pressure_sensor_range_AMS5812_21_active">Active:</label>
|
|
5657
|
+
<input type="checkbox" id="node-input-pressure_sensor_range_AMS5812_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_range_AMS5812_21" value="1">
|
|
5658
|
+
</div>
|
|
5659
|
+
<div>
|
|
5660
|
+
<label for="node-input-pressure_sensor_range_AMS5812_21"><i class="icon-tag"></i>Value:</label>
|
|
5661
|
+
<select id="node-input-pressure_sensor_range_AMS5812_21">
|
|
5662
|
+
<option value="0">Type 0000_D</option>
|
|
5663
|
+
<option value="1">Type 0001_D</option>
|
|
5664
|
+
<option value="2">Type 0000_D_B</option>
|
|
5665
|
+
<option value="3">Type 000_1_D_B</option>
|
|
5666
|
+
<option value="4">Type 0003_D</option>
|
|
5667
|
+
<option value="5">Type 0008_D</option>
|
|
5668
|
+
<option value="6">Type 0015_D</option>
|
|
5669
|
+
<option value="7">Type 0003_D_B</option>
|
|
5670
|
+
<option value="8">Type 0008_D_B</option>
|
|
5671
|
+
<option value="9">Type 0015_D_B</option>
|
|
5672
|
+
<option value="10">Type 0030_D</option>
|
|
5673
|
+
<option value="11">Type 0050_D</option>
|
|
5674
|
+
<option value="12">Type 0150_D</option>
|
|
5675
|
+
<option value="13">Type 0300_D</option>
|
|
5676
|
+
<option value="14">Type 0600_D</option>
|
|
5677
|
+
<option value="15">Type 1000_D</option>
|
|
5678
|
+
<option value="16">Type 0030_D_B</option>
|
|
5679
|
+
<option value="17">Type 0050_D_B</option>
|
|
5680
|
+
<option value="18">Type 0150_D_B</option>
|
|
5681
|
+
<option value="19">Type 0150_B</option>
|
|
5682
|
+
<option value="20">Type 0150_A</option>
|
|
5683
|
+
<option value="21">Type 0300_A</option>
|
|
5684
|
+
</select>
|
|
5685
|
+
</div>
|
|
5686
|
+
</div>
|
|
5687
|
+
<div class="form-row ncd-active-check">
|
|
5688
|
+
<strong>Set Pressure Sensor Range</strong>
|
|
5689
|
+
<p class="caption">
|
|
5690
|
+
For AMS5915: <br>
|
|
5691
|
+
D: Differential/relative.<br>
|
|
5692
|
+
D-B: Bidirectional Differential.<br>
|
|
5693
|
+
</p>
|
|
5694
|
+
<div>
|
|
5695
|
+
<label for="node-input-pressure_sensor_range_AMS5915_21_active">Active:</label>
|
|
5696
|
+
<input type="checkbox" id="node-input-pressure_sensor_range_AMS5915_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_range_AMS5915_21" value="1">
|
|
5697
|
+
</div>
|
|
5698
|
+
<div>
|
|
5699
|
+
<label for="node-input-pressure_sensor_range_AMS5915_21"><i class="icon-tag"></i>Value:</label>
|
|
5700
|
+
<select id="node-input-pressure_sensor_range_AMS5915_21">
|
|
5701
|
+
<option value="0">Type 0005_D</option>
|
|
5702
|
+
<option value="1">Type 0010_D</option>
|
|
5703
|
+
<option value="2">Type 0002_D_B</option>
|
|
5704
|
+
<option value="3">Type 0005_D_B</option>
|
|
5705
|
+
<option value="4">Type 0010_D_B</option>
|
|
5706
|
+
<option value="5">Type 0020_D</option>
|
|
5707
|
+
<option value="6">Type 0035_D</option>
|
|
5708
|
+
<option value="7">Type 0050_D</option>
|
|
5709
|
+
<option value="8">Type 0100_D</option>
|
|
5710
|
+
<option value="9">Type 0020_D_B</option>
|
|
5711
|
+
<option value="10">Type 0035_D_B</option>
|
|
5712
|
+
<option value="11">Type 0050_D_B</option>
|
|
5713
|
+
<option value="12">Type 0100_D_B</option>
|
|
5714
|
+
<option value="13">Type 0200_D</option>
|
|
5715
|
+
<option value="14">Type 0350_D</option>
|
|
5716
|
+
<option value="15">Type 0500_D</option>
|
|
5717
|
+
<option value="16">Type 1000_D</option>
|
|
5718
|
+
<option value="17">Type 2000_D</option>
|
|
5719
|
+
<option value="18">Type 4000_D</option>
|
|
5720
|
+
<option value="19">Type 7000_D</option>
|
|
5721
|
+
<option value="20">Type 10000_D</option>
|
|
5722
|
+
<option value="21">Type 0200_D_B</option>
|
|
5723
|
+
<option value="22">Type 0350_D_B</option>
|
|
5724
|
+
<option value="23">Type 0500_D_B</option>
|
|
5725
|
+
<option value="24">Type 1000_D_B</option>
|
|
5726
|
+
</select>
|
|
5727
|
+
</div>
|
|
5728
|
+
</div>
|
|
5729
|
+
<div class="form-row ncd-active-check">
|
|
5730
|
+
<strong>Set Pressure Sensor Range</strong>
|
|
5731
|
+
<p class="caption">
|
|
5732
|
+
For AMS5935: <br>
|
|
5733
|
+
D: Differential/relative.<br>
|
|
5734
|
+
D-B: Bidirectional Differential.<br>
|
|
5735
|
+
A: Absolute.<br>
|
|
5736
|
+
B: Absolute (barometric).<br>
|
|
5737
|
+
</p>
|
|
5738
|
+
<div>
|
|
5739
|
+
<label for="node-input-pressure_sensor_range_AMS5935_21_active">Active:</label>
|
|
5740
|
+
<input type="checkbox" id="node-input-pressure_sensor_range_AMS5935_21_active" class="ncd-config-toggle" data-target-id="node-input-pressure_sensor_range_AMS5935_21" value="1">
|
|
5741
|
+
</div>
|
|
5742
|
+
<div>
|
|
5743
|
+
<label for="node-input-pressure_sensor_range_AMS5935_21"><i class="icon-tag"></i>Value:</label>
|
|
5744
|
+
<select id="node-input-pressure_sensor_range_AMS5935_21">
|
|
5745
|
+
<option value="0">Type 0002_D</option>
|
|
5746
|
+
<option value="1">Type 0005_D</option>
|
|
5747
|
+
<option value="2">Type 0010_D</option>
|
|
5748
|
+
<option value="3">Type 0001_D_B</option>
|
|
5749
|
+
<option value="4">Type 0002_D_B</option>
|
|
5750
|
+
<option value="5">Type 0005_D_B</option>
|
|
5751
|
+
<option value="6">Type 0010_D_B</option>
|
|
5752
|
+
<option value="7">Type 0020_D</option>
|
|
5753
|
+
<option value="8">Type 0035_D</option>
|
|
5754
|
+
<option value="9">Type 0050_D</option>
|
|
5755
|
+
<option value="10">Type 0100_D</option>
|
|
5756
|
+
<option value="10">Type 0100_D</option>
|
|
5757
|
+
<option value="11">Type 0020_D_B</option>
|
|
5758
|
+
<option value="12">Type 0035_D_B</option>
|
|
5759
|
+
<option value="13">Type 0050_D_B</option>
|
|
5760
|
+
<option value="14">Type 0100_D_B</option>
|
|
5761
|
+
<option value="15">Type 0200_D</option>
|
|
5762
|
+
<option value="16">Type 0350_D</option>
|
|
5763
|
+
<option value="17">Type 0500_D</option>
|
|
5764
|
+
<option value="18">Type 1000_D</option>
|
|
5765
|
+
<option value="19">Type 0200_D_B</option>
|
|
5766
|
+
<option value="20">Type 0350_D_B</option>
|
|
5767
|
+
<option value="21">Type 0500_D_B</option>
|
|
5768
|
+
<option value="22">Type 1000_D_B</option>
|
|
5769
|
+
<option value="23">Type 0500_A</option>
|
|
5770
|
+
<option value="24">Type 1000_A</option>
|
|
5771
|
+
<option value="25">Type 1500_A</option>
|
|
5772
|
+
<option value="26">Type 2000_A</option>
|
|
5773
|
+
<option value="27">Type 1200_A</option>
|
|
5774
|
+
</select>
|
|
5775
|
+
</div>
|
|
5776
|
+
</div>
|
|
5558
5777
|
</div>
|
|
5559
5778
|
</div>
|
|
5560
|
-
</div>
|
|
5779
|
+
</div> -->
|
|
5561
5780
|
<div class="ncd-dependent" data-sensor-120>
|
|
5562
5781
|
<div class="form-row ncd-active-check">
|
|
5563
5782
|
<strong>Set Always On</strong>
|
|
@@ -6551,23 +6770,23 @@
|
|
|
6551
6770
|
<p>Set the Modbus Slave device address connected to this device</p>
|
|
6552
6771
|
<div>
|
|
6553
6772
|
<label for="node-input-oxygen_dev_addr_536_active">Active:</label>
|
|
6554
|
-
<input type="checkbox" id="node-input-oxygen_dev_addr_536_active" class="ncd-config-toggle" data-target-
|
|
6773
|
+
<input type="checkbox" id="node-input-oxygen_dev_addr_536_active" class="ncd-config-toggle" data-target-class="node-input-oxygen_dev_addr_536" value="1">
|
|
6555
6774
|
</div>
|
|
6556
6775
|
<div>
|
|
6557
6776
|
<label for="node-input-oxygen_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
|
|
6558
|
-
<input type="text" id="node-input-oxygen_addr_1_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6777
|
+
<input type="text" id="node-input-oxygen_addr_1_536" class="node-input-oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6559
6778
|
</div>
|
|
6560
6779
|
<div>
|
|
6561
6780
|
<label for="node-input-oxygen_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
|
|
6562
|
-
<input type="text" id="node-input-oxygen_addr_2_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6781
|
+
<input type="text" id="node-input-oxygen_addr_2_536" class="node-input-oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6563
6782
|
</div>
|
|
6564
6783
|
<div>
|
|
6565
6784
|
<label for="node-input-oxygen_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
|
|
6566
|
-
<input type="text" id="node-input-oxygen_addr_3_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6785
|
+
<input type="text" id="node-input-oxygen_addr_3_536" class="node-input-oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6567
6786
|
</div>
|
|
6568
6787
|
<div>
|
|
6569
6788
|
<label for="node-input-oxygen_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
|
|
6570
|
-
<input type="text" id="node-input-oxygen_addr_4_536" class="oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6789
|
+
<input type="text" id="node-input-oxygen_addr_4_536" class="node-input-oxygen_dev_addr_536" placeholder="0" value="00">
|
|
6571
6790
|
</div>
|
|
6572
6791
|
</div>
|
|
6573
6792
|
<div class="form-row ncd-active-check">
|
|
@@ -6575,26 +6794,26 @@
|
|
|
6575
6794
|
<p>Set the Modbus Slave device address connected to this device</p>
|
|
6576
6795
|
<div>
|
|
6577
6796
|
<label for="node-input-flow_dev_addr_536_active">Active:</label>
|
|
6578
|
-
<input type="checkbox" id="node-input-flow_dev_addr_536_active" class="ncd-config-toggle" data-target-
|
|
6797
|
+
<input type="checkbox" id="node-input-flow_dev_addr_536_active" class="ncd-config-toggle" data-target-class="node-input-flow_dev_addr_536" value="1">
|
|
6579
6798
|
</div>
|
|
6580
6799
|
<div>
|
|
6581
6800
|
<label for="node-input-flow_addr_1_536"><i class="icon-tag"></i>ID 1:</label>
|
|
6582
|
-
<input type="text" id="node-input-flow_addr_1_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6801
|
+
<input type="text" id="node-input-flow_addr_1_536" class="node-input-flow_dev_addr_536" placeholder="0" value="00">
|
|
6583
6802
|
</div>
|
|
6584
6803
|
<div>
|
|
6585
6804
|
<label for="node-input-flow_addr_2_536"><i class="icon-tag"></i>ID 2:</label>
|
|
6586
|
-
<input type="text" id="node-input-flow_addr_2_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6805
|
+
<input type="text" id="node-input-flow_addr_2_536" class="node-input-flow_dev_addr_536" placeholder="0" value="00">
|
|
6587
6806
|
</div>
|
|
6588
6807
|
<div>
|
|
6589
6808
|
<label for="node-input-flow_addr_3_536"><i class="icon-tag"></i>ID 3:</label>
|
|
6590
|
-
<input type="text" id="node-input-flow_addr_3_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6809
|
+
<input type="text" id="node-input-flow_addr_3_536" class="node-input-flow_dev_addr_536" placeholder="0" value="00">
|
|
6591
6810
|
</div>
|
|
6592
6811
|
<div>
|
|
6593
6812
|
<label for="node-input-flow_addr_4_536"><i class="icon-tag"></i>ID 4:</label>
|
|
6594
|
-
<input type="text" id="node-input-flow_addr_4_536" class="flow_dev_addr_536" placeholder="0" value="00">
|
|
6813
|
+
<input type="text" id="node-input-flow_addr_4_536" class="node-input-flow_dev_addr_536" placeholder="0" value="00">
|
|
6595
6814
|
</div>
|
|
6596
6815
|
</div>
|
|
6597
|
-
<div class="form-row ncd-active-check">
|
|
6816
|
+
<!-- <div class="form-row ncd-active-check">
|
|
6598
6817
|
<strong>Set Oxygen Check Rate</strong>
|
|
6599
6818
|
<div>
|
|
6600
6819
|
<label for="node-input-oxygen_rate_536_active">Active:</label>
|
|
@@ -6621,10 +6840,10 @@
|
|
|
6621
6840
|
<p class="caption">
|
|
6622
6841
|
Default value: 5 minutes.
|
|
6623
6842
|
</p>
|
|
6624
|
-
</div>
|
|
6843
|
+
</div> -->
|
|
6625
6844
|
<div class="form-row ncd-active-check">
|
|
6626
6845
|
<strong>Set Oxygen Max Threshold Sensor 1</strong>
|
|
6627
|
-
<p>Valid range: 0 -
|
|
6846
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6628
6847
|
<div>
|
|
6629
6848
|
<label for="node-input-oxygen_max_threshold_s1_536_active">Active:</label>
|
|
6630
6849
|
<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">
|
|
@@ -6634,12 +6853,12 @@
|
|
|
6634
6853
|
<input type="text" id="node-input-oxygen_max_threshold_s1_536">
|
|
6635
6854
|
</div>
|
|
6636
6855
|
<p class="caption">
|
|
6637
|
-
Default value:
|
|
6856
|
+
Default value: 1200 dg/l.
|
|
6638
6857
|
</p>
|
|
6639
6858
|
</div>
|
|
6640
6859
|
<div class="form-row ncd-active-check">
|
|
6641
6860
|
<strong>Set Oxygen Max Threshold Sensor 2</strong>
|
|
6642
|
-
<p>Valid range: 0 -
|
|
6861
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6643
6862
|
<div>
|
|
6644
6863
|
<label for="node-input-oxygen_max_threshold_s2_536_active">Active:</label>
|
|
6645
6864
|
<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">
|
|
@@ -6649,12 +6868,12 @@
|
|
|
6649
6868
|
<input type="text" id="node-input-oxygen_max_threshold_s2_536">
|
|
6650
6869
|
</div>
|
|
6651
6870
|
<p class="caption">
|
|
6652
|
-
Default value:
|
|
6871
|
+
Default value: 1200 dg/l.
|
|
6653
6872
|
</p>
|
|
6654
6873
|
</div>
|
|
6655
6874
|
<div class="form-row ncd-active-check">
|
|
6656
6875
|
<strong>Set Oxygen Max Threshold Sensor 3</strong>
|
|
6657
|
-
<p>Valid range: 0 -
|
|
6876
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6658
6877
|
<div>
|
|
6659
6878
|
<label for="node-input-oxygen_max_threshold_s3_536_active">Active:</label>
|
|
6660
6879
|
<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">
|
|
@@ -6664,12 +6883,12 @@
|
|
|
6664
6883
|
<input type="text" id="node-input-oxygen_max_threshold_s3_536">
|
|
6665
6884
|
</div>
|
|
6666
6885
|
<p class="caption">
|
|
6667
|
-
Default value:
|
|
6886
|
+
Default value: 1200 dg/l.
|
|
6668
6887
|
</p>
|
|
6669
6888
|
</div>
|
|
6670
6889
|
<div class="form-row ncd-active-check">
|
|
6671
6890
|
<strong>Set Oxygen Max Threshold Sensor 4</strong>
|
|
6672
|
-
<p>Valid range: 0 -
|
|
6891
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6673
6892
|
<div>
|
|
6674
6893
|
<label for="node-input-oxygen_max_threshold_s4_536_active">Active:</label>
|
|
6675
6894
|
<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">
|
|
@@ -6679,12 +6898,12 @@
|
|
|
6679
6898
|
<input type="text" id="node-input-oxygen_max_threshold_s4_536">
|
|
6680
6899
|
</div>
|
|
6681
6900
|
<p class="caption">
|
|
6682
|
-
Default value:
|
|
6901
|
+
Default value: 1200 dg/l.
|
|
6683
6902
|
</p>
|
|
6684
6903
|
</div>
|
|
6685
6904
|
<div class="form-row ncd-active-check">
|
|
6686
6905
|
<strong>Set Oxygen Min Threshold Sensor 1</strong>
|
|
6687
|
-
<p>Valid range: 0 -
|
|
6906
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6688
6907
|
<div>
|
|
6689
6908
|
<label for="node-input-oxygen_min_threshold_s1_536_active">Active:</label>
|
|
6690
6909
|
<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">
|
|
@@ -6694,12 +6913,12 @@
|
|
|
6694
6913
|
<input type="text" id="node-input-oxygen_min_threshold_s1_536">
|
|
6695
6914
|
</div>
|
|
6696
6915
|
<p class="caption">
|
|
6697
|
-
Default value:
|
|
6916
|
+
Default value: 1000 dg/l.
|
|
6698
6917
|
</p>
|
|
6699
6918
|
</div>
|
|
6700
6919
|
<div class="form-row ncd-active-check">
|
|
6701
6920
|
<strong>Set Oxygen Min Threshold Sensor 2</strong>
|
|
6702
|
-
<p>Valid range: 0 -
|
|
6921
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6703
6922
|
<div>
|
|
6704
6923
|
<label for="node-input-oxygen_min_threshold_s2_536_active">Active:</label>
|
|
6705
6924
|
<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">
|
|
@@ -6709,12 +6928,12 @@
|
|
|
6709
6928
|
<input type="text" id="node-input-oxygen_min_threshold_s2_536">
|
|
6710
6929
|
</div>
|
|
6711
6930
|
<p class="caption">
|
|
6712
|
-
Default value:
|
|
6931
|
+
Default value: 1000 dg/l.
|
|
6713
6932
|
</p>
|
|
6714
6933
|
</div>
|
|
6715
6934
|
<div class="form-row ncd-active-check">
|
|
6716
6935
|
<strong>Set Oxygen Min Threshold Sensor 3</strong>
|
|
6717
|
-
<p>Valid range: 0 -
|
|
6936
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6718
6937
|
<div>
|
|
6719
6938
|
<label for="node-input-oxygen_min_threshold_s3_536_active">Active:</label>
|
|
6720
6939
|
<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">
|
|
@@ -6724,12 +6943,12 @@
|
|
|
6724
6943
|
<input type="text" id="node-input-oxygen_min_threshold_s3_536">
|
|
6725
6944
|
</div>
|
|
6726
6945
|
<p class="caption">
|
|
6727
|
-
Default value:
|
|
6946
|
+
Default value: 1000 dg/l.
|
|
6728
6947
|
</p>
|
|
6729
6948
|
</div>
|
|
6730
6949
|
<div class="form-row ncd-active-check">
|
|
6731
6950
|
<strong>Set Oxygen Min Threshold Sensor 4</strong>
|
|
6732
|
-
<p>Valid range: 0 -
|
|
6951
|
+
<p>Valid range: 0 - 2000 dg/l</p>
|
|
6733
6952
|
<div>
|
|
6734
6953
|
<label for="node-input-oxygen_min_threshold_s4_536_active">Active:</label>
|
|
6735
6954
|
<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">
|
|
@@ -6739,9 +6958,105 @@
|
|
|
6739
6958
|
<input type="text" id="node-input-oxygen_min_threshold_s4_536">
|
|
6740
6959
|
</div>
|
|
6741
6960
|
<p class="caption">
|
|
6742
|
-
Default value:
|
|
6961
|
+
Default value: 1000 dg/l.
|
|
6743
6962
|
</p>
|
|
6744
6963
|
</div>
|
|
6964
|
+
<div class="form-row ncd-active-check">
|
|
6965
|
+
<strong>Set Flow Sensor Baud Rate</strong>
|
|
6966
|
+
<div>
|
|
6967
|
+
<label for="node-input-flow_sensor_baud_rate_536_active">Active:</label>
|
|
6968
|
+
<input type="checkbox" id="node-input-flow_sensor_baud_rate_536_active" class="ncd-config-toggle" data-target-id="node-input-flow_sensor_baud_rate_536" value="1">
|
|
6969
|
+
</div>
|
|
6970
|
+
<div>
|
|
6971
|
+
<label for="node-input-flow_sensor_baud_rate_536"><i class="icon-tag"></i>Value:</label>
|
|
6972
|
+
<select id="node-input-flow_sensor_baud_rate_536">
|
|
6973
|
+
<option selected="selected" value="9600">9600</option>
|
|
6974
|
+
<option value="19200">19200</option>
|
|
6975
|
+
<option value="38400">38400</option>
|
|
6976
|
+
<option value="57600">57600</option>
|
|
6977
|
+
<option value="115200">115200</option>
|
|
6978
|
+
</select>
|
|
6979
|
+
</div>
|
|
6980
|
+
</div>
|
|
6981
|
+
<div class="form-row ncd-active-check">
|
|
6982
|
+
<strong>Set Flow Sensor Parity Bits</strong>
|
|
6983
|
+
<div>
|
|
6984
|
+
<label for="node-input-flow_sensor_parity_bits_536_active">Active:</label>
|
|
6985
|
+
<input type="checkbox" id="node-input-flow_sensor_parity_bits_536_active" class="ncd-config-toggle" data-target-id="node-input-flow_sensor_parity_bits_536" value="1">
|
|
6986
|
+
</div>
|
|
6987
|
+
<div>
|
|
6988
|
+
<label for="node-input-flow_sensor_parity_bits_536"><i class="icon-tag"></i>Value:</label>
|
|
6989
|
+
<select id="node-input-flow_sensor_parity_bits_536">
|
|
6990
|
+
<option selected="selected" value="0">none</option>
|
|
6991
|
+
<option value="1">odd</option>
|
|
6992
|
+
<option value="2">Even</option>
|
|
6993
|
+
</select>
|
|
6994
|
+
</div>
|
|
6995
|
+
</div>
|
|
6996
|
+
<div class="form-row ncd-active-check">
|
|
6997
|
+
<strong>Set Flow Sensor Stop Bits</strong>
|
|
6998
|
+
<div>
|
|
6999
|
+
<label for="node-input-flow_sensor_stop_bits_536_active">Active:</label>
|
|
7000
|
+
<input type="checkbox" id="node-input-flow_sensor_stop_bits_536_active" class="ncd-config-toggle" data-target-id="node-input-flow_sensor_stop_bits_536" value="1">
|
|
7001
|
+
</div>
|
|
7002
|
+
<div>
|
|
7003
|
+
<label for="node-input-flow_sensor_stop_bits_536"><i class="icon-tag"></i>Value:</label>
|
|
7004
|
+
<select id="node-input-flow_sensor_stop_bits_536">
|
|
7005
|
+
<option selected="selected" value="0">Half bits</option>
|
|
7006
|
+
<option value="1">1 bit</option>
|
|
7007
|
+
<option value="2">1.5 bits</option>
|
|
7008
|
+
<option value="3">2 bits</option>
|
|
7009
|
+
</select>
|
|
7010
|
+
</div>
|
|
7011
|
+
</div>
|
|
7012
|
+
<div class="form-row ncd-active-check">
|
|
7013
|
+
<strong>Set Oxygen Sensor Baud Rate</strong>
|
|
7014
|
+
<div>
|
|
7015
|
+
<label for="node-input-oxygen_sensor_baud_rate_536_active">Active:</label>
|
|
7016
|
+
<input type="checkbox" id="node-input-oxygen_sensor_baud_rate_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_sensor_baud_rate_536" value="1">
|
|
7017
|
+
</div>
|
|
7018
|
+
<div>
|
|
7019
|
+
<label for="node-input-oxygen_sensor_baud_rate_536"><i class="icon-tag"></i>Value:</label>
|
|
7020
|
+
<select id="node-input-oxygen_sensor_baud_rate_536">
|
|
7021
|
+
<option selected="selected" value="9600">9600</option>
|
|
7022
|
+
<option value="19200">19200</option>
|
|
7023
|
+
<option value="38400">38400</option>
|
|
7024
|
+
<option value="57600">57600</option>
|
|
7025
|
+
<option value="115200">115200</option>
|
|
7026
|
+
</select>
|
|
7027
|
+
</div>
|
|
7028
|
+
</div>
|
|
7029
|
+
<div class="form-row ncd-active-check">
|
|
7030
|
+
<strong>Set Oxygen Sensor Parity Bits</strong>
|
|
7031
|
+
<div>
|
|
7032
|
+
<label for="node-input-oxygen_sensor_parity_bits_536_active">Active:</label>
|
|
7033
|
+
<input type="checkbox" id="node-input-oxygen_sensor_parity_bits_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_sensor_parity_bits_536" value="1">
|
|
7034
|
+
</div>
|
|
7035
|
+
<div>
|
|
7036
|
+
<label for="node-input-oxygen_sensor_parity_bits_536"><i class="icon-tag"></i>Value:</label>
|
|
7037
|
+
<select id="node-input-oxygen_sensor_parity_bits_536">
|
|
7038
|
+
<option selected="selected" value="0">none</option>
|
|
7039
|
+
<option value="1">odd</option>
|
|
7040
|
+
<option value="2">Even</option>
|
|
7041
|
+
</select>
|
|
7042
|
+
</div>
|
|
7043
|
+
</div>
|
|
7044
|
+
<div class="form-row ncd-active-check">
|
|
7045
|
+
<strong>Set Oxygen Sensor Stop Bits</strong>
|
|
7046
|
+
<div>
|
|
7047
|
+
<label for="node-input-oxygen_sensor_stop_bits_536_active">Active:</label>
|
|
7048
|
+
<input type="checkbox" id="node-input-oxygen_sensor_stop_bits_536_active" class="ncd-config-toggle" data-target-id="node-input-oxygen_sensor_stop_bits_536" value="1">
|
|
7049
|
+
</div>
|
|
7050
|
+
<div>
|
|
7051
|
+
<label for="node-input-oxygen_sensor_stop_bits_536"><i class="icon-tag"></i>Value:</label>
|
|
7052
|
+
<select id="node-input-oxygen_sensor_stop_bits_536">
|
|
7053
|
+
<option selected="selected" value="0">Half bits</option>
|
|
7054
|
+
<option value="1">1 bit</option>
|
|
7055
|
+
<option value="2">1.5 bits</option>
|
|
7056
|
+
<option value="3">2 bits</option>
|
|
7057
|
+
</select>
|
|
7058
|
+
</div>
|
|
7059
|
+
</div>
|
|
6745
7060
|
</div>
|
|
6746
7061
|
<div class="ncd-dependent" data-sensor-29>
|
|
6747
7062
|
<div class="form-row ncd-active-check">
|
|
@@ -7376,6 +7691,47 @@
|
|
|
7376
7691
|
</div>
|
|
7377
7692
|
</div>
|
|
7378
7693
|
</div>
|
|
7694
|
+
<div class="ncd-dependent" data-sensor-115>
|
|
7695
|
+
<div class="form-row ncd-active-check">
|
|
7696
|
+
<strong>Set Vibration Mode</strong>
|
|
7697
|
+
<p class="caption">
|
|
7698
|
+
Configures the specific operational mode for the vibration data payloads transmitted by the sensor.
|
|
7699
|
+
</p>
|
|
7700
|
+
<div>
|
|
7701
|
+
<label for="node-input-vibration_mode_115_active">Active:</label>
|
|
7702
|
+
<input type="checkbox" id="node-input-vibration_mode_115_active" class="ncd-config-toggle" data-target-id="node-input-vibration_mode_115" value="1">
|
|
7703
|
+
</div>
|
|
7704
|
+
<div>
|
|
7705
|
+
<label for="node-input-vibration_mode_115"><i class="icon-tag"></i>Value:</label>
|
|
7706
|
+
<select id="node-input-vibration_mode_115">
|
|
7707
|
+
<option value="0" selected>Basic</option>
|
|
7708
|
+
<option value="1">Detailed</option>
|
|
7709
|
+
</select>
|
|
7710
|
+
</div>
|
|
7711
|
+
<p class="caption">
|
|
7712
|
+
Default value: Basic Mode.
|
|
7713
|
+
</p>
|
|
7714
|
+
</div>
|
|
7715
|
+
<div class="form-row ncd-active-check">
|
|
7716
|
+
<strong>Set Offset Mode</strong>
|
|
7717
|
+
<p class="caption">
|
|
7718
|
+
</p>
|
|
7719
|
+
<div>
|
|
7720
|
+
<label for="node-input-offset_mode_115_active">Active:</label>
|
|
7721
|
+
<input type="checkbox" id="node-input-offset_mode_115_active" class="ncd-config-toggle" data-target-id="node-input-offset_mode_115" value="1">
|
|
7722
|
+
</div>
|
|
7723
|
+
<div>
|
|
7724
|
+
<label for="node-input-offset_mode_115"><i class="icon-tag"></i>Value:</label>
|
|
7725
|
+
<select id="node-input-offset_mode_115">
|
|
7726
|
+
<option value="0" selected>Disabled</option>
|
|
7727
|
+
<option value="1">Enabled</option>
|
|
7728
|
+
</select>
|
|
7729
|
+
</div>
|
|
7730
|
+
<p class="caption">
|
|
7731
|
+
Default value: Disabled.
|
|
7732
|
+
</p>
|
|
7733
|
+
</div>
|
|
7734
|
+
</div>
|
|
7379
7735
|
</div>
|
|
7380
7736
|
</div>
|
|
7381
7737
|
</script>
|