You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="operation mode, either use file and GUI or property curvePoints"/>
5867
+
<property name="curvePoints"
5868
+
type="string"
5869
+
value="(10,0),(10,10),(100,100)"
5870
+
description="curvePoints (x/y) for operationMode 'curve points from property'"/>
5860
5871
</properties>
5861
5872
<gui>
5862
5873
<width>5000</width>
@@ -6231,7 +6242,19 @@
6231
6242
<dataType>double</dataType>
6232
6243
</outputPort>
6233
6244
</ports>
6234
-
<properties>
6245
+
<events>
6246
+
<eventListenerPort id="enablePlugin">
6247
+
<description>enables the functionality of this plugin</description>
6248
+
</eventListenerPort>
6249
+
<eventListenerPort id="disablePlugin">
6250
+
<description>disables the functionality of this plugin</description>
6251
+
</eventListenerPort>
6252
+
</events>
6253
+
<properties>
6254
+
<property name="enabled"
6255
+
type="boolean"
6256
+
value="true"
6257
+
description="if true, the plugin is enabled, if false the plugin does nothing"/>
6235
6258
<property name="bufferSize"
6236
6259
type="integer"
6237
6260
value="50"
@@ -6241,6 +6264,10 @@
6241
6264
value="0"
6242
6265
combobox="average//averager with integer output//accumulate for n milliseconds//median"
6243
6266
description="The averager or accumulator mode"/>
6267
+
<property name="autoReenableTime"
6268
+
type="integer"
6269
+
value="0"
6270
+
description="time in ms, after the plugin automatically re-enables itself after being disabled. Set to zero to deactivate this functionality (never auto re-enable)."/>
6244
6271
</properties>
6245
6272
</componentType>
6246
6273
@@ -6549,10 +6576,18 @@
6549
6576
6550
6577
</ports>
6551
6578
<events>
6552
-
6553
-
6554
-
</events>
6555
-
<properties>
6579
+
<eventListenerPort id="enablePlugin">
6580
+
<description>enables the functionality of this plugin</description>
6581
+
</eventListenerPort>
6582
+
<eventListenerPort id="disablePlugin">
6583
+
<description>disables all functionality of this plugin</description>
6584
+
</eventListenerPort>
6585
+
</events>
6586
+
<properties>
6587
+
<property name="enabled"
6588
+
type="boolean"
6589
+
value="true"
6590
+
description="if true, the plugin is enabled, if false the plugin does nothing"/>
6556
6591
<property name="ComPort"
6557
6592
type="string"
6558
6593
value="COM4"
@@ -10831,6 +10866,17 @@
10831
10866
<dataType>double</dataType>
10832
10867
</outputPort>
10833
10868
</ports>
10869
+
<events>
10870
+
<eventTriggererPort id="enterRange">
10871
+
<description>this event is generated if the defined input range was entered by the last input value</description>
10872
+
</eventTriggererPort>
10873
+
<eventTriggererPort id="exitRangeBelow">
10874
+
<description>this event is generated if the defined input range was left by the last input value, which was smaller than inMin</description>
10875
+
</eventTriggererPort>
10876
+
<eventTriggererPort id="exitRangeAbove">
10877
+
<description>this event is generated if the defined input range was left by the last input value, which was greater than inMax</description>
10878
+
</eventTriggererPort>
10879
+
</events>
10834
10880
<properties>
10835
10881
<property name="inMin"
10836
10882
type="double"
@@ -11712,11 +11758,27 @@
11712
11758
<property name="defaultIn4Integer"
11713
11759
type="integer"
11714
11760
value="0"
11715
-
description="The default value of in4Integer. Used if there is no input port value."/>
11761
+
description="The default value of in4Integer. Used if there is no input port value."/>
11716
11762
<property name="sendOnlyByEvent"
11717
11763
type="boolean"
11718
-
value="0"
11719
-
description="Only sends the value of the formatted string, if the event sendFormattedStr is received."/>
11764
+
value="false"
11765
+
description="Only sends the value of the formatted string, if the event sendFormattedStr is received."/>
11766
+
<property name="port1ToDefaultAfterSend"
11767
+
type="boolean"
11768
+
value="false"
11769
+
description="If true, input port 1 is reverted to default value, after value was sent."/>
11770
+
<property name="port2ToDefaultAfterSend"
11771
+
type="boolean"
11772
+
value="false"
11773
+
description="If true, input port 2 is reverted to default value, after value was sent."/>
11774
+
<property name="port3ToDefaultAfterSend"
11775
+
type="boolean"
11776
+
value="false"
11777
+
description="If true, input port 3 is reverted to default value, after value was sent."/>
11778
+
<property name="port4ToDefaultAfterSend"
11779
+
type="boolean"
11780
+
value="false"
11781
+
description="If true, input port 4 is reverted to default value, after value was sent."/>
0 commit comments