Edit MODE attribute for PIARC table
- Last UpdatedJan 13, 2023
- 1 minute read
- PI System
- PI Server
In edit mode, the MODE attribute can be one of the following:
|
Attribute |
Description |
|
noreplace |
Add unless event(s) exist at same time (PI 2.x). |
|
append |
Add event regardless of existing events. |
|
replace |
Add event, replace if event at same time. |
|
replacex |
Replace existing event (fail if no event at time). |
|
replaceSp |
Replace a specified value when multiple values exist at the same time. |
|
remove |
Remove existing event. |
|
appendx |
As append + no compression; that is, if this is the snapshot, force into archive. |
Note: Do not confuse the PIARC table MODE attribute with the piconfig mode command. To delete archive events, use the PIARC table MODE attribute =remove in piconfig edit mode.