Method | Description | |
---|---|---|
ArchiveItemState ( ISystemContext context, |
Creates a new instance of a item.
|
|
ConstructId ( string filePath, ushort namespaceIndex ) : Opc.Ua.NodeId |
Constructs a node identifier for a item object.
|
|
DeleteAnnotationHistory ( |
Deletes a property value from the history.
|
|
DeleteHistory ( |
Deletes a value from the history.
|
|
DeleteHistory ( |
Deletes a value from the history.
|
|
FindValueAfter ( |
Returns the next value after the current position.
|
|
FindValueAtOrBefore ( |
Finds the value at or before the timestamp.
|
|
LoadConfiguration ( |
Loads the configuration.
|
|
NewSamples ( |
Creates a new sample.
|
|
ReadHistory ( System.DateTime startTime, System.DateTime endTime, bool isModified ) : |
Reads the history for the specified time range.
|
|
ReadHistory ( System.DateTime startTime, System.DateTime endTime, bool isModified, Opc.Ua.QualifiedName browseName ) : |
Reads the history for the specified time range.
|
|
ReloadFromSource ( |
Loads the data.
|
|
UpdateAnnotations ( |
Updates the history.
|
|
UpdateHistory ( |
Updates the history.
|
Method | Description | |
---|---|---|
GetModificationInfo ( |
Creates a modification info record.
|
|
SelectTable ( Opc.Ua.QualifiedName propertyName ) : |
Selects the table to use.
|
public ArchiveItemState ( ISystemContext context, |
||
context | ISystemContext | |
item | ||
namespaceIndex | ushort | |
return | System |
public static ConstructId ( string filePath, ushort namespaceIndex ) : Opc.Ua.NodeId | ||
filePath | string | |
namespaceIndex | ushort | |
return | Opc.Ua.NodeId |
public DeleteAnnotationHistory ( |
||
context | ||
propertyName | Opc.Ua.QualifiedName | |
sourceTimestamp | System.DateTime | |
return | uint |
public DeleteHistory ( |
||
context | ||
sourceTimestamp | System.DateTime | |
return | uint |
public DeleteHistory ( |
||
context | ||
startTime | System.DateTime | |
endTime | System.DateTime | |
isModified | bool | |
return | uint |
public FindValueAfter ( |
||
view | ||
position | int | |
ignoreBad | bool | |
dataIgnored | bool | |
return | int |
public FindValueAtOrBefore ( |
||
view | ||
timestamp | System.DateTime | |
ignoreBad | bool | |
dataIgnored | bool | |
return | int |
public LoadConfiguration ( |
||
context | ||
return | void |
public NewSamples ( |
||
context | ||
return | List |
public ReadHistory ( System.DateTime startTime, System.DateTime endTime, bool isModified ) : |
||
startTime | System.DateTime | |
endTime | System.DateTime | |
isModified | bool | |
return |
public ReadHistory ( System.DateTime startTime, System.DateTime endTime, bool isModified, Opc.Ua.QualifiedName browseName ) : |
||
startTime | System.DateTime | |
endTime | System.DateTime | |
isModified | bool | |
browseName | Opc.Ua.QualifiedName | |
return |
public ReloadFromSource ( |
||
context | ||
return | void |
public UpdateAnnotations ( |
||
context | ||
annotation | Annotation | |
value | Opc.Ua.DataValue | |
performUpdateType | PerformUpdateType | |
return | uint |
public UpdateHistory ( |
||
context | ||
value | Opc.Ua.DataValue | |
performUpdateType | PerformUpdateType | |
return | uint |