diff --git a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Uns/TagEditors/TagConfigEditorMap.cs b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Uns/TagEditors/TagConfigEditorMap.cs index 6ace4b30..378db6ec 100644 --- a/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Uns/TagEditors/TagConfigEditorMap.cs +++ b/src/Server/ZB.MOM.WW.OtOpcUa.AdminUI/Uns/TagEditors/TagConfigEditorMap.cs @@ -11,7 +11,11 @@ public static class TagConfigEditorMap new Dictionary(StringComparer.OrdinalIgnoreCase) { ["ModbusTcp"] = typeof(Components.Shared.Uns.TagEditors.ModbusTagConfigEditor), - // Further editors registered by later tasks, e.g. ["AbCip"] = typeof(...). + ["S7"] = typeof(Components.Shared.Uns.TagEditors.S7TagConfigEditor), + ["AbCip"] = typeof(Components.Shared.Uns.TagEditors.AbCipTagConfigEditor), + ["AbLegacy"] = typeof(Components.Shared.Uns.TagEditors.AbLegacyTagConfigEditor), + ["TwinCat"] = typeof(Components.Shared.Uns.TagEditors.TwinCATTagConfigEditor), + ["Focas"] = typeof(Components.Shared.Uns.TagEditors.FocasTagConfigEditor), }; /// Returns the editor component type for a driver type, or null if none is registered.