Méthode | Description | |
---|---|---|
MainForm ( ApplicationConfiguration configuration ) : System |
Creates a form which uses the specified client configuration.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
BrowseNodesTV_AfterSelect ( object sender, |
Updates the display after a node is selected.
|
|
BrowseNodesTV_BeforeExpand ( object sender, System.Windows.Forms.TreeViewCancelEventArgs e ) : void |
Fetches the children for a node the first time the node is expanded in the tree view.
|
|
BrowseNodesTV_MouseDown ( object sender, MouseEventArgs e ) : void |
Ensures the correct node is selected before displaying the context menu.
|
|
Browse_MonitorMI_Click ( object sender, |
Handles the Click event of the Browse_MonitorMI control.
|
|
Browse_ReadHistoryMI_Click ( object sender, |
Handles the Click event of the Browse_ReadHistoryMI control.
|
|
Browse_WriteMI_Click ( object sender, |
Prompts the use to write the value of a varible.
|
|
BrowsingMenu_Opening ( object sender, System e ) : void | ||
CreateMonitoredItem ( Opc.Ua.NodeId nodeId, string displayName ) : System.Windows.Forms.ListViewItem |
Creates the monitored item.
|
|
DeadbandFilterToText ( MonitoringFilter filter ) : string |
Converts a monitoring filter to text for display.
|
|
DisplayAttributes ( Opc.Ua.NodeId sourceId ) : void |
Displays the attributes and properties in the attributes view.
|
|
File_LoadMI_Click ( object sender, |
Creates monitored items from a saved list of node ids.
|
|
File_SaveMI_Click ( object sender, |
Saves the current monitored items.
|
|
Help_ContentsMI_Click ( object sender, |
Handles the Click event of the Help_ContentsMI control.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
MainForm ( ) : System |
Creates an empty form.
|
|
MainForm_FormClosing ( object sender, |
Cleans up when the main form closes.
|
|
MonitoredItem_Notification ( |
Updates the display with a new value for a monitored variable.
|
|
Monitoring_Deadband_Click ( object sender, |
Changes the deadband for the currently selected monitored items.
|
|
Monitoring_DeleteMI_Click ( object sender, |
Handles the Click event of the Monitoring_DeleteMI control.
|
|
Monitoring_MonitoringMode_Click ( object sender, |
Changes the monitoring mode for the currently selected monitored items.
|
|
Monitoring_SamplingInterval_Click ( object sender, |
Changes the sampling interval for the currently selected monitored items.
|
|
Monitoring_WriteMI_Click ( object sender, |
||
PopulateBranch ( Opc.Ua.NodeId sourceId, |
Populates the branch in the tree view.
|
|
Server_ConnectComplete ( object sender, |
Updates the application after connecting to or disconnecting from the server.
|
|
Server_ConnectMI_Click ( object sender, |
Connects to a server.
|
|
Server_DisconnectMI_Click ( object sender, |
Disconnects from the current session.
|
|
Server_DiscoverMI_Click ( object sender, |
Prompts the user to choose a server on another host.
|
|
Server_ReconnectComplete ( object sender, |
Updates the application after reconnecting to the server.
|
|
Server_ReconnectStarting ( object sender, |
Updates the application after a communicate error was detected.
|
|
Server_SetLocaleMI_Click ( object sender, |
Sets the locale to use.
|
|
Server_SetUserMI_Click ( object sender, |
||
exitToolStripMenuItem_Click ( object sender, |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public MainForm ( ApplicationConfiguration configuration ) : System | ||
configuration | ApplicationConfiguration | The configuration to use. |
Résultat | System |