From 0a420c4482664c97c691f06ef7fa147258322352 Mon Sep 17 00:00:00 2001 From: Alexander Wollbrink Date: Sun, 11 Aug 2024 12:58:04 +0200 Subject: [PATCH] removing OPC UA Client entries from menu --- src/AasxPackageLogic/ExplorerMenuFactory.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/AasxPackageLogic/ExplorerMenuFactory.cs b/src/AasxPackageLogic/ExplorerMenuFactory.cs index cb2b2123..62b5dc07 100644 --- a/src/AasxPackageLogic/ExplorerMenuFactory.cs +++ b/src/AasxPackageLogic/ExplorerMenuFactory.cs @@ -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()) @@ -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() @@ -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",