Property | Type | Description | |
---|---|---|---|
AddValue | void | ||
CreateSubscription | void | ||
DeleteAtTime | void | ||
DeleteRaw | void | ||
DeleteSubscription | void | ||
DetectLimitsBTN_Click | void | ||
DisplayResults | void | ||
EditValueMI_Click | void | ||
EndTimeCK_CheckedChanged | void | ||
FindPropertiesWithHistory | List |
||
GetSelectedNode | Opc.Ua.NodeId | ||
GoBTN_Click | void | ||
InitializeComponent | void | ||
InsertAnnotationMI_Click | void | ||
InsertReplace | HistoryUpdateResultCollection | ||
InsertReplace | void | ||
MaxReturnValuesCK_CheckedChanged | void | ||
MonitoredItem_Notification | void | ||
NextBTN_Click | void | ||
NodeIdBTN_Click | void | ||
ReadAtTime | void | ||
ReadConfiguration | HistoricalDataConfigurationState | ||
ReadFirstDate | System.DateTime | ||
ReadLastDate | System.DateTime | ||
ReadNext | void | ||
ReadProcessed | void | ||
ReadRaw | void | ||
ReadTypeCB_SelectedIndexChanged | void | ||
SaveContinuationPoint | void | ||
ShowServerTimestampMI_CheckedChanged | void | ||
StartTimeCK_CheckedChanged | void | ||
StartTimeDP_ValueChanged | void | ||
StopBTN_Click | void | ||
SubscribeCK_CheckedChanged | void | ||
SubscriptionStateChanged | void | ||
TimeShiftBTN_Click | void | ||
UpdateRow | void |
Method | Description | |
---|---|---|
ChangeNode ( Opc.Ua.NodeId nodeId ) : void |
Changes the node monitored by the control.
|
|
ChangeSession ( |
Changes the session.
|
|
GetBrowsePathFromNodeState ( ISystemContext context, Opc.Ua.NodeId rootId, NodeState parent, |
Recursively collects the variables in a NodeState and returns a collection of BrowsePaths.
|
|
HistoryDataListView ( ) : System |
Constructs a new instance.
|
|
Reset ( ) : void |
A kludge to get around the stupid designer that keeps setting property values to bogus defaults.
|
|
SessionReconnected ( |
Updates the control after the session has reconnected.
|
|
SetSortOrder ( bool mostRecentFirst ) : void |
Sets the sort order for the control.
|
|
ShowConfiguration ( ) : void |
Shows the configuration.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Method | Description | |
---|---|---|
AddValue ( Opc.Ua.DataValue value, ModificationInfo modificationInfo ) : void |
Adds a value to the grid.
|
|
CreateSubscription ( ) : void |
Creates the subscription.
|
|
DeleteAtTime ( ) : void |
Deletes the history.
|
|
DeleteRaw ( bool isModified ) : void |
Deletes the block of data.
|
|
DeleteSubscription ( ) : void |
Deletes the subscription.
|
|
DetectLimitsBTN_Click ( object sender, |
||
DisplayResults ( HistoryData values ) : void |
Displays the results of a history operation.
|
|
EditValueMI_Click ( object sender, |
||
EndTimeCK_CheckedChanged ( object sender, |
||
FindPropertiesWithHistory ( ) : List |
Reads the historical configuration for the node.
|
|
GetSelectedNode ( ) : Opc.Ua.NodeId |
Returns the currently selected historical variable or property node id.
|
|
GoBTN_Click ( object sender, |
||
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
InsertAnnotationMI_Click ( object sender, |
||
InsertReplace ( Opc.Ua.NodeId nodeId, PerformUpdateType updateType, bool isStructure, IList |
Updates the history.
|
|
InsertReplace ( PerformUpdateType updateType ) : void |
Updates the history.
|
|
MaxReturnValuesCK_CheckedChanged ( object sender, |
||
MonitoredItem_Notification ( |
Updates the display with a new value for a monitored variable.
|
|
NextBTN_Click ( object sender, |
||
NodeIdBTN_Click ( object sender, |
||
ReadAtTime ( ) : void |
Fetches the recent history.
|
|
ReadConfiguration ( ) : HistoricalDataConfigurationState |
Reads the historical configuration for the node.
|
|
ReadFirstDate ( ) : System.DateTime |
Reads the first date in the archive (truncates milliseconds and converts to local).
|
|
ReadLastDate ( ) : System.DateTime |
Reads the last date in the archive (truncates milliseconds and converts to local).
|
|
ReadNext ( ) : void |
Fetches the next batch of history.
|
|
ReadProcessed ( ) : void |
Fetches the recent history.
|
|
ReadRaw ( bool isReadModified ) : void |
Fetches the recent history.
|
|
ReadTypeCB_SelectedIndexChanged ( object sender, |
||
SaveContinuationPoint ( HistoryReadDetails details, |
Saves a continuation point for later use.
|
|
ShowServerTimestampMI_CheckedChanged ( object sender, |
||
StartTimeCK_CheckedChanged ( object sender, |
||
StartTimeDP_ValueChanged ( object sender, |
||
StopBTN_Click ( object sender, |
||
SubscribeCK_CheckedChanged ( object sender, |
||
SubscriptionStateChanged ( ) : void |
Updates the controls after the subscription state changes.
|
|
TimeShiftBTN_Click ( object sender, |
||
UpdateRow ( |
Updates a value in the grid.
|
public ChangeNode ( Opc.Ua.NodeId nodeId ) : void | ||
nodeId | Opc.Ua.NodeId | |
return | void |
public ChangeSession ( |
||
session | ||
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |
public GetBrowsePathFromNodeState ( ISystemContext context, Opc.Ua.NodeId rootId, NodeState parent, |
||
context | ISystemContext | |
rootId | Opc.Ua.NodeId | |
parent | NodeState | |
parentPath | ||
browsePaths | BrowsePathCollection | |
return | void |
public SessionReconnected ( |
||
session | ||
return | void |
public SetSortOrder ( bool mostRecentFirst ) : void | ||
mostRecentFirst | bool | If true the most recent entries are displayed first. |
return | void |