Settings Synchronization Options
It is possible to define custom synchronization options for every setting of a Device. Access to per-setting synchronization options is provided by the Edit Device Settings action of Device context. Below is a list of synchronization options available for each Device setting.
![]() | Settings Synchronization Options are only available after the device has completed an initial synchronization. After a device is created, it may be necessary to close and reopen the device properties window in order to navigate to the Settings Synchronization Options tab. |
Option | Description | |
Synchronization Mode | There are several synchronization modes available:
| |
History Storage Time | If this option is set to a non-zero value (i.e. update history saving is enabled) a persistent Change event will be generated every time when setting value is modified in the server cache. This may happen if a new value differing from the previous one is read from a remote device or some system component modifies the cache. Change event contains value of the variable, so its history may be used as a source data for reports and charts. Saving of history is disabled by default to prevent an avalanche-like increase in database size. | |
History Mode/Rate | Defines which values are saved to the device snapshot and history storage. If History Mode/Rate is set to zero or one of the negative integers listed below, historical values will be saved according to the indicated conditions. A value is considered “new” if it differs from the most recently recorded historical value. Variable quality refers to the quality code assigned by the physical device or the device driver. Default codes are assigned by Iotellect Server core if no code was assigned by the device or driver.
The quality of a variable can be accessed through the Data Table Properties standard reference quality. For example, the quality of a variable named If History Mode/Rate is set to any positive integer number, historical values will be saved to a database only every Nth synchronization cycle, where N is the value of History Rate. However, Update events are generated on every synchronization cycle and interested parties will be notified about all value changes.
| |
Change Event Timestamp | Defines how the server saves timestamps of variable change events. Options are as follows:
| |
Synchronization Period | This option may be used to define a custom synchronization period for a certain setting. The default value is NULL (<Not set>), so the setting value is synchronized during the full synchronization cycle. The custom period is useful when it's necessary to read some fast-changing data from the Device. | |
Cache Mode | Advanced option. Defines the location of the settings cache for the variable. The selected Cache Mode for a variable takes precedence over the Default Cache Mode selected in Generic Device Properties. Options are the same as those of Default Cache Mode, with the addition of the following:
| |
Deliver Updates | This flag controls sending variable Update events. When enabled a variable Update event will be fired on each synchronization, even if the variable value remains the same (see History Rate). | |
Condition | If this condition expression is defined, the synchronization will be skipped if it returns false. It is useful for disabling synchronization during maintenance, night hours, etc. | |
Condition Expression Resolution Environment: | ||
---|---|---|
Context of the current device. | ||
Current variable value stored in the settings cache. | ||
0 | ||
Standard variables only. | ||
Filter | If this filter expression is defined, it will be used to filter out values coming from both device and server:
| |
Filter Expression Resolution Environment: | ||
Context of current device. | ||
Current value, either taken from device or provided by system operator, server module or external system. | ||
0 | ||
Standard variables only. | ||
This filter expression compares celsius temperature retrieved during the previous synchronization with the new value just received from a device. The synchronization is performed only if their difference exceeds 0.5 degrees, allowing to avoid chattering of server-side value. | ||
Master Value Expression | An expression used to retrieve the value to be written into the device if Use Server-Side Master Value synchronization mode is enabled. | |
Master Value Expression Resolution Environment: | ||
Context of current device. | ||
None. | ||
0 | ||
Standard variables only. | ||
Add Previous Value To Variable Update Event | The flag indicating that the variable's Updated event will contain previous variable value. |
These may be accessed via the settingSyncOptions variable.
Was this page helpful?