Click or drag to resize
Grid Solutions Framework

TagRemovalOperation Enumeration

Enumeration that defines the available operations for PI tag removal during metadata synchronization.

Namespace: PIAdapters
Assembly: PIAdapters (in PIAdapters.dll) Version: 2.4.181-beta
Syntax
public enum TagRemovalOperation
Members
Member nameValueDescription
DoNotRemove0 Do not remove any existing PI tags. This is the default operation.
LocalOnly1 Remove any PI tags where the PI point source matches the setting defined in the PI output adapter and the PI tag no longer exists in the local metadata. The is the recommended option when it is desirable that any locally defined tags that get removed also get removed from PI.
FullClone2 Remove any PI tags where existing measurement signal ID is not found in any extended descriptors. Use with caution as metadata in PI will be updated to exactly match local metadata.
See Also