We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04fffa7 commit 11b0893Copy full SHA for 11b0893
docs/usage/Periodicity.md
@@ -0,0 +1,13 @@
1
+## Periodicity
2
+
3
+DDS.Net.Connector.Types.Enumerations.**Periodicity** specifies the periodicity for data updates. Its enumeration includes following types:
4
5
+ * *OnChange* - only when data value is changed
6
+ * *Highest* - update is done every *BASE_TIME_SLOT_MS* x 1 millisecond
7
+ * *High* - update is done every *BASE_TIME_SLOT_MS* x 2 millisecond
8
+ * *Normal* - update is done every *BASE_TIME_SLOT_MS* x 4 millisecond
9
+ * *Low* - update is done every *BASE_TIME_SLOT_MS* x 8 millisecond
10
+ * *Lowest* - update is done every *BASE_TIME_SLOT_MS* x 16 millisecond
11
12
+> *BASE_TIME_SLOT_MS* by default is set to *50*.
13
0 commit comments