Skip to content

Commit 11b0893

Browse files
authored
Update Periodicity.md
1 parent 04fffa7 commit 11b0893

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/usage/Periodicity.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)