Library class/DataLogging.Lifespan property: Difference between revisions
Added new property page. |
m Category reorg |
||
| Line 44: | Line 44: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Latest revision as of 13:31, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 4D10E815 |
| Scope | Basic Development Environment |
| Data Name | DataLogging.Lifespan |
| Short Name* | DataLogging.Lifespan |
| Long Name* | DataLogging:Lifespan |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 80 |
| Owning Class Name | Library Class |
| Data Type | U32 data type |
| Property Node | |
| Available in Real-Time Operating System | No |
| Available in Run-Time Engine | No |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Sets the lifespan (in days) of the logged data in the database. If value is 0, then data is always available, otherwise the database can destroy data after the number of specified days.
The database only discards data if new data is logged. This property affects all data from the library stored in the database, not just the most recent data. For example, if you set this property to four days and you have three days of data, the database does not destroy any data. However, if you set this same property to two days from four days and you have three days of data, the database can destroy any data collected more than two days ago.{| class="wikitable" |- | Note The LabVIEW Datalogging and Supervisory Control Module supports this property in the Run-Time Engine. |}
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |