Retentivity storage
Retentivity storage enables you to retain changes made to the project at runtime in a data store.
TIP:
For example, you can use retentivity storage to retain information about user-specific settings. If the user modifies the settings at runtime, the changes will be retained when you stop the
FTOptixApplication
and run it again.Multiple storages
By default, each new project contains a
SecurityRetentivityStorage
object. The storage records information about users and groups added to the project. We recommend keeping the SecurityRetentivityStorage
object in your projects.You can create multiple retentivity storage objects.
IMPORTANT:
Verify that retentivity storages monitor independent parts of the project (Nodes) and do not intersect with each other.
Parameters
Each retentivity storage object takes these parameters:
Parameter | Description |
---|---|
Nodes | A node that contains the data that you want to retain.
TIP:
A node can be a project folder, for example, the
Users folder. You can add multiple nodes to be retained. |
Write delay | Defines how often to save changes (in milliseconds). The default value is zero. When a change is detected, it is saved in real time (according to technical write times).
TIP:
The default zero value may stress the hard disk drive if large portions of the project are retained or if values are changing often. Specifying a longer write delay puts the project at risk of potentially losing data included in the set delay interval.
|
Delta observer enabled | In certain projects, it is possible to make changes that are not intended to be saved. In this case, the system deactivates change detection for executions. If you set this parameter to False , the retentivity storage only applies the changes already stored and does not detect future changes.
TIP:
This parameter is useful, for example, if you want to use the saved retentivity layer only to apply and restore initial changes, without adding new ones.
|
Data store
The default location of the
RetentivityStorage.db
file depends on the platform.- PC
- C:\Users\UserName\AppData\Local\Rockwell Automation\FactoryTalk Optix\Emulator\Projects\Project\ApplicationFiles
- Linux HMI
- /persistent/data/Rockwell Automation/FactoryTalk Optix/FTOptixApplication/Projects/Project/ApplicationFiles/
- Windows panel IPCs
- C:\Users\UserName\AppData\Local\Rockwell Automation\FactoryTalk Optix\Emulator\Projects\Project\ApplicationFiles
data store
retain
Provide Feedback