Skip to content

Commit

Permalink
removing OPC UA Client entries from menu
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink committed Aug 11, 2024
1 parent 1a12f9a commit 0a420c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/AasxPackageLogic/ExplorerMenuFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public static AasxMenu CreateMainMenu()
.AddSeparator()
.AddMenu(header: "Further connect options …", childs: (new AasxMenu())
.AddWpfBlazor(name: "ConnectSecure", header: "Secure Connect …", inputGesture: "Ctrl+Shift+S")
.AddWpfBlazor(name: "ConnectOpcUa", header: "Connect via OPC-UA …")
//.AddWpfBlazor(name: "ConnectOpcUa", header: "Connect via OPC-UA …")
.AddWpfBlazor(name: "ConnectRest", header: "Connect via REST …", inputGesture: "F6"))
.AddSeparator()
.AddMenu(header: "AASX File Repository …", childs: (new AasxMenu())
Expand Down Expand Up @@ -158,8 +158,8 @@ public static AasxMenu CreateMainMenu()
help: "Import OPC UA nodeset.xml into an existing Submodel.",
args: new AasxMenuListOfArgDefs()
.Add("File", "OPC UA Nodeset file."))
.AddWpfBlazor(name: "OPCRead", header: "Read OPC values into SubModel …",
help: "Use Qualifiers attributed in a Submodel to read actual OPC UA values.")
/*.AddWpfBlazor(name: "OPCRead", header: "Read OPC values into SubModel …",
help: "Use Qualifiers attributed in a Submodel to read actual OPC UA values.")*/
.AddWpfBlazor(name: "RDFRead", header: "Import BAMM RDF into AASX …",
help: "Import BAMM RDF into AASX.",
args: new AasxMenuListOfArgDefs()
Expand Down Expand Up @@ -195,13 +195,13 @@ public static AasxMenu CreateMainMenu()
args: new AasxMenuListOfArgDefs()
.Add("File", "OPC UA Nodeset2.xml file to write.")
.Add("Location", "Location selection", hidden: true))
.AddWpfBlazor(name: "OpcUaExportNodeSetUaPlugin",
/*.AddWpfBlazor(name: "OpcUaExportNodeSetUaPlugin",
header: "Export OPC UA Nodeset2.xml (via UA server plug-in) …",
help: "Export OPC UA Nodeset2.xml format by starting OPC UA server in plugin and " +
"execute a post-process command.",
args: new AasxMenuListOfArgDefs()
.Add("File", "OPC UA Nodeset2.xml file to write.")
.Add("Location", "Location selection", hidden: true))
.Add("Location", "Location selection", hidden: true))*/
.AddWpfBlazor(name: "CopyClipboardElementJson",
header: "Copy selected element JSON to clipboard", inputGesture: "Shift+Ctrl+C")
.AddWpfBlazor(name: "ExportGenericForms",
Expand Down

0 comments on commit 0a420c4

Please sign in to comment.